Command lane to the command block. How to use the command block in Minecraft, and what is it for? How it works

The same commands as in regular chat. What is 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.

Last time we explained the positioning system and related commands and arguments. Just a creation game cards is why people usually want to know how to use command blocks. If you are here for this reason, you can look forward to other tutorials 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 objects of a different type. Let's now try what we just learned. Find our two pigs closest.

+ command blocks in MCPE:

  • Unlike the PC version, in PE command blocks do not do heavy loads, i.e. the 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 it can be issued 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, i.e. you will give the block to itself. Don't forget to enable cheats in the world settings.

How to enter a command in a command block?
To do this, you need to open its interface. This is very easy to do, just tap on it. In field Command entry enters the command itself, which will be executed by the command block. A little lower is a field in which 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 to. These arguments are "experience levels" or the number of "levels" of experience that is "green" that you use to enchant. The current level is displayed above the active inventory with a green number. So let's write a simple alert script that will let the players understand how this happens. You will need two command blocks to connect to the watch. The only problem is that the script will spam the chat players every time the loop is completed, see how to deal with it in the scoreboard system tutorial.



Command examples:
  • 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 - the player with the nickname Player moves to the 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 which the command will be executed:
  • @p is the player who activated the team.
  • @a - all players.
  • @r is a random player.
  • @e - all entities (including mobs).
Auxiliary pointers:
And how to make it so that, let's say, it moves all the players to some point, except for 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 options:
  • 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 level of experience.
  • lm - minimum experience level.
  • name - player's nickname.
  • c is an optional argument to @a that limits the number of players to execute the command. For example, if you enter @a - then the command will act on the first five players from the list, @a on the last five from the list.
  • type - as an example, /kill @e will kill all skeletons, and /kill @e will kill all non-player entities.
Command example:
  • give @p gold_ingot 20 - Gives the nearest player within 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 present the commands used to manipulate the world, which will be useful for you, for example, when you create a playable map yourself or just when you want to adapt the test world.

You set this mode by default when you create the world, it's creative. Try to change it now to survival. When 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 given command
  • Chaining 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.


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


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



Chain mode
I think it's already clear from the title that this mode command block works according to the "chain" scheme.

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

You can make this command one of the few when cheats are disabled. It has no arguments and displays the world seed 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 the world.

If it rains, it stops, and if not, it starts. The first required argument is the weather condition to set the command. Clearly rain doesn't mean rain means thunderstorm rain means rain and beating.

  • If the flash hits the vine, it charges it.
  • If he hits a pig, he will make a 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's screen and resets parameters.
  • title title - the title that shows the text on the screen.
  • title subtitle - the subtitle that is displayed when the title appears.
  • title actionbar - displays a caption above the inventory.
  • title times - appearance, delay and disappearance of the text. The default values ​​are 10 (0.5s), 70 (3.5s) and 20 (1s).
Command execution example:
  • title @a title §6Start - title with orange color.
  • title @a actionbar Hello! - Displays text above inventory.
  • title @a subtitle Chapter 1 is a subtitle.

Also known as the 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 in 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're playing like me in desert biomes, 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 place is set in accordance with the coordinator of the performer, or enter the coordinates. As you may have come across, this personal spawn point is always set next to the bed you sleep in - upon death, you will end up in your base, not at the 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 install it on another player, but you do not need to specify the coordinates at the point where you are now.

Slash commands in 0.15.9/0.16.0

Commands provide the player with an incredible amount of functionality on PC versions 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 inventory of the specified player or only removes the objects specified by ID from it.

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

Q: Is the best update updated for all editions? If there are platforms that interest you where we haven't been yet, let us know. Q: Is the update safe for kids better for kids? We're not quite ready to announce a release date yet, but we're aiming for a release this year. Q: What's the best way to update the buyback process for disc owners?

/clone [mode] [mode2]- Clones 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). The mode (mode) can have 3 values: replace, masked and filtered, and the submode (mode2) can be normal, force or move.

/deop- Removes operator privileges from the player.

/execute - Executes the specified command with respect to some entity. Relative coordinates are specified by the x, y, and z parameters. If the detect parameter is specified, then the specified command works only if there is a block in the x2,y2,z2 coordinates with the specified ID and metadata.

