Here's a list of commands available:
rAthena: https://github.com/rathena/rathena/blob/master/doc/atcommands.txt
Hercules: https://github.com/HerculesWS/Hercules/blob/master/doc/atcommands.txt
Put them in your Trunk/conf/groups.conf
Example:
{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
/* no commands by default */
storage: true
go: true
warp: true
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
}
},
