Create your own custom commands. You can add commands with messages or you can create aliases for other commands.
The plugin is for everyone how can't code own plugins.
Wiki
Installation:
- Download the plugin
- Restart your server
Setup:
- To add a new Command you need to edit the config.yml . To see how to make your own commands see config.yml .
Placeholders:
- {args} - Get every argument behind the command.
- {player} - Get the player name of the executer.
Features:
- You can add arguments to your commands with {args}.
Example:
config.yml
Code (YAML):
adminhelp:
command
: 'msg Admin
{args
}'
message
: ''
/adminhelp I need help -> /msg Admin I need help
- You can get the executers name with the {player} placeholder.
Example:
config.yml
Code (YAML):
hello:
command
: 'say Hello
{player
}'
message
: ''
/hello -> /say Hello <playername>
Commands:
- customcommands reload
Permissions:
- cc.reload | To reload the plugin
Important:
The AutoComplite feature is only availible after a server restart!
config.yml
Code (YAML):
# [CustomCommand] Create own commands
prefix
:
"[&6CustomCommands&r] "
# All custom commands
# Create your own commands here
CustomCommands
:
# Don't touch this!
example
:
# Command trigger (/example)
command
: 'tps'
# The command to be executed
message
: 'Example'
# A message
Version
: 3
# Don't touch this!
Downloads:
- 1000
- 500 ✔️
- 200 ✔️
- 100 ✔️