Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
CCommands
CCommands is a tool for Minecraft that lets you make your own commands easily. It works with Paper/Spigot 1.21.8. You can set up commands in a simple file. You do not have to change the plugin.yml or rebuild the plugin.
With CCommands you can make many custom commands as you want in the config.yml file. You can also add lots of console commands to each custom command. Each command can have its rules, many execution lines and placeholder support. This is really good for people who run servers and want to automate things without using plugins.
Features
You can make custom commands in config.yml
You do not have to register commands in plugin.yml
You can stack unlimited commands per custom command
Each command can have its own permission
CCommands has placeholder support:
%player% means the player you are talking about
%executor% means the player who used the command
CCommands can run console commands for compatibility
It is lightweight and works well
CCommands does not use NMS or packet usage so it is stable
** How It Works**
You just define commands in the config.yml file.
You give a name to the command
You choose who can use the command
You add one or many console commands
When a player uses /example or /example PlayerName CCommands automatically replaces placeholders. Runs all the commands you set up.
Perfect For
Giving rewards to players
Tools, for administrators
Automating server tasks
Creating event commands
Making custom moderation tools
Servers that have RPG or economy games
Please Report bugs 🙏

