Skip to content

Releases: FlashyReese/CommandAliases

Command Aliases 1.0.1 for Minecraft 1.21

16 Jun 11:17
86b2516
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.20.5/1.20.6

10 May 01:54
edaf4ed
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.20

07 Jun 15:52
e8ab78b
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.19.4

09 May 01:30
95acef5
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.18.2

09 May 01:30
dc9f848
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.17.1

09 May 01:29
bcfce88
Compare
Choose a tag to compare

Command Aliases 1.0.1 for Minecraft 1.16.5

09 May 01:28
8de6a1d
Compare
Choose a tag to compare

Command Aliases 1.0.0 for Minecraft 1.19.3

10 Dec 00:27
3a6c098
Compare
Choose a tag to compare

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: mc1.19.2-1.0.0...mc1.19.3-1.0.0

Command Aliases 1.0.0 for Minecraft 1.19.2

09 Dec 23:49
5d10022
Compare
Choose a tag to compare

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: mc1.19-0.9.3...mc1.19.2-1.0.0

Command Aliases 1.0.0 for Minecraft 1.18.2

09 Dec 23:48
052f128
Compare
Choose a tag to compare

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: mc1.18.2-0.9.3...mc1.18.2-1.0.0