CustomCommand 2.1-alpha
Details
-
FilenameCustomCommand-2.1-alpha.jar
-
Uploaded by
-
UploadedAug 4, 2026
-
Size292.28 KB
-
Downloads6
-
MD576544d8a73838cbcdd9546960972c75e
Supported Bukkit Versions
- 26.2
- 26.1
- 26.1.1
- 26.1.2
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.5-Snapshot
- 1.21
Changelog
Changes
- Added more preset argument types (All vanilla types from `ArgumentTypes` except for `RESOURCE` and `RESOURCE_KEY` as they require a whole system to fetch registries from Strings)
- Added the `dynamic` to the suggestion declaration. When set to true, removes all suggestions that don't start with the player's input
- Added executes/execution declaration. Doesn't have any **actual** features yet. But: Marks that when this argument is specified last, the command is complete. When no executes declaration is present, it is assumed that the command can't end on this argument, and an error is shown when executing the command
- Improved examples
Code comparison: https://github.com/Ontey6/CustomCommand/compare/2.0-alpha...2.1-alpha