Minecraft 1.9 console commands. Command block

Updated: December 07, 2019

Many of the features that are present in the game are achieved only with the help of commands, so we have prepared a list of commands in Minecraft for you. Most of them only work in multiplayer mode and for admins, but some of them are also suitable for single player. Don't forget that you should enter commands in the chat window, which can be called up with the T or / key.

Click to go:

Commands for solo play in Minecraft:

me<сообщение> - Displays the entered message on behalf of a third party: "Player_name message text." For example: "Player explores a cave."

tell<игрок> <сообщение>, w<игрок> <сообщение> - Sending a private message to another player. Useful if you want to prevent other players on the server from seeing the contents of the message.

kill- Allows you to kill your character, useful if you get stuck in textures. After using the command, the message "Ouch. That look like it hurt." is displayed in chat.

seed- Allows you to find out the grain of the world in which you are located.

Commands for admin in Minecraft:

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

debug - Starts debug mode or stops it.

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 your hands to the level specified in the command.

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

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, prohibits mob spawning.
  • doTileDrops - if false, objects will not drop from destructible blocks.
  • keepInventory - if true, after death the player does not lose the contents of his 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 commands are executed.

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

help [page | team] ? [page | team] - Lists all available console commands.

publish- Provides access to the world via a local network.

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

spawnpoint [target] [x] [y] [z]- Allows you to set the spawn point for the player at 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 a 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 the specified amount of experience to a specific player, from 0 to 5000. If L is entered 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 a player’s access to the server by nickname.

ban-ip - Allows you to block a player’s access to the server by IP address.

pardon<никнейм> - Allows you to unblock the specified player from accessing the server.

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

banlist - Allows you to see a list of all players blocked 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- Forcefully saves all changes to the server.

save-on Allows the server to make automatic saves.

save-off- Prevents the server from performing automatic saving.

stop- Shuts down the server.

whitelist 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 whitelist 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).

/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 a second point according to your current coordinates.

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

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

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

/region removemember<регион> <ник1> <ник2> - Remove the specified players from the region's membership.

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

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

/region flag<регион> <флаг> <значение> - You can set a flag for the region if you have sufficient access.

Possible flags:

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

Values:

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

Commands for the WorldEdit plugin

Selecting the active area on which we will work using WorldEdit occurs as follows:

You can simplify actions with regions using .

//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 axe, by left-clicking on the block with this ax you will set the first point, and by right-clicking the second.

//replace - replaces all selected blocks with those specified in the selected region. For example: //replace dirt glass - will replace all dirt 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 - Removes all blocks in the region (fills with air).

//move - Move blocks in the region by<количество>, V<направлении>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 a forest area x blocks, with type and density , density ranges from 0 to 100.

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

//redo- Restores the specified number of actions you canceled.

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

//desel- Removes selection.

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

//expand - Will increase the region by the specified number of blocks in the specified direction (north, east, south, west, up, down), if the reverse-amount number 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 out 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- Will 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 a block, with size .

//pyramid - Creates a pyramid from a block with size .

//drain - Remove water at the specified distance from you .

//fixwater - Corrects the water level at a 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 a specified distance from you . Using [-a] will also kill friendly mobs.

// - Gives you a super pickaxe for quickly destroying blocks.

An ordinary chat in MCPE allows you to control the game. Commands change the mode, add items to the inventory, enable different weather conditions, create monsters and are used to control the server. They first appeared in Minecraft Pocket Edition version 0.15.9.

To use commands, you must have admin rights on the server or activate cheats in the game settings:

Settings > Game > Cheats: On


General format of directives:

/COMMAND_NAME POSSIBLE_OBJECT ADDITIONAL_PARAMETERS


Sometimes the order is changed or an unnecessary part is eliminated.

Command blocks

Many players have heard about special blocks that carry out the instructions written in them and are powered by Redstone. They are often used to create story maps.


Command block command:

/give @p command_block

Complete list of Minecraft Pocket Edition commands

  • /help page_number- view all available chat directives.
  • /gamemode 0-2- select game mode ( survival/creative/adventure).
  • /clear player_nick- clear your inventory of items.
  • /clone x y z(initial coordinate) x y z(final) x y z(move to this point) - moves the selected area to the specified location.
  • /connect server_code- connection to the server.
  • /difficulty 0-3- change the difficulty of the game.
  • /op, /deop- make the player a moderator or demote him.
  • /enchant player_nickname enchantment_name enchantment_level- enchant an item in your hand.
  • /effect player_nick name of effect duration_time- apply a buff/debuff to the player.
  • /execute or /kill target_name or coordinates- destroy a mob or player.
  • /fill x y z(initial coordinate) x y z(final) block_name block_parameters(additionally: block_name to replace And block_parameters for replacement) - fill the specified area with blocks or change their structure.
  • /give player_nickname item_name quantity- add an item to inventory.
  • /list- view the list of players on the server.
  • /locate- locate the nearest building, village or dungeon by coordinates.
  • /say- write a message in the chat from a third party.
  • /setblock x y z name_of_new_block command - destroy destroys the specified block, replace replaces the block.
  • /setworldspawn x y z- move the place where players respawn after death.
  • /spawnpoint x y z player_nick- set a spawn point.
  • /summon mob_name x y z- create a mob at a certain point.
  • /tell player_nick- send a private message visible only to the specified player.
  • /time command number_hours - add adds the specified number of hours to change the time, set sets the specified time (a full day is 24000; for example, 9 am would look like 9000).
  • /title player_nick or mob_name text- show text above the head of a mob or player.
  • /toggledownfall 0 or 1- disable/enable precipitation in the form of rain or snow.
  • /tp x y z/player_nick- teleport to a point or to a specified player (you can also teleport someone by coordinates, for example no one no one or x y z coordinates).
  • /weather command - clear means no precipitation, rain includes simple rain or snow, thunder activates a thunderstorm or blizzard.
  • /xp number of player's nickname- award experience points.
  • /gamerule commandblocksenabled true or false– activates or disables all blocks.
  • /scoreboard objectives- scoreboard.
    • add Testing dummy table_name- creates a new table.
    • players add nickname Testing number_points- adds names.
    • players remove nickname Testing number_points- removes glasses.
    • setdisplay sidebar Testing– turns on the display on the screen on the right.

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 kart V Minecraft

