Commands for command blocks in Minecraft 112. How to give yourself a command block in the game Minecraft

In which a long-awaited innovation was added - command blocks.

Using command blocks, you can set specific commands that can apply both to the entire server and to a random player.

Important to know: Commands can only be set to create a game world and only in creative mode. Command blocks do not work in Survival mode.

Many players do not know or understand how to use these blocks and what commands need to be entered to make them active.

To get a command block you need to open the chat and enter the command /give @p command_block

Then we select it and install a lever or any other activator to it.

How to specify a command for a command block?

In order for a command block to perform a particular function, it needs to be given a specific command. To do this, click on the command block and a window with settings will open. In the “Console command” field we need to enter the command we need.

Below you will find the Top 15 most popular commands for the command block on mobile Minecraft.

Top 15 commands for Minecraft PE

/title @a title Your message. Using this command, you can write and transmit some message or instruction to everyone on the server.

/effect @a regeneration 2000 2000. Regeneration command. 2000 is a level and quantity.

/tp @a 0 0 0 . Where are your coordinates, and 0 0 0 are the coordinates where you need to teleport. To find out your coordinates you need to download a special mod.

/clone~ -1~1~3~3~-3~4~-1~-3 Command for an endless road for a trolley. That is, the road will be constantly cloned and created.

/setblock its coordinates diamond_block . Command for an endless diamond block. This way you can get rich very quickly.

/weather rain . Command to change the weather to rain.

/weather clean .Command to change to clear weather, turns off rain.

/gamemode 0 – Quickly switch to Survival mode. /gamemode 1 – switch to creative mode. We set for whom the mode will change, for example /gamemode 0 @a - this way the mode will be applied to all players.

/time set night – this command changes the time of day to night. /time set day – thanks to this command, the day will come in Minecraft.

/give @a diamon 1 – a command that gives you items that you specify. In our case, these are diamonds. Where is 1 the number of diamonds.

/spawnpoint – thanks to this command you can set the spawn point after you die.

/kill – A command that kills everything on the map. You can specify what exactly needs to be killed, for example, animals or creeps.

/difficulty – a program that changes the difficulty of the game. You can bet from 0 to 3.

/say – a command with which you can also communicate with players on the server.

A command block in Minecraft is a block into which you can enter various commands. After receiving a signal from the red stone, it will begin to complete the task assigned to it. The block greatly enhances the player experience and has many uses in gameplay. Thus, many gamers have a question about how to make a command block in Minecraft.

Creating a Command Block

It’s not possible to just take and make a command block (from English “command block”) in Minecraft. However, it can be obtained using special cheats and commands.

  1. Start a single player game in Maine in creative mode.
  2. In the world settings, enable the function of using cheats.
  3. Puzzled by the question of how to make a command to issue a block in Minecraft, you need to open the console.
  4. In the console line you will need to enter the command: give *player nickname* command_block.

After executing this command, the block will be in the hand of the corresponding player's character.

You can give a block to yourself, to another player, or to an entire group. They cannot be used in survival mode.

How to use the block

The block is widely used in the game, executing various commands.

When the command block is in the character's hands, right-click on the ground to place it. After this, you need to click the same button on the attribute itself.

This will open a command block window where you can enter the required task or change its parameters. In the future, changes can be made at any convenient time. If anything was done incorrectly, the user will receive a corresponding notification in the same window.

Blocks can be in passive mode, triggered by a chain reaction through similar objects, or triggered by a signal transmitted by a red stone. The command block can also have a direction, according to which you can build a whole chain of blocks that are triggered one after another.

If desired, the player can set a binding for the block. Using this function, you can kill specific entities or everyone in the area, in addition to the player himself. The block can also be configured to interact with other players.

In some situations, a command block can be used to teleport one player or an entire group. To do this, you will need to correctly specify not only the command, but also the coordinates.

In principle, the command block supports a lot of tasks, a full list of which can be found on numerous Internet resources. You can view the entire list of possible commands directly inside the game by entering /help in the chat window.

Video: How to use the command block in Minecraft.

The same commands as in regular chat. What is a command block, how to get it and how to use it? In this article we will tell you about it!

This is really a very useful block and it expands the possibilities of creating maps in Minecraft

You can find a complete list of commands here, but not all of them work in Minecraft on Android, IOS and Windows 10 versions.

Last time we explained the positioning system and its associated commands and arguments. Just making game cards is why people usually want to learn how to use command blocks. If you're here for this reason, you can look forward to other lessons that will focus on mapping. First, we will add knowledge about the missing arguments.

Next argument. This argument, as you might, returns "type" and "object type", in other words, which object is involved. You can also use the prefix "!" to make a selection of other types of objects. Let's now try what we just learned. Find our two pigs closest to you.

+ command blocks in MCPE:

  • Unlike the PC version, in PE command blocks do not place heavy loads, i.e. FPS will be stable.
  • The command block interface is adapted for mobile devices.
- command blocks in MCPE:
  • Too little functionality.
How to get a command block?
In the game, you cannot get a command block by crafting, but you can issue it using the command /give Steve command_block, Where Steve nickname of the player to whom the team will give this block. Instead of Steve, you can also use @p, meaning you give the block to yourself. Don't forget to enable cheats in the world settings.

How to enter a command into a command block?
To do this, you need to open its interface. This is done very easily, just tap on it. In field Entering a command The command block itself fits in, which the command block will execute. Just below is a field where you can see an error if you entered something wrong.

Or if you are making a selection of all objects but don't want the player. These arguments represent "experience levels" or the number of "levels" of experience that is "green" that you use for the enchantment. The current level is displayed above the active inventory with a green number. So let's write a simple alert script that will let players know how this is happening. You will need two command blocks to connect to the clock. The only problem is that the script will spam chat players every time the circuit is completed, see how to deal with it in the scoreboard system tutorial.



Example commands:
  • give @p apple 5 - gives the player five apples.
  • setblock ~ ~+1 ~ wool - places a block of wool at the player's coordinates.
  • tp Player 48 41 14 - moves a player with the nickname Player to a point at coordinates x=48, y=41, z=14
Who do command blocks work with?
Thanks to pointers, you can point to the player or creature on whom the command will be executed:
  • @p is the player who activated the command.
  • @a - all players.
  • @r is a random player.
  • @e - all entities (including mobs).
Auxiliary pointers:
How can I make it so that, for example, it moves all the players to some point except itself? Yes, it’s easy, for this you need to use additional pointers, for example: tp @a 228 811 381- teleports all players except the player with the nickname Admin exactly x=228, y=811, z=381. All parameters:
  • x - coordinate along the X axis. If you put instead of the value ~
  • y - coordinate along the Y axis. If you put instead of the value ~
  • z - coordinate along the Z axis. If you put instead of the value ~ , then the dot will be the command block.
  • r - maximum search radius.
  • rm - minimum search radius.
  • m - game mode.
  • l - maximum experience level.
  • lm - minimum experience level.
  • name - player's nickname.
  • c is an additional argument to @a that limits the number of players to execute the command. For example, if you enter @a, the command will affect the first five players from the list, @a will affect the last five from the list.
  • type - as an example, the command /kill @e will kill all skeletons, and the command /kill @e will kill all non-player entities.
Example command:
  • give @p gold_ingot 20 - gives the nearest player who is within a radius of 10 blocks 20 gold bars.


Commands for manipulating the world

However, this is a real scenario where you can invent thousands of people with the right knowledge. Now you can imagine the commands used to manipulate the world, which will be useful for you, for example, when you create a playable map yourself or simply when you want to adapt a test world.

You set this mode by default when you create a world, it's creative. Try to change it now to survival. When a new player joins the world, the game mode will be set to survival. As you can guess, this command changes the difficulty. There are four in the game, and you can specify them in different ways.

Command block modes

There are three command block modes available: pulse, chain, and repeat - the color of the block changes depending on the mode.
  • Pulse mode (orange): activates the specified command
  • Chain mode (green): the command will work if the block is attached to another command block and connects to other command blocks
  • Repeat mode (blue): The command is repeated every tick as long as the block has power.


The difficulty is saved for each world separately, so if you go into settings you will see the difficulty of the last world loaded. As you know, a difficulty can be "locked" for a given world, making it impossible to change. However this command doesn't look at locking so it is not 100% secure, however when cheats are disabled a player in a locked world cannot change it. If the command is run on the server, the difficulty changes, but the next time the server starts, it will again be the server default because it is set by the server properties at startup time.


Pulse mode
These are ordinary command blocks that are used to interact with chain blocks, but you can simply execute commands in these blocks.



Chain mode
I think it’s already clear from the name that this command block mode works according to the “chain” scheme.

