/simplecommand-reload reloads the config but only allows to change commands you provide. When you change a command like in config template below spawn to something else you have to restart your Server.
commands:
spawn:
command: tp
{arg1
} 0 100 0
arguments:
arg1: player
sendmessage:
command: say
{arg1
} arguments:
arg1: string
givediamond:
command: - say You were given
{arg2
} diamonds
- give
{arg1
} diamond
{arg2
} arguments:
arg1: player
arg2: integer
sethealth:
command: health
{arg1
} set
{arg2
} arguments:
arg1: player
arg2: float
permissions:
sendmessage: simplecommands.sendmessage
givediamond: simplecommands.givediamond
sethealth: simplecommands.sethealth
spawn: simplecommand.spawn
reload: simplecommands.reload
Argument types:
player
string
integer
float
Argument type player is just as it is the selection of a player Argument type string is a string but a whole text. Argument type integer is a whole number like 1. Argument type float is a digit number means 1.2.