Auto Commands

Бесплатно Auto Commands 2.0.1

Нет прав для скачивания
{
"Run commands on player connect": false,
"Commands on connect": [
"examplecmd $player.id",
"example.cmd"
],
"Run commands on player disconnect": false,
"Commands on disconnect": [
"examplecmd",
"example.cmd \"text example\""
],
"Run commands on server startup": false,
"Commands on server startup": [
"examplecmd $server.name",
"example.cmd"
],
"Run commands on server wipe": false,
"Commands on server wipe": [
"examplecmd arg",
"example.cmd \"text example\""
]
}