Skip to content

Releases: arloheim/creativesuite

Version 2.0.0

28 Aug 22:20
Compare
Choose a tag to compare

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

07 Aug 18:27
Compare
Choose a tag to compare

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

10 Jul 20:22
Compare
Choose a tag to compare

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

10 Jul 18:57
Compare
Choose a tag to compare

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