CommandAliases icon indicating copy to clipboard operation
CommandAliases copied to clipboard

Alternate short commands for complex commands

Results 21 CommandAliases issues
Sort by recently updated
recently updated
newest added

- I had to manually get the permissions API due to maven being crong - I had to split up fapi modules due to brachyura not being able to handle...

I'm trying to use this mod to fix some of the issues I have with Essential Command's (Fabric Mod) syntax and make it more like the syntax from EssentialsX (Paper...

When updated from 1.19.4 -> 1.20.4, tested with a single command `readycheck.json` containing... ```json { "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "readycheck", "permission": 1, "actions": [ { "command": "function server:actions/readycheck/init", "commandType":...

Hello, I made a trigger command with my datapack `/trigger bid set ` and wanted to make a bid command that would forward the int to the trigger command. I...

Hi, my main issue is with how most color format generators online (the ones where you type in some text and then change the font formatting using their editor) only...

Originally brought up in https://github.com/FlashyReese/CommandAliases/issues/46. Targeted branch: https://github.com/FlashyReese/CommandAliases/tree/placeholders-api-impl - [ ] Replace in-house function processor with Placeholder API to reduce maintenance and bug-fixing efforts. Keep the deprecated function processor for...

documentation
enhancement

If there is an error in the configuration, the whole mod doesn't load and `/commandaliases` or any validly defined aliases are unusable until you disconnect and reconnect to the server.

Is it possible to relocate the command aliases data folder out of the world folder, or have an option to change where it is located? Drag and drop backup mods...

I am attempting to create a JSON list suggestion provider: ``` ... { "child": "stop", "type": "argument", "argumentType": "minecraft:word", "suggestionProvider": { "suggestionMode": "JSON_LIST", "suggestion": "['stop']" }, ... } ... ```...

The issue at hand: https://github.com/FlashyReese/CommandAliases/blob/44c88ee30c565e7e7cc1edc521094aaef67bafda/src/main/java/me/flashyreese/mods/commandaliases/command/builder/custom/AbstractCustomCommandBuilder.java#L300-L376 The current implementation of the custom command builder method is less efficient than the previous version. The previous version utilized a new thread to call...

bug
enhancement
help wanted