Permissions management: /commandperm <command> set <permission|level>
Server-side execution: Commands are run as the server, not the player.
Placeholder support: {player}, {target}, and more.
LuckPerms integration: Set permissions using LuckPerms nodes or default operator levels.
Tutorial: A tutorial.yml is automatically created in the CustomCommand folder.
Installation Instructions:
Download the CustomCommand.jar file.
Place it in your server’s plugins folder.
Start or reload your server. The plugin will automatically create config.yml and tutorial.yml.
Use the provided admin commands to create and manage macros.
Documentation: See plugins/CustomCommand/tutorial.yml for a full course on how to use the plugin, including examples, placeholders, permissions setup, and advanced usage tips.
Example Usage:
/createcommand greet say Hello {player}!;give {player} minecraft:diamond 1 /listcommands /commandperm greet set myplugin.greet /deletecommand greet
My personal favorite: /createcommand gmc gamemode creative {player} /createcommand gms gamemode survival {player}