
Can make any minecraft command allie to another command
FireCommandAllience is a lightweight, dynamic command alias engine for Paper/Spigot 1.21. It allows server administrators to create powerful command "alliances" (shortcuts) on the fly without ever needing to restart the server or touch a complex commands.yml file.
Dynamic Linking: Link any command to a custom alias instantly.
Example: /fca gamemode creative + gm1 allows players to use /gm1.
Multi-Command Macros: Edit the generated YAML files to trigger multiple commands from a single shortcut.
Per-Alias Permissions: Every shortcut automatically generates its own permission node (e.g., gm1.cmd.perm), giving you full control via LuckPerms.
File-Based Storage: Each alliance is saved as a separate .yml file in the Commands/ folder for easy organization and manual editing.
In-Game Management:
/fca list <page> – View all active alliances in a clean, paginated list.
/fca reload – Update your custom prefix instantly.
Native 1.21 Support: Built specifically for the latest Minecraft versions using Java 21.
/fca <command> + <alias> — Create a new link.
/fca list <page> — List all current alliances (10 per page).
/fca reload — Reload the config.yml.
/fca help — Show the help menu and developer info.
fca.admin.cmd — Required to use any /fca administrative commands.
<alias>.cmd.perm — Required for players to use a specific created shortcut (can be toggled off in the shortcut's config file).
Customize the plugin prefix in the config.yml to match your server's theme:
YAML