DESCRIPTION:
With this plugin, you can create fully customizable commands like /hi, /hello, and more, all directly from the configuration file (config.yml) without touching the plugin code. Each command can be configured to:
- Show messages only to the player who executes the command (type: player)
- Broadcast messages to the entire server (type: broadcast)
- Make the players execute a command! (command: "spawn")
- Do nothing (type: none)
HOW TO ADD COMMANDS:
1.GO INTO THE PLUGINS FOLDER AFTER THE STEPS I MENTIONED AT THE TOP!
2. OPEN THE FUNCMD FOLDER AND CLICK ON CONFIG.YML!
3. THEN WRITE THE COMMAND AS THE EXAMPLE IN THE CONFIG!
EXAMPLE:
lobby:
type: player #this makes so only the player that did /lobby can see!
message: "Write anything here"
command: "spawn" #the players will do /lobby and they will execute /spawn!
DO /FUNCMD RELOAD TO RELOAD THE CONFIG.YML AND THE PLUGIN ITSELF!
CONFIG.YML:
#broadcast = everyone can see
#player = only the player can see
#none = does nothing
#command = the player execute that command
#console = the console executes the command
commands:
#hi:
#type: player
#message: "&aWhy hello there."
#command: "give %player% diamond"