I ACTUALLY FIXED THE MOD
Added 1.21.10
1.1.1 for <1.21.9
Just for 1.21.9
Attempted to fix the /reload command
now supports quilt
Fixed a bug where config file not working correctly
Features & Improvements
- Added support for command aliases with variables (e.g.,
${player},${x},${y},${z}) in the config. - Aliases are now stored in
config/CommandMaker/aliases.jsoninstead of a single file inconfig/. - The
aliases.jsonfile supports comment lines (starting with#) for usage instructions, which are ignored by the loader. - Added
/addcommand reloadto reload aliases in-game, and fixed its logic to properly clear and re-register aliases. - Added
/setcmdvariable <variable> <value>command to allow players to set custom variables for use in aliases. - Custom variables set with
/setcmdvariablecan be referenced in aliases as${variable}. - Improved variable substitution logic to support both built-in and custom variables per player.
Bug Fixes
- Fixed issues with misplaced or missing braces in
ExampleMod.java. - Ensured all methods are fully implemented and syntactically correct.
- Fixed all syntax errors and ensured the mod compiles and runs as expected.
Other
- Cleaned up and refactored code for clarity and maintainability.
NOTE - Versions before 1.21.7 are not tested and are not reccomended. Please use 1.21.7 or 1.21.8 if possible.
Versions 1.20 - 1.21.7 no internal changes
1.21.8 beta no in game changes
Initial version



