Skip to content

Instantly share code, notes, and snippets.

@apemon
Created June 25, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apemon/e4cda445e7d3f2eae28f45acf9a4500c to your computer and use it in GitHub Desktop.
Save apemon/e4cda445e7d3f2eae28f45acf9a4500c to your computer and use it in GitHub Desktop.
// kill player
{
"command": "@nuke $player",
"issuer": "tester",
"account_id": "2000001"
}
// doom
{
"command": "@doom",
"issuer": "tester",
"account_id": "2000001"
}
// add summon
{
"command": "@monster baphomet 1",
"issuer": "tester",
"account_id": "2000001"
}
// jail
{
"command": "@jail $player",
"issuer": "tester",
"account_id": "2000001"
}
// unjail
{
"command": "@unjail $player",
"issuer": "tester",
"account_id": "2000001"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment