CCommands v1.0.0
a better command maker for minecraft server's
You can use this plugin on Bukkit servers
Paper, Purpur, Mohist, Arclight, Spigot
CCommands Feature's
Support minecraft color chat.
Support all minecraft versions
Support all bukkit servers
Support TabComplete for all commands
Fully changeable command data's
CCommands Permission's
this plugin just have one permission !
ccommands.reload
You can make any permission for your commands.
CCommands Config.yml
Code (YAML):
Plugin-version
:
"1.0.0"
enable-custom-commands
: true
CCommands Default Commands.yml
Code (YAML):
# [COMMAND] Execute external commands
# [BUNGEE] send player to any server on bungeecord
# [CONSOLE] Execute commands by console
# [EFFECT] Give effect to players
# [GAMEMODE] Change player gamemode
Commands:
example:
enabled
: true
message
:
"this is an example command, change this in commands.yml"
permission
: ccommands.use.example
aliases
:
- example
- ex
actions
:
-
"[COMMAND] gamemode creative"
-
"[BUNGEE] survival"
-
"[CONSOLE] say Hello!"
-
"[EFFECT] invisibility 9999 99 true"
-
"[GAMEMODE] creative"
✌ Special thanks to
ehsanzmax for his interesting ideas ❤
GoodLuck !!