Server Commands
Server Commands
Paramaters set in italic are optional.
| Command | Flag | Params | Explanation | Alias(es) | |
|---|---|---|---|---|---|
| /memory | -f | List all worlds, the memory used, the maximum memory and number of chuncks and entities sorted by worlds. The flag -f frees server memory by killing all animals/npcs/monsters and removing all drops in every world. | /mem | ||
| /extinguish | range | Extinguish the fire in the given range, default radius 20, max 50. | /ex | ||
| /air | BlockType range | Replace the wanted block by air, default radius 10 | /melt |
Be careful with /extinguish and /air the radius represants a cube and not a square!
| /undo | Undo the /air or /ex done before (retain every change made) | /past | |||
| /areload | Plugin | reload the wanted plugin OR AdminCmd if none given. (Name is CaseSensitive!) | /ar | ||
| /reloadall | Reloads the server. | /arall | |||
| /repeat | Repeat the last command you issued with the same parameters. | /rp | |||
| /uptime | Shows the server uptime. | /up | |||
| /aversion | Plugin | Displays the version of the wanted plugin OR AdminCmd if none given. (Again plugin name is CaseSensitive!) | /av | ||
| /info | type | Displays all possible option to list (fly,god, etc ...), with option displays the content (for fly, all the user having fly mode, etc ...) | |||
| /setspawn | radius | Set the spawn to where you are with the given radius | /ss | ||
| /spawn | Teleports you to the spawn point of your current world | /ts | |||
| /help | Plugin Page | To get the help of the plugin (or other plugins) More explanations : Help Feature | |||
| /lockdown | Lock the server, kick every connected user that doesn't have the perm admincmd.server.lockdown and disallow them to connect to the locked server | /lock | |||
| /difficulty | -s, -g | world difficulty | Sets(Flag s) or gets (Flag g) the difficulty of the given world or the if none provided the one the player is in. accepted difficulties: 0 - Peaceful, 1 - Easy, 2 - Normal, 3 - Hard. If a wrong difficulty is given it will be set to 1(Normal)! | /dif |
Per Command Permissions:
| Command | Permission | |
|---|---|---|
| /memory | admincmd.server.memory | |
| /extinguish | admincmd.server.extinguish | |
| /air | admincmd.server.replace | |
| /undo | admincmd.server.replace | |
| /areload | admincmd.server.reload | |
| /reloadall | admincmd.server.reload | |
| /repeat | admincmd.server.repeat | |
| /uptime | admincmd.server.uptime | |
| /aversion | admincmd.server.version | |
| /info | admincmd.server.list | |
| /setspawn | admincmd.spawn.set | |
| /spawn | admincmd.spawn.tp | |
| /help | admincmd.server.help | |
| /lock | admincmd.server.lock | |
| /difficulty | admincmd.server.difficulty |
Permissions for all server commands:
admincmd.server.*