Minecraft console commands for single player. Team admin in minecraft

01.10.2019

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

With the help of command blocks, you can set certain commands that can be distributed both to the entire server and to a random player.

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

Many players do not know or understand how to use these blocks and what commands must be entered in order for them to be active.

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

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

How to set a command for a command block?

In order for the 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 opens. In the “Console Command” field, you need to enter the command we need.

Below will be presented the Top 15 most popular command block commands for minecraft mobile.

Top 15 Commands for Minecraft PE

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

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

/tp @a 0 0 0 . Where are your coordinates, and 0 0 0 are the coordinates where you want 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 endless minecart road. That is, the road will be constantly cloned and created.

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

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

/weather clean .Clear weather command, disables rain.

/gamemode 0 - Quick transition 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 is a command that gives you the items you specify. In our case, these are diamonds. Where 1 is the number of diamonds.

/spawnpoint - thanks to this command you can set the spawn point after you have died.

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

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

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

  • main constituent element
    • text : A string representing the text that will be displayed directly. Note that selectors will not be translated into player names; use instead selector. "\n" is used to move to a new line.
    • translate : The identifier for the translation of the text that will be translated into the player's language. The identifiers are found in the language files of the game or resource pack. If the identifier is not present in the translation file, the text written in this identifier will be displayed. Ignored if already present text.
    • with : List of text components used translate.
      • The element number in the list corresponds to the argument number %s in the translation string. That is, the first element of the list corresponds to %1$s in the translation string. For example: /tellraw @a("translate":"<%2$s>%1$s","with":[("translate":"I want to see %s!","with":[("text":"honey","color":"gold")])," Bear"]) will give out in the chat " <Медведь>wish to see honey. ".
    • score : The score of the player in the task. Will display an empty string if the player is not already tracked in this task. Ignored if already present text or translate.
      • name : The name of the player whose score will be displayed. Selectors can be used. If "*" is specified, then the player for whom the text is being displayed will have their own score displayed. For example, /tellraw @a ("score":("name":"*","objective":"obj")) will show each player their own score in the "obj" challenge.
      • objective : The name of the task whose score will be displayed.
      • value : Optional. When used, will display the specified value, regardless of what it actually is.
    • selector : A string containing the selector (@p , @a , @r , @e , or @s) and optionally its conditions. Unlike text, selector will be translated into the name of the creature. If the selector found more than one entity, it will be rendered as Name1 and Name2 or Name1, Name2, Name3 and Name4 . Clicking on the player name displayed by the /tellraw command will enter /msg into the chat Player name. Pressing ⇧ Shift + LMB on a player's name will put them in the chat line. Pressing ⇧ Shift + LMB on an entity name will enter its UUID into the chat line. Ignored if already present text, translate or score.
    • keybind : A string representing the key required to perform the specified action. For example, key.inventory will display "E" until the player changes the key to open the inventory.
    • extra : List of extra elements.
      • A list of elements in the same format as the initial JSON object. Note that all properties of this object are inherited by child elements. That is, child elements will retain the same formatting and events until they are overwritten.
    • color : The color of the displayed text. Possible values: "black", "dark_blue", "dark_green", "dark_aqua", "dark_red", "dark_purple", "gold", "gray", "dark_gray", "blue", "green", "aqua" , "red", "light_purple", "yellow", "white", and "reset" (resets the color of ancestor elements). Technically, "bold", "underline", "italic", "strikethrough", and "obfuscated" are also possible, but it's better to use the tags below.
    • bold : Makes text bold. Default value: "false".
    • italic : Makes text italic. Default value: "false".
    • underlined : Makes text underlined. Default value: "false".
    • strikethrough : Makes text strikethrough. Default value: "false".
    • obfuscated : Causes the characters in the text to change constantly. Default value: "false".
    • insertion : When the player clicks on text with ⇧ Shift + LMB, a string of that item will be inserted into the chat. This will not affect the previously written text.
    • clickEvent : Performs some action when the player clicks on the text.
      • action : The action that is performed when clicked.
        • open_url: Opens value as a link in the player's browser.
        • open_file: Opens value like a file on a computer. Used only in messages generated by the game (for example, when taking a screenshot).
        • run_command: Executes value as if the player himself entered it in the chat. It can also be a command, but it won't work if the player doesn't have enough rights to execute it.
        • change_page: Redirects to the page specified in value if it exists. Can only be used in completed books.
        • suggest_command: Inserts value in the player's chat; all previously written text disappears.
      • value : The URL, text, or page number of the book to use action. Note that commands must be preceded by a forward slash (/).
    • hoverEvent : Shows a tooltip when hovering over text.
      • action : The type of the tooltip.
        • show_text Show text in JSON format.
        • show_item: Shows a tooltip for the item, which can also contain NBT tags.
        • show_entity: Shows the name of the entity and, if possible, its type and UUID.
      • value : Possible values ​​for this argument depend on the selected action.
        • show_text: Can be either just a string or a JSON object with the same formatting as the main one.
        • show_item: String with the item's NBT data.
        • show_entity: Compound string with "type", "name", and "id" keys (should be a UUID, but actually accepts any string).

