-
Notifications
You must be signed in to change notification settings - Fork 48
In game commands
The users and admins are able to interact within the game using chat commands. Typing any command without any arguments will inform you of how to use it.
Prints a list of available chat commands.
/help
Prints a list of currently online players.
/who
Prints a list of available admin commands.
/admin
Enables the map editor.
/mapeditor
Enables the item editor.
/itemeditor
Enables the NPC editor.
/npceditor
Renders the current cursor position, the player position and the current map id in the upper left corner.
/loc
Warps you to the player with name <PLAYERNAME>
.
/warpmeto <PLAYERNAME>
Warps player with name <PLAYERNAME>
to you.
/warptome <PLAYERNAME>
Warps you to map with id <MAP_ID>
.
/warpto <MAP_ID>
Changes your current sprite to the sprite with id <SPRITE_ID>
.
/setsprite <SPRITE_ID>
Changes the access level to <ACCESS_LEVEL>
of player with the name <PLAYERNAME>
.
The access levels are:
- (Admin) Monitor
- (Admin) Mapper
- (Admin) Developer
- (Admin) Creator
Setting the access level to 0 will reset the player access to user.
/setaccess <PLAYERNAME> <ACCESS_LEVEL>
Gives the player with name <PLAYERNAME>
the item with id <ITEMID>
.
/giveitem <PLAYERNAME> <ITEMID>
Respawns the items and NPCs on the map.
/respawn