Please note that for the chain type to work, you need a command block with a pulse, which will send the signal, as well as a red stone block, without which the command block with the chain type will not work.

You can make this command one of the few when cheats are disabled. It has no arguments and displays the seed of the world where it is. This number tells the world generator “how to generate it”, i.e. two newly created worlds with the same seed will look the same. This number can be entered when creating a world.

If it rains, it stops, and if not, it starts. The first required argument is the weather condition for setting the command. Clearly, rain does not mean rain means thunderstorm rain means rain and beating.

  • If the flash hits a vine, it charges it.
  • If he hits a pig, he will make Pigman.
You can also specify a duration. This is the minimum amount of time the condition will take. As time passes, he will be able to set a new status in the game again. This time is given in so-called “ticks”, you can enter a value between 1.



Team title and its parameters:
  • title clear - clears messages from the player's screen.
  • title reset - clears messages from the player screen and resets options.
  • title title - the title that shows the text on the screen.
  • title subtitle - a subtitle that is displayed when the title appears.
  • title actionbar - displays a caption above the inventory.
  • title times - appearance, delay and disappearance of text. The default values ​​are: 10 (0.5 s), 70 (3.5 s) and 20 (1 s).
Example of command execution:
  • title @a title §6Start - title with orange color.
  • title @a actionbar Hello! - displays text above the inventory.
  • title @a subtitle Chapter 1 - subtitle.

Also known as Boss Update, is the addition of slash commands. What are slash commands, you ask? If you've played the PC version of the game, you probably know they're there. In the chat window, you must type a slash (/) and then enter a command.

So let's try to turn on the storm now. If you play in desert biomes like I do, you'll only see cloudy skies but no rain or lightning. This is because each biomass has its own temperature, which determines whether it rains, snows, or nothing at all.

Either execute only the command, then the location is set in accordance with the coordinator of the performer or enter the coordinates. As you may have encountered, this personal spawn point is always set next to the bed you sleep in - upon death, you will end up at your base, not your starting point. If you want to set your own spawn point to where you are now, you don't need to provide any arguments. When you set it on another player, but you don't need to specify the coordinates at the point where you are currently located.

Slash commands in 0.15.9/0.16.0

Commands provide an incredible amount of functionality to the player on the PC version of Minecraft. The beta version of Pocket Edition 0.15.9/0.16.0 is currently available. We got our hands on the beta and here are the commands we found.

/clearfixedinv- Completely clears the specified player's inventory or only removes objects specified by ID from it.

Otherwise, the command requires a complete specification. Use this command to determine the number of hours. The query command tells you how much time has passed since a certain point. This can also be seen in the debug screen. . You probably have a few more questions about exactly how platform-wide convergence should shake out.

Q: Is the best update available for all editions? If there are platforms you're interested in where we haven't been yet, please let us know. Question: Is the child safe update better for children? We're not quite ready to announce a release date yet, but we're aiming for a release this year. Question: What is the best way to update the redemption process for disc owners?

/clone [mode] [mode2]- Clone the area from point 1 (x1 y1 z1) to point 2 (x2 y2 z2) to point 3 (x3 y3 z3) using mode (mode) and sub mode (mode2). Mode (mode) can have 3 values: replace, masked and filtered, and sub mode (mode2) can be normal, force or move.

/deop- Removes operator privileges from the player.

/execute - Executes a given command regarding an entity. Relative coordinates are specified by the x, y and z parameters. If the detect parameter is specified, then the specified command is triggered only if there is a block with the specified ID and metadata at coordinates x2,y2,z2.

Please be prepared for a short wait though as it may take several days to process all redemption requests. Question: What's the deal with the five hour requirement? When you launch it, you will see the name of the game on the splash screen. This is very interesting work, but presents many challenges to the development process. You can continue playing the old version of the console to continue earning what you missed.

Will they translate to the new console version? Q: Are DLC added to the console editions? Q: When will console players be able to use custom skins or create custom super flat and boosted worlds? The server browser has a list of verified servers that you can join with one click.

/fill [Block parameters] [Replacement method]- Fills the selected area from to with blocks with block parameters [Block Parameters] using the replacement method [Replacement Method] p.

Replacement methods:

  • keep - will only replace air blocks
  • hollow - creates a cube with nothing inside
  • outline - identical to hollow, except that this replacement method will leave the interior unchanged
  • destroy - will replace all blocks in the specified area with the ability to pick them up as drops
  • replace - will replace all blocks in the specified area