Here is a list of all commands available to players on our servers. All parameters (arguments) of the command are specified in brackets (there is no need to specify brackets when entering the command). So: - a mandatory parameter is specified, and [parameter]- optional.

Chat message tags

[A]– the sender of the message is a server administrator.
[M]– the sender of the message is a server moderator.

Main

Team Description
/spawn Return to spawn
/kit [kit_name] Get a set of items.
If the set name is not specified, a list of sets available to you will be displayed.
/mail Send a message by mail
/rules View summary server rules. The full Rules of Conduct on game servers are posted on the website.
/call
/tpa
Send a teleportation request to another player. The teleportation will happen as soon as the player accepts your request.
/tpaccept [nickname] Accept a request to teleport another player to you.
If no nick is specified, the last request received will be accepted.
/ignore [nickname] Add/remove a player from the ignore list. This option allows you to disable receiving PM, showing messages in the general chat and teleport requests from a specific player.
To view a list of ignored players, enter this command without specifying a nickname.
/ tell
/pm
/msg
Send the player a private message.
/time Find out the current game time on the server. If you don't have access to this command, use the vanilla gold clock right click
/me Write a message in 3rd person (status).
/workbench Portable workbench (opens the interface of a regular workbench).
/back Teleports you to the location you last teleported to.
/hat Put any block (that you hold in your hand) on your head. To withdraw, enter: /hat 0
/scvroff Disables the inventory save function in case of death (things will drop out as usual).
/scvron Turns back the inventory saving feature in case of death.

House

Territory allocation

Below are the commands with which you can select the territory, then to privatize it.
Team Description
//wand Get a wooden ax and a tag to allocate territory and check it.

We've added a special ax and tag to our servers to check privates so that players don't use them as free fuel.

//pos1
//pos2
Select the block you are standing on (selection without an axe).
//hpos1
//hpos2
Select the block you are looking at (selection without ax).
// expand [direction] Extend selection to N(number) of blocks in the specified direction. (if the parameter is not specified - the selection will be expanded in the direction you are looking).
  • u, up- up
  • d, down- down
  • n, north- north
  • s, south- south
  • w, west- west
  • e, east- East
//expand vert Extends the selection vertically by the maximum possible value (from bedrock to sky). It is recommended to use it so that your private cannot be covered with liquids from above.
//contract [direction] Narrow selection to N blocks in the specified direction (if the parameter is not specified, the selection will be narrowed in the direction you are looking).
//outset [-h/-v] Expand selection (increase volume) in all directions by N blocks.
  • -h- expanding the selection only horizontally (to the north, south, west and east)
  • -v- expand selection only vertically (up and down)
//inset [-h/-v] Narrow the selection in all directions. The rest is similar to the //outset command above.
//shift [direction] Move selection to N blocks in the specified direction (if the parameter is not specified, the direction you are looking at is selected).
//size View information about the selection (number of blocks, etc.).
//desel
//sel
Deselect (remove red grid).

Private territory

Instead of a team / region you can use the shortened version: /rg
Team Description
/region claim Create a region (seize the territory). From now on, your territory is protected.
/region info [-s] [region_name] View information about the region (participants, flags, etc.). If you do not specify the name of the region, information about the region in which you are currently located will be displayed. When specifying a flag -s the region will be highlighted (private grid will be shown).
/ region list [page]
/region list -p [page]
Displays a list of your privates. The sign "+" marks privates where you are a member, and "-" respectively - a participant.
/region flag [value] Set a flag (option) for the region. Leave parameter [meaning] to reset the flag.

