How to Enable Command Blocks on a Minecraft Server
Learn how to enable command blocks on your Minecraft server hosted by Beacon Hosting to enhance your gameplay experience.
June 2, 2025
1 min read
49 views
Topics:
Minecraftcommand blocksBeacon Hostinggame server hostingserver configurationMinecraft serverHow to Enable Command Blocks on a Minecraft Server
Command blocks let you automate actions and create advanced gameplay mechanics. Enabling them is quick and easy with Beacon Hosting.
Step 1: Access Your Server Files
- Log in to the Beacon Hosting Game Panel.
- Select your Minecraft server.
- Open the File Manager, or connect via SFTP if preferred.
Step 2: Edit the server.properties
File
- Find
server.properties
in the root directory. - Open it in the built-in text editor.
- Locate the line:
enable-command-block=false
- Change it to:
enable-command-block=true
- Save the file.
Step 3: Restart Your Server
After saving, go back to your server overview and click Restart. Command blocks will now be enabled.
Tips
- You must be an operator (
/op <username>
) to place or use command blocks. - Use
/give @p command_block
to get one. - Enable cheats if testing in creative mode.
Was this helpful?
Let us know if this article helped you solve your problem
Related Articles