There is also an alternative command that only works with the replace method:
fill replace

This requires a lot of administrative and backend functions so that they can focus on creating and maintaining great online communities. Q: How do potential server partners begin to embrace the server browser? While we have three servers at launch, we plan to introduce more servers to the game over time.

Over time we plan to add more servers. Q: Why did you choose these partners over others? On consoles, platform restrictions limit server access to partner servers only. Will the studio stop updating the game because new gameplay and mini-games are available through the servers? Q: How to play mini-games from the old version of the console?

Translation of parameters:

  • TileName - name of the new block
  • dataValue - parameters of the new block
  • replaceTileName - name of the block that needs to be replaced
  • replaceDataValue - parameters of the block that needs to be replaced

/gamemode [target]- Changes the game mode for a specific player. Survival (survival, s or 0), Creativity (creative, c or 1), Adventure (adventure, a or 2), Observation (spectator, sp or 3).

Q: Will you invite links for all platforms? Q: Are the servers safe for my children? Our official server partners have also taken steps to ensure safe and easy online play for all ages, including chat filtering, in-game reporting, and moderation at all times.

Parents can disable chat, allowing children to join servers but not see or participate in any on-server communications with other players. Parents can limit multiplayer to only "friends" or "none", which prevents children from connecting to servers at all. Q: What should I do if someone is bullying me?

If the player's nickname is not specified, the command will change the game mode for the one who entered it. For the command to work, the player must be online.

/give [quantity] [additional information]- Gives the player a certain item/block in the specified quantity according to data numbering.

