Releases: arloheim/creativesuite
Releases · arloheim/creativesuite
Version 2.0.0
New features:
- The plugin now requires a Paper server and is not compatible anymore with regular Bukkit or Spigot servers!
- Renamed the plugin from GregoCommands to CreativeSuite to reflect its usage better. Make sure to rename your plugin folder before upgrading!
- Replace signs with another material by right clicking on them with a sign of a different material. Works with all types of signs.
- Aliases can take parameters now. Define a parameter using /alias save alias:name say <message=Hello> and set it using /alias run alias:name message=Bye.
- The messages for all commands are now configurable in the config.yml file.
Fixed issues:
- Some permission nodes had a wrong name or wrong child nodes, those have been fixed.
API changes:
- Refactored model and plugin structure, moved common plugin classes to a separate package.
Full Changelog: v1.1.1...v2.0.0
Version 1.1.1
Improvements:
- Improved output of the /alias list and /hotbar list commands by grouping namespaced keys by namespace.
Fixed issues:
- Fixed usage message of the /alias command.
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
New features:
- Save and run shared aliased commands with the /alias and /run commands.
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
New features:
- Save and load shared hotbars with the /hotbar command.
- Display shared Unicode characters for easy copying and pasting, and add custom ones, with the /charmap command.
Full Changelog: https://github.com/arloheim/creativesuite/commits/v1.0.0