Please be prepared for a short wait though as it can take several days to process all ransom requests. Q: 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 a very interesting job, but it presents a lot of complexities for 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 expansions being added to console editions? Q: When will console players be able to use custom skins or create custom super flat and powered worlds? The server browser has a list of verified servers that you can join with a single 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] c.

Replacement Methods:

  • keep - will only replace air blocks
  • hollow - creates a cube with a void inside
  • outline - identical to hollow, except that this replacement method will leave the inside intact
  • destroy - will replace all blocks in the specified area with the ability to pick them up as a drop
  • 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 they can focus on building and maintaining great online communities. Q: How are potential server partners starting to take root in the server browser? While we have three servers at launch, we plan to bring more servers into the game over time.

Over time, we plan to add more servers. Q: Why did you choose these partners over others? On consoles, due to platform limitations, access to the server is restricted 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 old version consoles?

Parameter translation:

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

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

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

Parents can turn off chat, which will allow children to join servers but not see or participate in any connection on the server with other players. Parents can limit multiplayer to only "friends" or "no" which prevents kids from connecting to servers at all. Q: What should I do if someone is bullying me?

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

/give [amount] [ Additional Information] - Gives the player a certain item / block in the specified amount according to the data numbering.

For example, typing /give John 4 will give John 1 block of cobblestone, /give John 35 64 11 (will give you a full stack of blue wool, /give John 278 1 1000 will give you a 1000 damaged diamond pickaxe, and /give John 373 10 8193 will give you 10 regeneration potion vials.

/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 in the help.

/kill [player]- Kills the player, dealing around 3.4x1038 damage, similar in effect to that of the Void (ignoring armor). Useful if the player is lost, stuck, or starving (if the player can easily find things after death). Works in creative 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 the block at the given coordinates. For example, /setblock ~ ~1 ~ minecraft:stone will place a stone over the player who called the command.

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

/setworldspawn - Sets the spawn point for the whole world at the player's coordinates or specified in the command syntax. Example: /setworldspawn 50 74 -87

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

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

This command will create a pig with a saddle and the name Mister Pig. The name is visible even through the walls. If CustomNameVisible is zero, then the nickname is only visible if the target is on the mob.

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

Use y-angle for horizontal rotation (180 North, 0 South, 90 West and -90 East) and 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, the comparator will output a signal. You can also use this command to check for items in chests.

/testforblocks [Mode]-Checks if two areas match and if both areas are identical, the comparator will output a signal. The “mode” section can take the values ​​masked or all; if 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 since dawn
  • gametime - Displays the age of the world in game ticks
  • day - Displays the number of in-game days that have elapsed

/time set - Sets the time of day. The number parameter can take integer values ​​from 0 to 24000. 0 is sunrise, 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 is 13000 (sunset).

/toggledownfall- Rainfall switch.

/tp - Teleports the first player to the second, i.e. "player1" to "player2"

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

/xp - Gives the specified player a certain amount of experience points, valid values ​​are from 0 to 2,147,483,647. If you type 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.

With the help of special commands, you can do anything in Minecraft - we have full list these commands.

You can add any items to yourself, change weather conditions, or simply make yourself invulnerable. Some of the commands will only work in single player or only in multiplayer, so carefully read their description before entering.

Commands are entered into the chat, so to start, press - T or / and then write.

Click to go:

Commands for single player in Minecraft:

Commands for admin in Minecraft:

If you are a server administrator, then these commands will be very useful to you. With them, you will be able to perform most of the actions necessary for the normal existence of your server.

clear<цель>[object number] [additional data]- Clears the specified player's inventory of all items or specific IDs.

debug - Starts or stops debug mode.

defaultgamemode - Allows you to change the default mode for new players on the server.

difficulty<0|1|2|3> — Changes the difficulty of the game, 0 - peaceful, 1 - easy, 2 - normal, 3 - difficult.

enchant<цель>[level] - Enchant an item in hand to the level specified in the command.

game mode [goal]- Changes the game mode for the specified player. Survival (survival, s or 0), Creativity (creative, c or 1), Adventure (adventrure, a or 2). The player must be online for the command to work.

gamerule<правило>[meaning] - Allows you to change a few basic rules. The value must be true or false.

Rules:

  • doFireTick - if false, stops the spread of fire.
  • doMobLoot - if false, mobs do not drop drops.
  • doMobSpawning - if false, disables mob spawning.
  • doTileDrops - if false, items will not drop from destructible blocks.
  • keepInventory - if true, after death the player does not lose the contents of the inventory.
  • mobGriefing - if false, mobs cannot destroy blocks (creeper explosions do not spoil the landscape).
  • commandBlockOutput - if false, the command block does not output anything to the chat when executing commands.

give<цель> <номер объекта>[number] [additional information]- Gives the player the item specified by .

help [page | team] ? [page | team] - Displays a list of all available console commands.

publish- Opens access to the world over a local network.

say<сообщение> — Shows all players a message in pink.

spawnpoint [target] [x] [y] [z]- Allows you to set the spawn point for the player in the specified coordinates. If coordinates were not specified, the spawn point will be your current position.

time set<число|day|night> - Allows you to change the time of day. Time can be specified as a numeric value, where 0 is dawn, 6000 is noon, 12000 is sunset, and 18000 is midnight.

time add<число> — Adds the specified amount of time to the current one.

toggledownfall- Allows you to enable or disable precipitation.

tp<цель1> <цель2>, tp<цель> - Makes it possible to teleport the player specified by name to another or to the entered coordinates.

weather<время> — Allows you to change the weather for a specific time specified in seconds.

xp<количество> <цель> — Gives certain player the specified amount of experience, from 0 to 5000. 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.

ban<игрок>[cause]- Allows you to block player access to the server by nickname.

ban-ip Allows you to block player access to the server by ip address.

sorry<никнейм> — Allows you to unblock the specified player access to the server.

sorry-ip Removes the specified IP address from the blacklist.

banlist- Allows you to see a list of all players banned on the server.

op<цель> — Gives the specified player operator privileges.

deop<цель> — Removes operator privileges from the player.

kick<цель>[reason] - Kicks the specified player from the server.

list- Displays a list of all players online.

save-all- Force save all changes to the server.

save-on- Allows the server to perform automatic saves.

save off - Prevents the server from performing automatic saves.

stop- Shuts down the server.

white list- Displays a list of players in the whitelist.

whitelist <никнейм> — Adds or removes a player to the whitelist.

whitelist - Enables or disables the use of a white list on the server.

whitelist reload- Reloads the whitelist, that is, updates it in accordance with the white-list.txt file (can be used when white-list.txt is modified manually).

Territory Private Commands in Minecraft

You will need these commands if you are going to claim a territory or perform other related actions.

/region claim<имя региона> — Saves the selected area as a region with the specified name.

//hpos1- Sets the first point according to your current coordinates.

//hpos2- Sets the second point according to your current coordinates.

/region addon<регион> <ник1> <ник2> - Adds the specified players to the owners of the region. Owners have the same capabilities as the creator of the region.

/region addmember<регион> <ник1> <ник2> - Adds the specified players to the members of the region. Members have limited options.

/region removeowner<регион> <ник1> <ник2> - Remove the specified players from the owners of the region.

/region removemember<регион> <ник1> <ник2> Remove the specified players from the members of the region.

// expand<длина> <направление> — Expands the region in the given direction. For example: //expand 5 up - will expand the selection by 5 cubes up. Valid directions: up, down, me.

// contract<длина> <направление> — Reduces the region in the given direction. For example: // contract 5 up - will reduce the selection by 5 cubes from bottom to top. Valid directions: up, down, me.

/region flag<регион> <флаг> <значение> - A region can be flagged if you have sufficient access.

Possible flags:

  • pvp - is PvP allowed in the region
  • use - is it allowed to use mechanisms, doors
  • chest-access - is it allowed to use chests
  • l ava-flow - is lava flow allowed
  • water-flow - is water spreading acceptable
  • lighter - is it permissible to use a lighter

Values:

  • allow - enabled
  • deny - disabled
  • none - the same flag as not in the private zone

Commands for the WorldEdit Plugin

You will need these commands if the WorldEdit plugin is installed on the server and you have permission to use its commands. On an average server, for most players, these commands will not be available.

//pos1- Sets the block you are standing on as the first coordinate point.

//pos2- Sets the block you are standing on as the second coordinate point.

//hpos1- Sets the block you are looking at as the first coordinate point.

//hpos2- Sets the block you are looking at as the second coordinate point.

//wand- Gives you a wooden ax, left-clicking on a block with this ax will set the first point, right-clicking the second.

//replace — replaces all selected blocks with those specified in the selected region. For example: //replace dirt glass - will replace all the earth with glass in the selected area.

// overlay — Cover the region with the specified block. For example: //overlay grass - will cover the region with grass.

//set — Fill the empty area with the specified block. For example: //set 0 - Will remove all blocks in the region (fill with air).

//move - Move blocks in region by<количество>, in<направлении>and replace the remaining blocks with .

//walls - Creates walls from<материал>in the selected region.

//sel- Removes the current selection.

// sphere — Creates a sphere from , with radius . Raised can be yes or no, if yes then the center of the sphere will move up by its radius.

//hsphere — Creates an empty sphere with the specified parameters.

//cyl — Creates a cylinder from , with radius and height .

//hcyl — Creates an empty cylinder with the specified parameters.

//forestgen - Creates an area forest x blocks, with type and density , the density ranges from 0 to 100.

// undo- Undoes the specified number of your actions.

// redo- Redoes the specified number of actions you have undone.

//sel — Allows you to select the shape of the selected region. cuboid - selects a box. extend - the same as cuboid, but when you set the second point, you expand the region without losing the selection from the already selected one. poly - selects only in the plane. cyl is a cylinder. sphere - sphere. ellipsoid - ellipsoid (capsule).

//desel- Deselects.

// contract - Reduce by the specified amount region in the selected direction (north, east, south, west, up, down), if a number is specified - and in the opposite direction.

// expand - Increase the region by the specified number of blocks in the specified direction (north, east, south, west, up, down), if the number of reverse-amount is specified, then in the opposite direction.

//inset [-hv] - Narrows the selected region in each direction.

//outset [-hv] - Expands the selected region in each direction.

//size- Shows the number of blocks in the selected region.

//regen- Regenerates the selected region.

//copy— Copies the contents of the region.

//cut— Cuts the contents of the region.

//paste— Pastes the contents of the copied region.

//rotate - Rotates the contents of the copied region by the specified number of degrees .

//flip- Reflect the region in the buffer in the direction of dir, or in the direction of your view.

//pumpkins- Creates a pumpkin field with the specified size .

//hpyramid— Creates an empty pyramid from block , with size .

//pyramidCreates a pyramid from a block , with size .

//drain - Remove water at a distance indicated from you .

//fixwater - Corrects the water level at the specified distance from you .

//fixlava - Corrects the level of lava at the specified distance from you .

//snow - Covers the area with snow at the specified distance from you .

//thaw Removes snow at a specified distance from you .

//butcher [-a]- Kills all hostile mobs at the specified distance from you . Using [-a] will also kill friendly mobs.

// - Gives you a super pickaxe to break blocks quickly.

In this article, we will look at how to give yourself a command block in Minecraft. When creating a map that differs from the generated areas, building or creating story scenarios, no server administrator can do without the use of built-in functions. The command block allows you to implement them. We are talking about a special device on which you can save a system command, such as the player receiving a resource or teleporting to a specific location.

Warning

Next, let's take a closer look at how to give yourself a command block. There are two ways to get this item. Both will require the use of system commands. This situation is due to the fact that it is impossible to craft a command block with improvised materials. But the problem still has a solution.

Ways

Let's move on to the practical part of solving the question of how to give yourself a command block. The command that will allow you to do this will be given below. The first method is to create a map in "creative" mode. In this case, the command block is available among other items. That's not all. Let's move on to the next way to solve the question of how to give yourself a command block. In this case, you will have to use the console command.

So let's open a chat. Enter the following command: /give (name) command_block (number). Thanks to this solution, you can not only personally receive the necessary element, but also give it to another user. All syntax is specified without brackets. By the way, the main condition for the work of such a team is the permission to use cheats. If the corresponding ability is disabled, you will not be able to get the specified item in either multiplayer or single player. To place a block on earth's surface, you only need to perform one action. Move it to the Quick Access Toolbar. Next, select the block and indicate a suitable place. At this point, the control interface will appear, through which you can enter the function.

Teams

It is not enough to know how to give yourself a command block. You need to learn how to use it. To do this, you must correctly specify the syntax of the instruction. Here are the basic rules. The command itself is listed first. We enter any function activated using the console. Next, the "area of ​​application" is indicated. That is, the user to which it is necessary to add the ability or the coordinates of the appearance of the object.

Finally, we move on to additional arguments. They allow you to clarify various characteristics object. The finished combination is indicated according to the following scheme: /(command) (coordinates or player's nickname) (parameters). Let's look at how to give yourself a command block and manage it with examples. Let's start with the issuance of items.

Enter /give @p. With the help of this instruction, our command block will give out iron ingots in the amount of 30 pieces to the nearest player within a radius of ten blocks. Now let's give an example of working with coordinates. Enter /spawn 10 20 30 /summon EnderDragon. From the syntax, it is obvious that the command summons a dragon at certain coordinates. We will get a complete list of functions that the command block has if we enter the /help command into the chat.

Today we will talk about what a command block in Minecraft is, how to get it, why it is needed and how, where and for what it can be used.

What are command blocks?

In Minecraft, a command block (CB) can automatically execute certain console commands as long as it is activated by a redstone.

They work in adventure mode, and allow map makers to improve the interaction with the player. In this case, the player is not able to destroy blocks and build new ones.

In Survival mode, Command Blocks cannot be interacted with or destroyed.

They cannot be crafted by crafting, and they cannot be found in the inventory when playing in creative mode. Creative mode players and server admins can use the "give" console command to get KB or make it available to other players. It looks like this:

/give minecraft:command_block

When typing a team, remove the brackets around the edges of the player's name and quantity:

/give atombox minecraft:command_block 1

KB has a graphical interface with a text field, accessible by right-clicking the mouse.

Only players in creative mode and players with administrator status on the server can place command blocks, enter commands and save changes.

To use them in single player or multiplayer worlds, you must enable LAN mode and enable cheats.

Where are command blocks used?

Have you ever played adventure maps where it's always night or where the weather never changes? You could download maps where players receive special rewards, upgrades or experience at the touch of a button or for completing a task. All this is made possible by KB. When creating your Minecraft map, you need command blocks if:

  • Do you want constant day or night;
  • Do you want to change the weather;
  • You want to change the difficulty of the game;
  • You want to play a certain sound;
  • You want to send a message to the player;
  • You want to teleport to another location;
  • You want to give players items.

There are tons of videos on YouTube describing the various Minecraft maps. Multiplayer maps are especially popular. There are many categories of Minecraft maps available for download that use command blocks to enhance the player experience. There are many reasons for map developers to use them. Among them are cards of the following categories:

  • Adventure cards;
  • Parkour cards;
  • Puzzle cards;
  • Survival cards;

Adventure cards focused on the plot, and the gamer acts as the protagonist of the story. Previously, adventure maps relied on storytelling through signs and books, but now storytelling is available through dialogue and sounds, all thanks to KB.

Parkour cards force the player to get from one end of the world to the other with a minimum number of deaths. Often they contain incredible jumps and other deadly obstacles. Command blocks make it possible to set the spawn points (appearance) of the character in front of complex obstacles.

Puzzle cards emphasize problem-solving skills by offering mazes, traps, and other challenges. Some of these cards have a story, just like adventure cards. The use of CBs makes it easier for these cards to suggest directions, story-related dialogue, and sounds.

Survival cards may focus on survival in single player or multiplayer, or include a story along the way. KBs can give players a starting point to spawn, as well as plot-related information. The possibilities here are endless.

How to use the command block

Installing them is easier than most Minecraft players think. The commands can be confusing, but some of them (like setting the time of day) are very easy to program. Large projects can be planned later, but first try to master the basics of placing, configuring and using KB.

Don't forget that Command Blocks can only spawn in Creative Game Mode. To go to it, you need the appropriate privileges on the server (if available) or activated cheats.


In the chat box, type "/gamemode c", "/gamemode creative" or "/gamemode 1" without quotes.

2. Clicking on the command block with the right mouse button

In creative mode, right-click on a command block to access it. To generate it, you need to use the "give" command, as described above in the text:

/give minecraft:command_block

Command blocks only work when connected to a redstone electrical circuit (by the way, there good mod, allowing you to increase the distance of energy transfer). Right-clicking opens a dialog box where you can enter a server command. The maximum command length can be 254 characters.

3. Enter the command and click "Finish"

When you enter a command into a block, you need to specify which player it is aimed at. This can be done by entering the player's name or by selecting three different variables: "@p" (nearest player), "@r" (random player) or "@a" (all players). These variables are especially useful in situations where the player activating the team is unknown. After setting the command, click "Finish" to save it.


Remember that one KB can execute only one command!

Practical Use Cases

The following examples are simple and practical command block applications in single player and multiplayer in Minecraft worlds.

How to change the rules of the game

Game rules are a relatively new feature that allows players and command blocks to change certain basic settings in the Minecraft world. There are nine described game rules that can be controlled using the command block on the map.

Can be used game rules to create permanent daylight or darkness, disable mob spawning, item drops from mobs, and more. When entering the "gamerule" command, use the following command:

game rule The effect of the rule
commandBlockOutput Enables/disables text input in KB
doDaylightCycle Enables/disables the day/night cycle
doFireTrick Enables / disables the spread / disappearance of fire
doMobLoot Enables / disables the drop of items from mobs
doMobSpawning Enable/disable mob spawning
doTileDrops Enables / disables the drop of items from the CB when they are destroyed
keepInventory Enables / disables saving items in the inventory after the death of the player
mob Griefing Enables/disables KB destruction by creepers or endermen
naturalRegeneration Enables/disables health regeneration for players


How to set the weather

Some maps use a dark theme that is perfect for rainy weather or thunder, while others are best played with clear skies. There are many options to control the weather with command blocks. A simple weather command example:

In this case, the word input can be replaced with "clear" (clear), "rain" (rain) or "thunder" (thunder).


You can connect a button or lever to the command block to manually switch the weather, or create an automatic redstone circuit to constantly switch the weather. This is easily achieved using repeaters, a button and a building block.

How to set a spawn point

Spawn points are an important component of many minecraft maps, including adventure, parkour maps, puzzles and more. Having to replay the map every time you die is extremely annoying. Using the "spawnpoint" command, you can save game progress and respawn after death at the nearest passed checkpoint. The command looks like this:

By connecting a command block to a building block with a button or pressure plate, players can set a spawn point at the location of the CB.


If you need something more complicated, you can add coordinates to the command to set the location of the spawn point.

Running from one place to another is tiring, especially on a multiplayer server. Using the "teleport" command, players can move to specific coordinates in the Minecraft world or other players' locations. Type in command block:

With them, you can have a certain set of coordinates for the player to teleport, like the location of the next part of the adventure map.


If the block is not for a specific player, "@p" can be used to select the nearest player.

If you're on a multiplayer server, you can bind the command block to yourself by using your Minecraft username.

These are just a few options on how to use command blocks in single and multiplayer Minecraft games. There are many much more complex redstone commands and schemes that mapmakers use.

The command block appeared in popular game Minecraft only from version 1.4, where the newest features for game participants are opened. With this version, gamers have learned about the concept of a command block, as well as its relationship with the console command. It is impossible to create it yourself.

The command block is a special item; various ciphers can be entered and written into it. After that, it begins to execute the intended command when it receives a redstone signal. Such a universal thing greatly expands the powers and capabilities of the creators of maps in which there is an adventure mode. In such places, you can privatize the area. It can be opened in minecraft with the right mouse button. As a result, you will see a window in which certain characters are written.

How to make it


Most players will be forced to get frustrated because it is impossible to do such a thing on their own. The reason for this limitation is due to the fact that it opens up incredible opportunities, namely, that thanks to it you will be able to manage the map, chat with all the players at once. Therefore, you cannot make it yourself, but there is a unique chance - to get it.

Purchase options:

  1. If you are the creator of the server, then you can easily use it.
  2. You can also get from the administrator of a specific server, namely to ask for rights. To do this, use the following function - give Player command_block. Enter your character's name.
  3. You can make a command block in minecraft using a special cheat code. But, you will only need to play on a certain server that supports the use of such codes. The final stage is activation, which is carried out due to the action of the red stone.

Teams

If you want to get the whole list of commands that you can use, then use the chat and enter the word help. For example, to get ten iron ingots, you need to write the following form - give @p iron_ingot 10. Another - will allow you to teleport to the desired point with the specified coordinates, namely - tp Player 42 21 60.

Pointers to players in minecraft.

  • @e - absolutely all entities in the game;
  • @a - all participants in minecraft;
  • r is the maximum search radius;
  • rm is the minimum radius;
  • m is the game mode.

As you can see, this is a rather practical, interesting and easy-to-use program that allows you to increase your powers, adrenaline and enjoyment in the game to the maximum. Importantly, it cannot be built or crafted on your own, so you need to use a special command, then you will succeed. Good game and new victories.

When creating any playable map that will be different from randomly generated areas, construction, pixel art or story scenarios, the server administrator cannot do without the use of "built-in" functions. To implement them, you can use a command block. This is a special device into which you can record a system command, starting from the player receiving a resource and ending with his teleportation to a specified location. But how do you give yourself a command block?

Warning

There are only two ways to purchase this item. Both of them are that you will need to use system commands. This comes from the fact that it is impossible to make (craft) improvised materials. That is why the question: "How to give yourself a command block?" - is always up to date. No matter what mods you put on yourself, no matter how you experiment with the ingredients, nothing will work out for you. Anyone who claims that by downloading his mod you can create command blocks is a scammer who seeks to "plant" you with a virus. So how do you give yourself a command block?

Ways

The first method of obtaining a command block is that you can create a map in "creative" mode. The Command Block will be available to obtain among other items.

The second method is a little more difficult. To do this, you will have to use How to give yourself a command block using the system? To do this, you will have to open a chat and write the following: / give [name: command_block [number]. Also, this command will be the answer to the question of how to issue to another player.


All syntax is written without brackets. Instead of the character's name, you must specify the nickname of the desired player, the number is the number of command blocks received. By the way, the main condition for this command to work is the permission to use cheats. If this feature is disabled, you will not receive this item in either single player or multiplayer.

Application

So, let's say you figured out how to give yourself a command block, and it's in your inventory. Now let's learn how to use it.

To place a block on the ground, drag it to the hotbar. Then select it and click on the desired location. At this moment, the control interface will open in front of you, with the help of which we will enter the function. It should be noted that one command block can execute only one instruction.

However, it is not always necessary for the player to be able to find a command block and use it. It is much more interesting that the user can press the lever, and a mountain of gold or the necessary items appears in front of him. In such a case, you can use redstone schemes.

Teams

In order to use the command block, it is not enough to know how to get or install it. The most important thing is to be able to correctly prescribe the syntax of the instruction. To do this, it is important to remember a few simple rules.

  1. The command itself is written first. Any function that is activated using the console can be written here.
  2. Then the "area of ​​application" is set. That is, the player to whom the effect or the coordinates of the appearance of the item will be applied.
  3. And, finally, additional arguments to clarify the characteristics of the object.


In general, the command will look like this.

/[command] [player nickname or coordinates] [options]

To better understand, let's take a few real examples. Let's start with how to issue items with a command block.

/give @p iron_ingot 30

Using this instruction, the command block will give the nearest player within a radius of 10 blocks iron ingots - 30 pieces. Now let's see how to work with coordinates.

/spawn 10 20 30 /summon EnderDragon

Actually, from the syntax it is already clear that the command calls for a dragon at certain coordinates. Finally, we note that the full list of commands used by the command block can be seen by typing /help into the chat.

Command block- an opaque block that cannot be crafted. This block is necessary to activate a variety of commands that are written in the command console.

How to get a command block in minecraft?

To get it, in the chat you need to register the following command without brackets: /give [Your_Nickname] command_block [Desired number of blocks]. For example, /give Razmik command_block 1. After pressing the Enter button, the command block will appear in your inventory.

How to activate a command block in minecraft?

You can activate the code you entered in the command block thanks to the lever, redstone, redstone torches, or through the button.

Let's analyze the simplest commands that can be used in a command block.

  • Change in time of day. For example, you want it to be night. To do this, install the block, click on it with LMB and write the following command in the console: /time set night.
  • Teleportation. For example, you need to teleport to some point on the map. To do this, we go to the selected point, press F3 and remember x,y,z coordinates. Then we go to the command block and write the following command: /tp @p 252 56 -175. The numbers 252 56 -175 are the x,y,z coordinate values.

There are a huge number of commands, the simplest of them are given above.

DISTRIBUTION OF ACCOUNTS / KEYS / BASES / FREE

The execution of any actions assigned by the game participants are carried out by command blocks. You won't be able to create such a team while playing survival mode. It will also not work to summon them as tools while using the creative game mode. In order to functionally obtain such blocks, it is necessary to apply a couple of fairly simple commands, which, in fact, will allow them to be called. Let's look at a few simple methods.

Get a Command Block in Minecraft: Method 1

Launch Minecraft and select single player mode. Perform the creation of a world in which cheats are enabled.

Open the chat window and press the "/" key. This symbol will open a window where you can enter commands.

Enter the destination you want by choosing from the following lines:

  • "/give" the name minecraft:command_block and the desired number - after entering it into the console, the summoned items will appear among the tools;
  • "/setblock x y z minecraft:command_block" - this line turns one of the blocks into another, making it a command block, and to find it, you need to press F3 and select one of the found ones;
  • "/summon Item x y z (Item: (id:minecraft:command_block, Count:1))" - by entering this sequence, the player will summon the blocks to the place he needs.

Get a Command Block in Minecraft: Method 2

Run the game, select single player mode. Log in to an existing world, possibly a server. Enter the chat required to set commands by pressing "/".

Enter one of the suggested options:

  • "/give name minecraft:command_block required number" - this line allows you to call the required number of items and add them to your inventory;
  • "/setblock x y z minecraft:command_block" - if you enter such text, you can replace any existing block with a command block, and to determine the location in which it is located, you need to press the F3 key;
  • "/summon Item x y z (Item: (id:minecraft:command_block, Count:1))" - blocks will appear on the specified area.


Get a Command Block in Minecraft: Method 3

  • Use the "E" key to drag the block and place it on the panel. Press right button mouse and place the item on the ground.
  • Click on it again with the same mouse button. This will open a menu where you can configure actions.
  • In this box you need to enter the symbol "/". The options for these blocks are similar to those used in chat. They are sometimes connected to the electrical board. This allows commands to be executed automatically.
  • Press the "/" key, a console window will appear, in which write the word "help". After it, type the name of the subject to which the sequence of commands is prescribed.

It is 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 function, appearance and placement in space. By bringing them all together, each hero seems to discover a new world for himself!


There are a lot of different blocks that can be carried as inventory and then placed back into the game. After the processing process, various materials can be obtained from them, which can also be subsequently modified.



Actually, the whole essence of Minecraft is based on blocks. Among them there is one that is completely different from everyone else - this is a command block. It can most likely be attributed to the so-called console commands which are of great importance in the game. Let's see why.

Commands in Minecraft

It's hard to guess the presence of the 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 greatly expanded. The server admin controls the game process using the console in which he prescribes commands. The command block in the game does the same, 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 only needs to call the console and enter the appropriate command into it. He can make changes at any stage gameplay, ranging from minor adjustments (introducing additional mobs into the game) to changes of an imposing nature (change of game mode).


Thus, the admin, with the help of commands, has the opportunity to make the game the way he imagines it to be. It equates to Minecraft game to a creator with unlimited possibilities. But if the administrator has the ability to activate commands, just by typing them into the console, then what else is needed?


Fans of the game (not all, of course, but most of them) do not even think about the fact that there is a command block in it. But even when they are aware that it is, they have no idea how to use it. Although there is nothing complicated in this. This block automates some commands and creates precise conditions and events.



In other words, as soon as the admin places a command block on the map, as well as prescribes specific commands for it, and the player makes an activation, 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 act on. As you can see, in order to make the game more diverse, you just need to use the 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 out later, is not only a powerful, but also a very functional object. And here you can not argue. This is the reason why it is not available for a simple player. Only server admins can use it. It cannot be created or obtained by knocking out mobs during the game.



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


That is, you have one option - to play by the rules. But still, there is another way: create your own server and then the control in 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 register the command: by right-clicking the mouse, the administrator calls up a window with a field. In this field, he specifies everything that is necessary for this: conditions, commands, and so on. For example, messages in the form of text addressed to players. The next thing the admin has to do is put the block into play. And the players will find it there.



Be sure to place a red stone next to each such block. He, if activated, will give a signal to the command block. In order for this command to be constant or periodic with the same 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 its own 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 configure everything individually for yourself. A lot of work is waiting for you. In order to decide whether you will or will not 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 set to true, then this will enable the block, and if set to false, then 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!