Access: Owner

/region addmember Add players as participants in private (player nicknames are listed separated by a space). This will give them the opportunity to only build and use mechanisms in private.

Attention! You add members at your own risk. No one will return stolen items, restore destroyed buildings.

Access: Owner

/region removemember [-a] Delete members from private (nicknames are listed separated by a space). Flag -a removes ALL participants, in this case it is not necessary to list nicknames.

Access: Owner

/region addon Adds players like owners in private. They get full access (like you) to private.

Access: Owner

/region removeowner [-a] Delete private owners (nicknames are listed with a space). Flag -a removes ALL owners, in this case the players' nicknames do not need to be listed.

Access: Owner

/region setpriority Set region priority. A priority- any integer. By default, all regions have a priority of 0. Priorities are needed to resolve conflicts at the intersection of regions. Using them, you can determine which region will prevail at the intersection.

Access: Owner

/region select Select a region (a selection grid will appear). This can be useful for viewing the boundaries of a private and changing them. To remove the selection, use the command: //desel

Access: Owner Member

/region-remove Delete region (remove private).

Access: Owner

warps

Team Description
/warp Teleport to the warp.
/warp list [-p] [-c creator] [-w world] [page] View a list of warps available to you. Public ones are marked with a "+" sign.
  • -p– sorts the list by popularity (visits).
  • -c- displays a list of warps created by the specified player.
  • -w– filters the list by world.
/warp create
/warp set
Create public warp All players will be able to teleport to this warp.
/warppcreate Create private warp This warp will be available only to you and the players invited to it.
/warp update Update warp position (will be set to where you are currently standing, the direction of your gaze is also taken into account).
/warp welcome Set greeting message. Enter this command, then write a chat message that you want to install.
/warp info View information about the warp (creator, coordinates, visits, etc.).
/warp invite Invite player to private warp The invited player will receive a notification that you have invited him.
/warp uninvite Cancel invitation (remove access) in private warp
/warp public
/warp private
Make warp public or private.
/warp-delete
/warp-remove
Delete warp.

Bonuses

ATTENTION! The administration can make changes to the list of available commands. It is recommended that you review this section periodically.
Date last edited: 01/21/2017

Command admin for minecraft- if you are the administrator of a server, then these commands will simply not be replaced for you without them, you will not be able to fully manage it, let alone the server itself, not plug-ins, and you won’t even be able to install yourself as admins if you don’t know elementary commands , so I advise you to learn them, they are not so difficult. Anyway, in any case, you can go to our site and look at them again, they will not run away anywhere. In general, commands are divided into two types.

The first type is for the Administrator, those that are possible in the creative mode of a simple minecraft game but with a little more functionality, which I will tell you about now. Unban a player, or ban him, well, or just kick, I think you know what it is and I won’t go into details. Also, when building a spawn, there may be a need to put dozens of blocks at once at once, and so the admin team here will look better than ever.

