Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published last year
Updated 7 months ago
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.
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
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
hello:
command: 'say Hello {player}'
message: ''
/hello -> /say Hello <playername>
Commands:
- /customcommands reload
Permissions:
- cc.reload | To reload the plugin
Autocomplite:
The AutoComplite feature is only availible after a server restart!
Config:
# [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!