Updated MobArena Commands (markdown)

garbagemule 2020-11-08 17:27:49 +01:00
parent 3ef1515563
commit 7109433372

@ -28,12 +28,13 @@ Only ops and the console can issue these commands. They include forcefully start
* `/ma force start <arena>` - Forcefully start the arena with the specified name; forces all players who aren't ready to leave. * `/ma force start <arena>` - Forcefully start the arena with the specified name; forces all players who aren't ready to leave.
* `/ma notready <arena>` - Get a list of all players in the given arena who aren't ready. * `/ma notready <arena>` - Get a list of all players in the given arena who aren't ready.
* `/ma restore <player>` - Restore the inventory of the player with the given name, if possible. * `/ma restore <player>` - Restore the inventory of the player with the given name, if possible.
* `/ma config reload` - Reload the config-file into memory. This is useful if changes are made in the config-file while the server is running. * `/ma addreward <player> <thing>` - Add a [[Thing|Item and Reward Syntax]] to an arena player's reward stash. Useful for custom integrations.
### Setup commands ### ### Setup commands ###
Only ops (and the console, if it makes sense) can issue these commands. They include setting warp points, spawnpoints and region points. Only ops (and the console, if it makes sense) can issue these commands. They include setting warp points, spawnpoints and region points.
* `/ma reload` - Reload the config-file into memory. This is useful if changes are made in the config-file while the server is running.
* `/ma setup <arena>` - Enter [[Setup Mode|Arena Setup]] for the given arena. * `/ma setup <arena>` - Enter [[Setup Mode|Arena Setup]] for the given arena.
* `/ma addarena <arena>` - Create a new arena-node in the current world. * `/ma addarena <arena>` - Create a new arena-node in the current world.
* `/ma delarena <arena>` - Delete the arena with the given name. * `/ma delarena <arena>` - Delete the arena with the given name.