Current Dev: New Commands and Permission-Nodes
Commands
Paramaters set in italic are optional.
Commands
| Command | Flag(s) | Params | Explanation | Alias(es) | |
|---|---|---|---|---|---|
| /moblimit | -m MobName | world limit | Using the -m parameter can be used to limit the mob of a particular type. | /ml | |
| /mem | -a,-f,-m,-n,-x,-i, -c, -b, -v | none | 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. -a only animals. -m only mobs. -n only NPC (Villager). -x only xp ball on the ground. -i only items on the ground, -c only minecarts, -b only boats, -v vehicles(boats and carts). (you can use a combination of the parameters like /mem -am will only kill mob and animal) | /memory | |
| /clear | -P playername | material amount | Clear the user inventory. If material is set, only this material, if amount is set only deleting that amount of the material. if -P is used, it will be clearing the inventory of the player playername (accordingly to the given parameter, if no param is given, clear the whole inventory) | /pclear | |
| /stop | -t sec | none | Stop the server after X sec (configurable in the configuration file or by the parameter -t). 1)lock the server 2)broadcast the stop message 3)kick every connected player 4)stop the server. | /ss /sstop | |
| /nd | -P playername -t time | none | Activate the no drop mode, meaning the player will never drop his items, and keep them on death. If -P is set, it will be activated for that player. If -t is set, it will be activate for that amount of time. | /nodrop | |
| /egg | -E egg_name | Egg Params (Eggs) | Spawn special eggs that have the ability to do things that you (The player) could only dream of. Now its real, and its yours. Find more info here: Eggs | none | |
| /broadcast | message | Sends a message to all players. Layout can be adjusted via locale. | /bc | ||
| /mute | -c | player | Disables a player to use any command. | ||
| /repair | player | Added repairing of the item an other player holds |
For a detailed description of each command take a look into the Change Log
Permissions Nodes
| Command | Permission |
|---|---|
| /mem -ALL_FLAGS | admincmd.server.memory.* |
| /mem -f | admincmd.server.memory.full |
| /mem -m | admincmd.server.memory.mob |
| /mem -n | admincmd.server.memory.npc |
| /mem -x | admincmd.server.memory.xp |
| /mem -a | admincmd.server.memory.animal |
| /mem -i | admincmd.server.memory.item |
| /mem -b | admincmd.server.memory.boat |
| /mem -c | admincmd.server.memory.cart |
| /mem -v | admincmd.server.memory.vehicle |
| /stop | admincmd.server.stop |
| /nd | admincmd.player.nodrop |
| Create a colored sign | admincmd.coloredsign.create |
| /egg -E | admincmd.egg.* |
| /egg -E ExplosionEgg | admincmd.egg.explosion |
| /egg -E MobEgg | admincmd.egg.mob |
| /egg -E KillerEgg | admincmd.egg.killer |
| /egg -E EntityEgg | admincmd.egg.entity |
| /broadcast | admincmd.server.broadcast |
| /mute -c | admincmd.player.mute.command |
| repair player | admincmd.item.repair.other |