Skip to content

Releases: WMCAlliance/RoyalCommands

RoyalCommands 5.1.0

18 Nov 14:34
Compare
Choose a tag to compare

Our first minor release is ready! We've been hard at work adjusting various commands and internals to better suit modern Spigot releases. There's plenty more work to do, so keep an eye out for future updates. We hope to make relatively frequent releases, especially when we spot exploits or malfunctioning capabilities.

  • Added support for PlaceholderAPI
    • You can now use PAPI placeholders wherever text is customizable - including the Message of the Day
    • We now provide our own PAPI placeholders (and advertise them to PAPI) - starting with AFK state (more to come, including VIP)
  • Significantly improved performance impact of /backs - should no longer cause momentary server lag
  • Added support for grouping players in /list by world rather than group
  • The "Use /back" message on death will no longer appear in disabled back worlds
  • Removed the use of Hastebin to upload crash stack traces - manually reading/copying the console is good enough
  • Restored support for verifying the /dump command is used within a WorldGuard region the player can open chests in
  • The sleep majority check now considers AFK state (configurable)
  • /pm list will now include plugin version numbers to be a little more useful than the standard /plugins command
  • The /nick command no longer uses flags, just normal parameters - tab completion makes this easier too
  • World name should now be formatted correctly in more places (colour, display name)
  • Improved readability of various command responses
  • Fixed an issue where sleep notification text would be duplicated
  • Fixed a minor memory leak when reloading the configuration and when unzipping files
  • Fixed various deprecations
  • Fixed /repair all, /enchant, and /clearinventory not working
  • Fixed Lapis and added new ingots to /ingot2block
  • Removed the need of NMS entirely (thank goodness for an official ping API)
  • Removed /lag, /pm download, and /pm findtag - the latter 2 might return at some point
  • Fixed /recipe displaying "no recipes" for enchanted items
  • Fixed an issue where players could take items out of /recipe menus for cooked items
  • Fixed various errors in the /map command

Note; Some fields in the config.yml have changed. Run your file and this one through a comparison tool to ensure you have the latest changes.

Known Issues

  • /map commands may misbehave after a server restart. We're still looking into why
  • From 5.0.0: Combining with ProtocolLib may cause Ender Chests to have invisible contents

RoyalCommands 5.0.0

24 Oct 11:53
Compare
Choose a tag to compare

We're back! We have loads more planned, including various bug fixes and potentially new features. Feel free to create new Issues on GitHub to report bugs or make feature requests.

  • Built for Spigot 1.20.2 with various overhauls and upgrades
  • Added command autocomplete to most commands
  • Added "Sleep Notifications" and automatic night skipping when >50% of players in the current world are in a bed
  • Added support for hiding worlds (eg. multi-world server that wants to enable Nether portals but not for the main world)
  • Tooltips and clickable commands in many places
  • Bump various dependencies, deprecations and compatibilities
  • Various minor bugfixes and crashes

Known Issues

  • Combining with ProtocolLib may cause Ender Chests to have invisible contents
  • Some inventory-based commands may not run
  • Sleep Notifications may duplicate player count messages