Skip to content

How do I enable command blocks?

Here you can read how to enable command blocks on your Minecraft Server.

  1. Go to the Minecraft Panel and select your server alt text
  2. Click on the Files button in the sidebar
  3. Open the server.properties file and search for the following text:
properties
enable-jmx-monitoring=false
rcon.port=25575
level-seed=
gamemode=survival
enable-command-block=false
enable-query=false
generator-settings={}
enforce-secure-profile=true
  1. Change this to
properties
enable-command-block=false
enable-command-blocks=true
  1. Restart your server and tada 🎉 alt text
  2. Now give yourself a command block with the command /give {username} command_block. alt text