For example, if you enter /give John 4, it will give the player with the nickname John 1 block of cobblestone, /give John 35 64 11 (will give a full stack of blue wool, /give John 278 1 1000 - a diamond pickaxe damaged by 1000 points, and /give John 373 10 8193 will give you 10 vials of regeneration potion.

/help [page | command] or/? [page | team]- Displays a list of all available console commands. The list is divided into pages, so the command can take a page number as an argument. You can also display help for a specific command. Some commands are not included in the help.

/kill [player]- Kills the player, inflicting about 3.4x1038 points of damage, with effects similar to Void damage (armor is ignored). Useful if the player is lost, stuck, or starving (if the player can easily find things after death). Works in Creativity mode.

/list- Displays a list of all players connected to the server.

/msg

/op - Gives the specified player operator privileges.

/say - Shows all players on the server your message.

/setblock [Extra options ]- Places a block at specified coordinates. For example, the command /setblock ~ ~1 ~ minecraft:stone will place a stone above the player who called the command.

/setfixedinvslot- Adds a slot to the inventory on the right

/setworldspawn - Sets the spawn point for the entire world according to the player’s coordinates or those specified in the command syntax. Example: /setworldspawn 50 74 -87

/spawnpoint [target]- Sets the spawn point for the player. If no player is specified, the command is executed for the player who typed the command. If coordinates are not specified, the spawn point is set to the current position.

/summon [coordinates] [additional parameters]- Spawns the specified entity at coordinates with the specified parameters. If coordinates are not specified, the player's current position will serve as the spawn point. For example: /summon Pig ~ ~ ~ (Saddle:1,CustomName:"Mr. Pig",CustomNameVisible:1).

This command will create a pig with a saddle and the name Mr. Pig. The name can be seen even through the walls. If CustomNameVisible is zero, then the nickname is visible only if the crosshair is aimed at the mob.

/teleport - Teleports the entity to x, y, z coordinates. The x and z values ​​must be between 30000000 and -30000000, and the y values ​​must be between -4096 and 4096.

Use the y-angle for horizontal rotation (180 North, 0 South, 90 West, and -90 East) and the x-angle for vertical rotation (-90 up, 90 down).

/tell - Sends a private message to the player.

/testforblock [Add. options]- Checks for the presence of a block on the coordinates, and if it is present there, the comparator will output a signal. You can also use this command to check for items in chests.

/testforblocks [Mode]-Checks the coincidence of two areas and if both areas are identical, the comparator will output a signal. The “mode” section can take the values ​​masked or all; with masked, air is not taken into account.

/time add - Adds the specified value to the current time of day. The number parameter can take non-negative integer values.

/time query

  • daytime – Displays the number of game ticks that have passed since dawn
  • gametime – Displays the age of the world in game ticks
  • day – Displays the number of elapsed game days

/time set - Sets the time of day. The number parameter can take integer values ​​in the range from 0 to 24000. 0 is dawn, 6000 is noon, 12000 is sunset, and 18000 is midnight (that is, the hours are divided in half). day is equivalent to 1000 (dawn) and night - 13000 (sunset).

/toggledownfall- Precipitation switch.

/tp - Teleports the first player to the second, that is, “player1” to “player2”

/w - Sends a private message to another player. Used on servers to write something to another player without others seeing.

/xp - Gives the specified player a certain amount of experience points, valid values ​​from 0 to 2,147,483,647. If you enter l after the number, the specified number of levels will be added. In addition, levels can be lowered, for example -10l will reduce the player's level by 10.

The same commands as in regular chat. What is a command block, how to get it and how to use it? In this article we will tell you about it!

This is really a very useful block and it expands the possibilities of creating maps in Minecraft

You can find a complete list of commands at, but not all of them work in Minecraft on Android, IOS and Windows 10 versions.

+ command blocks in MCPE:

  • Unlike the PC version, in PE command blocks do not place heavy loads, i.e. FPS will be stable.
  • The command block interface is adapted for mobile devices.
- command blocks in MCPE:
  • Too little functionality.
How to get a command block?
In the game, you cannot get a command block by crafting, but you can issue it using the command /give Steve command_block, Where Steve nickname of the player to whom the team will give this block. Instead of Steve, you can also use @p, meaning you give the block to yourself. Don't forget to enable cheats in the world settings.


How to enter a command into a command block?
To do this, you need to open its interface. This is done very easily, just tap on it. In field Entering a command The command block itself fits in, which the command block will execute. Just below is a field where you can see an error if you entered something wrong.


Example commands:
  • give @p apple 5 - gives the player five apples.
  • setblock ~ ~+1 ~ wool - places a block of wool at the player's coordinates.
  • tp Player 48 41 14 - moves a player with the nickname Player to a point at coordinates x=48, y=41, z=14
Who do command blocks work with?
Thanks to pointers, you can point to the player or creature on whom the command will be executed:
  • @p is the player who activated the command.
  • @a - all players.
  • @r is a random player.
  • @e - all entities (including mobs).
Auxiliary pointers:
How can I make it so that, for example, it moves all the players to some point except itself? Yes, it’s easy, for this you need to use additional pointers, for example: tp @a 228 811 381- teleports all players except the player with the nickname Admin exactly x=228, y=811, z=381. All parameters:
  • x - coordinate along the X axis. If you put instead of the value ~
  • y - coordinate along the Y axis. If you put instead of the value ~ , then the dot will be the command block.
  • z - coordinate along the Z axis. If you put instead of the value ~ , then the dot will be the command block.
  • r - maximum search radius.
  • rm - minimum search radius.
  • m - game mode.
  • l - maximum experience level.
  • lm - minimum experience level.
  • name - player's nickname.
  • c is an additional argument to @a that limits the number of players to execute the command. For example, if you enter @a, the command will affect the first five players from the list, @a will affect the last five from the list.
  • type - as an example, the command /kill @e will kill all skeletons, and the command /kill @e will kill all non-player entities.
Example command:
  • give @p gold_ingot 20 - gives the nearest player who is within a radius of 10 blocks 20 gold bars.

Command block modes

There are three command block modes available: pulse, chain, and repeat - the color of the block changes depending on the mode.
  • Pulse mode (orange): activates the specified command
  • Chain mode (green): the command will work if the block is attached to another command block and connects to other command blocks
  • Repeat mode (blue): The command is repeated every tick as long as the block has power.


Pulse mode
These are ordinary command blocks that are used to interact with chain blocks, but you can simply execute commands in these blocks.


Chain mode
I think it’s already clear from the name that this command block mode works according to the “chain” scheme.

Please note that for the chain type to work, you need a command block with a pulse, which will send the signal, as well as a red stone block, without which the command block with the chain type will not work.


Team title and its parameters:
  • title clear - clears messages from the player's screen.
  • title reset - clears messages from the player screen and resets options.
  • title title - the title that shows the text on the screen.
  • title subtitle - a subtitle that is displayed when the title appears.
  • title actionbar - displays a caption above the inventory.
  • title times - appearance, delay and disappearance of text. The default values ​​are: 10 (0.5 s), 70 (3.5 s) and 20 (1 s).
Example of command execution:
  • title @a title §6Start - title with orange color.
  • title @a actionbar Hello! - displays text above the inventory.
  • title @a subtitle Chapter 1 - subtitle.

It is quite possible that this item is not particularly familiar to you; moreover, its use and activation in this game are generally mysteries. But if you start playing online, then it will be useful for you to know how to use the command block in Minecraft and what it is for. However, first things first!



As you have already noticed, the Minecraft game allows each of its users to interact with many different blocks. They differ from each other in functions, appearance and placement in space. By collecting them all together, each hero seems to discover a new world for himself!


There are so many different blocks that can be carried as inventory and then placed back into the game. From them, after the processing process, various materials can be obtained, which can subsequently also be subjected to modification.



Actually, the whole point of Minecraft is based on blocks. Among them there is one that is completely different from the rest - this is the command block. It can most likely be classified as one of the so-called console commands, which are of great importance in the game. Let's find out why.

Teams in Minecraft

It is difficult to guess the presence of a console if you constantly play only in single player mode. And all because it only matters in multiplayer mode. Thanks to it, the gaming functionality is significantly expanded. The server admin manages the game process using the console in which he enters commands. The command block in the game does the same thing, just a little differently. To make it clearer, let's look at the principle of using commands.



If the administrator wants to make changes to the game, then he just needs to call the console and enter the appropriate command into it. He can make changes at any stage of the gameplay, ranging from minor adjustments (introducing additional mobs into the game) to significant changes (changing the game mode).


Thus, the admin, with the help of commands, has the opportunity to make the game the way he imagines it. In the Minecraft game, he is equated to a creator with unlimited possibilities. But if an administrator can activate commands simply by typing them into the console, is anything else needed?


Fans of the game (not all, of course, but most of them) don’t even think about the fact that there is a command block in it. But even when they are aware that it exists, they have not the slightest idea how to use it. Although there is nothing complicated about it. Using this block, some commands are automated and precise conditions and events are created.



In other words, as soon as the admin places a command block on the map, as well as writes specific commands for it, and the player activates it, a new event will occur in the game space. You can write a lot in the block field, for example, what the effects will be or who they will affect. As you can see, in order to make the game more diverse, you just need to use command blocks in Minecraft.

Who has access to the command block?

The command block in Minecraft version 1.5.2, and, of course, in those releases that came later, is not only powerful, but also a very functional object. And you can't argue here. This is the reason why it is inaccessible to the average player. It can only be used by server admins. It cannot be created or obtained by knocking it out of mobs during the game.



There is, of course, one option for ordinary players, but if you use it, be prepared for the fact that you can be banned at the same moment. We are talking about cheat codes. But even if the ban bypasses you, this does not mean that you will be able to access the server. And all because your use of the command block cannot go unnoticed.


That is, you have only one option - play according to the rules. But still, there is another way: create your own server yourself and then control of the game will be entirely at your disposal.

How to use the command block in Minecraft?

The command block is very easy to use. First you need to write a command: with the right mouse button, the administrator brings up a window with a field. In this field, he indicates everything that is necessary for this: conditions, commands, and so on. For example, text messages addressed to players. The next thing the admin should do is place the block in the game. And there the players will already find him.



There must be a red stone installed near each such block. If activated, it will give a signal to the command block. In order for this command to be constant or periodic at regular intervals, you just need to set the conditions in a certain way.


That is, knowing how to use the command block in Minecraft, you can set specific conditions for executing the command you need. And since these teams can be anything, it will be interesting for players on your server to play depending on the game conditions created here.


How to activate a command block in Minecraft?

In Minecraft, a red stone has a special purpose: it powers the command block. You ask: how to activate it? Everything is very simple! To create your own server, you need to completely customize everything individually for yourself. A lot of work awaits you. In order to decide whether or not you will have a command block, you need to go to the server, or rather, to its properties. There you will see the following entry:


enable-command-block

If you specify true, then you activate the block, and if you select false, then you disable it.


Conclusion

We will be very pleased to know that the information in this article was useful to you. You can write a comment in which you give her an objective assessment. Tell your friends about this resource! Thank you for your attention!

Video

We are waiting for your comments, feel free to write!

CATEGORIES

POPULAR ARTICLES

2023 “kingad.ru” - ultrasound examination of human organs