Details
Supported Bukkit Versions
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
Changelog
- Changed command syntax to use a newer parser in the library from v0.3.3-beta.
- Removed the regex parser.
- Changed reload command from
-r to reload.
- For comparison, to make console execute
/hello player when the player joins group test_test test:
- Old syntax:
/qs player test__test_test -c hello player
- New syntax:
/qs player --group "test_test test" -c --executable "hello player"
- Added more values, added comments and replaced the format values
%s to readable placeholders. Eg: `%player%.
- The new messages file should override the old one on start up.
- Added option for the executable to be dispatched by the player but as an operator. This will grant temporary OP status.
- Example usage:
/qs player --group test -o --executable "/gmc"
- Added more items to be displayed as group symbols.
- Added permission nodes
queued-sudo.self & queued-sudo.*.
- Fixed bug showing items that can't be displayed in symbols.