0%
Loading...
NolimitHost

Enable and obtain Java command blocks

Last updated: July 23, 2026

This guide shows you how to enable command blocks and give one to an operator on a NolimitHost Minecraft Java Edition server.

Command blocks run server commands from the world. An operator (OP) is a player with admin powers on the server. Only trusted operators should create or edit command blocks.

Enable command blocks

Using World Manager

  1. Stop the server — Stop the Java server before editing its world settings, so the running server does not overwrite your changes.
  2. Open World Manager — Log in to the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Minecraft Java server, then go to World Manager.
  3. Edit the active world — Find the world currently used by the server and select Edit.
  4. Open Game Rules — Go to Game Rules and enable command blocks.
  5. Save and restart — Save the change and start the server again so it takes effect.

Using server.properties

Alternatively, stop the server, then log in to the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Minecraft Java server. In the left sidebar, click File Manager and open server.properties (the main server configuration file). Set:

enable-command-block=true

Save the file and restart the server so the change takes effect.

Give an operator a command block

Start the server, then open the Console in the NolimitHost Game Panel (log in at https://panel.nolimithost.cc/ and select your server first) and run this command without /:

give ExactJavaUsername minecraft:command_block

Or join with operator access and run:

/give ExactJavaUsername minecraft:command_block

On clients with an Operator Items Tab option, enable it under controls, switch to Creative mode, and use the Operator Utilities inventory tab.

Warning: A repeating or chained command block can change large areas or run commands continuously. Create a backup before testing command-block automation.