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: '' [/code]
/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: '' [/code]
/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! [/code]
Downloads:
- 1000
- 500 ✔️
- 200 ✔️
- 100 ✔️
Information
Category | Admin Tools |
---|---|
Published on | April 23, 2023 |
License | Unspecified |
Downloads | 221 |
Stars | 0 |
Watchers | 1 |