Creative mode and debug tools are useful for testing, building, or fixing problems, but they should only be available to trusted admins. Do not leave these enabled on a public server unless you know exactly who has access.
Â
First, make sure the player is an admin. If they are not, add them through serveradmin.xml using the admin guide.
Â
Next, open Configuration Files in your control panel and edit serverconfig.xml.
Â

Â
Scroll to the game rules section and find BuildCreate.
Â

Â
Set it to true:
<property name="BuildCreate" value="true" />
Save the file and restart the server.
Â
In-game, an admin can open the console and use:
cm
This toggles the creative menu.
Â
Debug mode can be toggled with:
dm
Â
When you are finished, set BuildCreate back to false and restart the server again.