The second type is Custom commands, they are essentially drastically excommunicated because they do not have such large rights to the server, change their nickname or teleport to another player, this is what users can do, and when installing some plugins, it is to privatize their territory, but it is also limited so that it would not be possible to privatize the whole map or most of it, like this, so study.

  • /ban<никнейм>- Bans a player on the server by removing him from the whitelist and blacklisting him. Banned players cannot play on the server.

  • /pardon <никнейм>– Opposite ban team. Unbans a player by removing their name from the blacklist.

  • /ban-ip - Bans an IP address by blacklisting it. Players with an IP address on the blacklist cannot play on the server.

  • /pardon-ip <никнейм>– The opposite of the IP ban command. Removes an IP from the black list.

  • /banlist- Displays a list of banned players. If the optional parameter ips is used, displays a list of banned IP addresses.

  • /deop<никнейм>– Deprives the player of the rights of the administrator (operator).

  • /op<никнейм>– Opposite deop team. Gives the player administrator (operator) rights.

  • /gamemode <0/1/2 [никнейм]>– Changes the game mode for players. If an additional nickname parameter is specified, the team will change the game mode for this player. If the parameter is not specified, the mode of the one who entered the command will be changed. In order for the command to work, the player who is changing the mode must be in the game.

  • /defaultgamemode <2/1/0>- Changes the game mode of the world.

  • /give<никнейм> <номер предмета [количество]>- Gives the player an item with the specified ID in the specified quantity.

  • /help- Display all available console commands.

  • /kick <никнейм>– Kicks the selected player from the server.

  • /list- Displays a list of players currently on the server.

  • /me– A command that allows you to send messages from a third party.

  • /save-all– A command that backups (saves) the current state of the server to the hard disk.

  • /save-off– Disables the server's ability to save server state to hard disk.

  • /save-on– As opposed to the save-off command, allows the server to save the server's state to the hard disk.

  • /say <сообщение>“Server speaking.” The message entered with this command is displayed in pink.

  • /stop– Disables the server. Before disconnecting, the server is automatically saved.

  • /time <число>– Sets the time, or adds time to the current time.

  • /toggledownfall- Changes the weather.

  • /tp <никнейм1> <никнейм2>– Teleports the player with Nickname1 to the player with Nickname2.

  • /tp <никнейм> – Teleports the player to the specified coordinates.

  • /whitelist <никнейм>– Adds or removes a player from the whitelist.

  • /whitelist list- Displays a list of players in the whitelist.

  • /whitelist– Activates/deactivates the whitelist.

  • /whitelist reload– Reloads the whitelist.

  • /xp<количество> <никнейм>- Gives the player with the specified nickname the specified amount of xp points.

  • /publish– Opens access to the server via locale.

  • /debug– Starts a new debug mode session.

Related content:

The admin, in other words the server operator in Minecraft, has a number of commands that can be used to manage the server. These are basic commands, you don't need to install any plugins/add-ons to use them. Commands must be entered into the chat. Before entering a command, you must write the character "/" (slash). Required command parameters circled<такими скобками>, additional parameters [such].

  • /ban<никнейм>- Bans a player on the server by removing him from the whitelist and blacklisting him. Banned players cannot play on the server.
  • /pardon <никнейм>- Opposite ban team. Unbans a player by removing their name from the blacklist.
  • /ban-ip - Bans an IP address by blacklisting it. Players with an IP address on the blacklist cannot play on the server.
  • /pardon-ip <никнейм>- The opposite of the IP ban command. Removes an IP from the black list.
  • /banlist- Displays a list of banned players. If the optional parameter ips is used, displays a list of banned IP addresses.
  • /deop<никнейм>- Deprives the player of the rights of the administrator (operator).
  • /op<никнейм>- Opposite deop team. Gives the player administrator (operator) rights.
  • /gamemode <0/1/2 [никнейм]>- Changes the game mode for players. If an additional nickname parameter is specified, the team will change the game mode for this player. If the parameter is not specified, the mode of the one who entered the command will be changed. In order for the command to work, the player who is changing the mode must be in the game.
  • /defaultgamemode <2/1/0>- Changes the game mode of the world.
  • /give<никнейм> <номер предмета [количество]>- Gives the player an item with the specified ID in the specified amount.
  • /help- Display all available console commands.
  • /kick <никнейм>- Kicks the selected player from the server.
  • /list- Displays a list of players on the server.
  • /me- A command that allows you to send messages from a third party.
  • /save-all- A command that makes a backup (save) of the current state of the server to the hard disk.
  • /save-off- Disables the server's ability to save server state to hard disk.
  • /save-on- As opposed to the save-off command, allows the server to save the server's state to the hard disk.
  • /say <сообщение>- Server speaking. The message entered with this command is displayed in pink.
  • /stop- Turns off the server. Before disconnecting, the server is automatically saved.
  • /time <число>- Sets the time, or adds time to the current one.
  • /toggledownfall- Changes the weather.
  • /tp <никнейм1> <никнейм2>- Teleports the player with Nickname1 to the player with Nickname2.
  • /tp <никнейм> - Teleports the player to the specified coordinates.
  • /whitelist <никнейм>- Adds or removes a player from the whitelist.
  • /whitelist list- Displays a list of players in the whitelist.
  • /whitelist- Activates / deactivates the whitelist.
  • /whitelist reload- Reloads the whitelist.
  • /xp<количество> <никнейм>- Gives the player with the specified nickname the specified amount of xp points.
  • /publish- Opens access to the server via LAN.
  • /debug- Starts a new debug mode session.

Here are all the admin commands in Minecraft.



Similar articles