Skip to content

Releases: Ciel-MC/RedLib-Command-File

v0.2.19

16 Jun 17:34
Compare
Choose a tag to compare
  • Use a new version of the plugin template
  • Move the project to use Kotlin

v0.2.18

04 Nov 14:57
Compare
Choose a tag to compare
  • Updated to be compatible with 2022.3

v0.2.17

08 Aug 14:19
Compare
Choose a tag to compare
  • Updated to be compatible with 2022.2
  • Updated the testing IDE to be 2022.2

v0.2.16

07 Apr 22:21
Compare
Choose a tag to compare
  • Small hotfix

v0.2.15

17 Mar 21:03
Compare
Choose a tag to compare
  • Fixed a bug which hidesub is not properly highlighted.
  • Fixed not being able to use key words as command names
  • Added commenter to allow commenting via hotkey

v0.2.13

02 Dec 09:16
Compare
Choose a tag to compare
  • Added 2021.3 support

v0.2.12

30 Nov 15:41
Compare
Choose a tag to compare
  • Fixed flags being broken from adding constraints
  • Added support for the hidesub tag

v0.2.11

13 Nov 06:51
Compare
Choose a tag to compare
  • Disabled postarg for base commands and the children of consuming commands
  • Optimized file size
  • Added support for consuming args with constraints
  • Added support for consuming args with constraints with default values
  • Added support for constraints
  • Fixed a bug where it would allow consuming arguments after one non-consuming subcommand
  • Fixed a bug where context and assert would only accept 2 words and nothing else
  • Fixed a bug where you can't have postargs in the command if it has a consuming argument

v0.2.10

06 Nov 07:15
Compare
Choose a tag to compare
  • Fixed a bug where you can't have empty lines between commands

v0.2.9

19 Aug 19:40
Compare
Choose a tag to compare
  • Added brace matching