Full list You can find commands on, 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 the 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 to the point 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 level experience.
  • 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 /kill @e command will kill all skeletons, and the /kill @e command 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.

In this material we will look at how to give yourself a command block in Minecraft. When creating a map that differs from the generated areas, construction or creating story scenarios, no server administrator can do without using the 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 certain location.

Warning

Next, we will look in detail at how to issue a command block to ourselves. There are two ways to obtain 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.

Methods

Let's move on to the practical part of solving the question of how to issue a command block to yourself. The command that will allow you to do this will be given below. The first method comes down to creating a map in the "creativity" 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 issue yourself a command block. In this case, you will have to use the console command.

So, let's open the chat. Enter the following command: /give (name) command_block (quantity). 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 parentheses. By the way, the main condition for the operation of such a command is permission to use cheats. If the corresponding option is disabled, you will not be able to obtain the specified item in either multiplayer or single-player games. To place a block on the ground, you only need to perform one action. Move it to the Quick Access Toolbar. Next, select the block and indicate the appropriate location. At this point, the control interface will appear, allowing you to enter the function.

Teams

It's not enough to know how to issue yourself a command block. You need to learn how to use it. To do this, you must specify the instruction syntax correctly. Here are the basic rules. First, the command itself is indicated. We enter any function activated using the console. Next, the “area of ​​application” is indicated. That is, the user to whom 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 of an object. The finished combination is indicated according to the following scheme: /(team) (coordinates or player nickname) (parameters). Let's look at how to issue a command block and manage it using examples. Let's start with issuing items.


Enter /give @p. Using this instruction, our command block will give the nearest player within a radius of ten blocks iron ingots in the amount of 30 pieces. 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 the functions that the command block has if we enter the /help command into the chat.

The execution of any actions assigned by the game participants is carried out by command blocks. You won't be able to create a team like this while playing in survival mode. Summoning them as tools during use will also not work. game mode creative. To functionally obtain such blocks, you need to use a couple of fairly simple commands, which, in fact, will allow you to call them. Let's look at a few simple methods.

Get a Command Block in Minecraft: Method 1

Launch Minecraft and select single player mode. Create a world with cheats enabled.

Open the chat window and press the “/” key. This symbol will open a window in which you can enter commands.

Enter the destination you need by selecting from the following lines:

  • “/give” the name of minecraft:command_block and the required 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 game participant will summon blocks where he needs them.

Get a Command Block in Minecraft: Method 2

Launch the game, select single player mode. Log in to an existing world, perhaps it will be a server. Enter the chat required to set commands by clicking on “/”.

Enter one of the suggested options:

  • “/give name minecraft:command_block required number” – this line allows you to summon the required number of items and add them to your existing inventory;
  • “/setblock x y z minecraft:command_block” – if you enter this text, you can replace any existing block with a command block, and to determine the location where 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 in the specified area.


Get a Command Block in Minecraft: Method 3

  • Using the "E" key, drag the block and place it on the panel. Click on the right mouse button 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 window you need to enter the symbol “/”. The options in these blocks are similar to those used in chat. They are sometimes connected to an 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 item to which the sequence of commands is prescribed.

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 by create 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.


Command block - a non-transparent 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, you need to enter the following command in the chat without parentheses: /give [Your_Nick] 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 using a lever, redstone, redstone torches, or through a button.

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

  • Changing the time of day. For example, you want night to fall. To do this, install the block, click on it with LMB and enter 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, go to the selected point, press F3 and remember the coordinates x,y,z. Then we go to the command block and enter the following command: /tp @p 252 56 -175. The numbers 252 56 -175 are the coordinate values ​​x,y,z.

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

GIVEAWAY OF ACCOUNTS/KEYS/BASES/FREETIES

The command block appeared in popular game Minecraft only from version 1.4, which opens up the latest features for game participants. With this version, gamers learned about the concept of a command block, as well as its connections with the console command. It is impossible to create it yourself.

The command block is a special item; various codes can be entered and written into it. After this, it begins to execute the intended command when it receives a redstone signal. Such a universal thing significantly expands the powers and capabilities of map creators that feature an adventure mode. In places like this, you can make the area private. It can be opened in Minecraft using 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 disappointed 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 can manage the map, chat with all the players at once. Therefore, you cannot do it yourself, but there is a unique chance to get it.

Purchase options:

  1. If you are the creator of the server, you can easily use it.
  2. You can also get permission from the administrator of a specific server, namely ask for rights. To do a similar action, 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 specific server that supports the use of such codes. The final stage is activation, which is carried out thanks to the action of the red stone.

Teams

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

Share: