Command blocks are special blocks available in creative mode, used for automatically executing commands in the game. They are divided into three types:
- Impulse Command Block – Executes a command once immediately after receiving a redstone signal.
- Chain Command Block – Links multiple command blocks, executing commands in sequence.
- Repeat Command Block – Repeatedly executes commands as long as it receives a redstone signal.
As a powerful tool for creating complex mechanics or maps, command blocks are highly configurable, allowing for a wide range of tasks, from teleportation to giving items and changing game rules.
Navigation
How to enable command blocks
1. Access server files.
2. Edit server.properties file.
3. Navigate enable-command-block line and set the value to “true”.
4. Click “SAVE CONTENT” to save all changes.
5. Restart your Minecraft server.
How to add command blocks
Once you have turned on creative mode and activated command blocks, you can proceed to the next steps. To add command blocks on your server use this command:
/give <Username> minecraft:command_block
Executing the command requires OP privileges. To obtain them, go to the server console and enter the this command:
op [YourUsername]
You can start programming command blocks now!
We hope that our intuitive web interface has allowed you to configure your Minecraft server easily. If you want to ask us any questions, feel free to contact us via e-mail, ticket or live chat!