Commands for the minecraft server. Teams in Minecraft for players

We've compiled a list of some useful console commands and cheats for Minecraft that all players will find useful.

Whether you need to copy an existing build, change a game mode, or just cheat, the console commands in Minecraft are: an important part game that we encounter every day. There are many different commands, all of which vary in difficulty, and we've gone over the must-know ones that you can use to troll your friends. Because what would Minecraft be without friendly griefing?

If you're wondering how to enter the Minecraft console commands listed below, all you have to do is press the forward slash (/) key and it will appear small window. Enter the code and press Enter and your command will be activated.

Selectors

Below are selectors, that is, abbreviation codes that save you from having to enter the names of different players. These are worth remembering so you don't have to type in nicknames like "Sniper_Kitty_Bruv_91" every time some idiot joins your game.

  • @p – player closest to you
  • @r – random player
  • @a – all players
  • @e – all objects in the world
  • @s – you

Clone command

/clone

Clones a series of blocks to another location. Very useful if you are building a city and want to copy several buildings to other locations. " " - starting point. " » – end point. AND " " is the location where you want to move the selected blocks.

Example: /clone 100 234 -10 200 100 0 300 200 100

How to change difficulty

/difficulty<сложность>

Changes the difficulty of the game. Replace the last part of the code with one of the following values:

  1. peaceful (peaceful)
  2. easy (easy)
  3. normal
  4. hard (difficult)

Example: /difficulty peaceful

Apply an effect to yourself or another player

/effect<эффект>[seconds] [level]

Places an effect on the player. "[seconds]", "[level]" and "" (hide particles) are optional conditions, so feel free to ignore them unless you want to change the duration, effect strength, and particle visibility. If you want to remove an effect from a player, enter "/effect"<имя игрока>clear".

Example: /effect Gamer water_breathing 30

Enchant an item

/enchant<игрок> [level]

Places an enchantment on an item in the player's hands. Celestial Punishment, Arthropod Scourge, Wit - any enchantment you could pull from a book or enchantment table. Here is a list of enchant IDs.

Example: /enchant Gamer minecraft:smite 1

Changing Experience

/xp<количество>[player]

Gives the player the specified amount of experience points. If you just want to add levels, which is useful for enchanting, try "/xp<количество>L [player].”

Example: /xp 100L Gamer

Changing Game Mode

/gamemode<режим>

Changes the game mode for everyone in the game. Add a player's name to the end of the command to change the mode for that player only. Replace "<режим>» one of the following options:

  • Survival
  • Creative
  • Adventure
  • Spectator

Example: /gamemode Survival

Give out an item or items

/give<игрок> <предмет>[quantity]

Adds an item to the player's inventory. Ideal if you want to start the game with a full set of diamond equipment. But keep in mind that the quantity only works for stackable items. You can't give yourself 100 diamond swords at a time, although that would be great. A complete list of item IDs can be found here.

Example: /give Gamer diamond_sword 1

Help if the command doesn't work

/help [command name]

Gives additional information about any console command. If you are trying to run a command and it is not working as expected, type the above command before the name of the command that is not working and it will tell you more details about how it works.

Example: /help kill

Enable Inventory Saving

/gamerule keepInventory true

Changes the rules of the game so that if you die, you will keep all items in your inventory. Replace "true" with "false" to disable this.

Kill everyone or everything

Kills everyone, including the player. But if you want to kill another player, use "/kill"<игрок>" And to kill certain mobs, type "/kill @e".

Audio playback command

/playsound<звук> <игрок>

Plays a specific sound file. Great if you want to use a command block to play a sound when someone opens a door. Who doesn't love a good doorbell? Take a look at all the audio file names here.

Example: /playsound minecraft:entity.elder_guardian.ambient voice @a

How to view the world seed

Shows the seed for the current world so you can duplicate the world or give the seed to a friend.

Set the spawn point

/setworldspawn

Moves the spawn point to the location where the player is standing. If you don't want to do this, you can also set the spawn point to a given location using "/setworldspawn »

Example: /setworldspawn 100 80 0

Stop time

/gamerule doDaylightCycle false

This command completely stops the day/night cycle, so the world will always have the current time of day. To restart the loop, replace "false" with "true".

Spawn a mob

/summon<имя_сущности>[x] [y] [z]

Summons a mob in a specific location. Remove the part with "[x][y][z]" at the end so the mob will appear right above you. Just remember that if you spawn a Wither, you need to make your feet as quickly as possible.

Example: /summon creeper

Teleportation

/tp [player]

Teleports the player to the specified location. And yes, you can actually teleport a friend high into the sky and laugh as they fly back to earth.

Example: /tp Gamer 100 0 10

Change the in-game time

/time set<значение>

Sets the in-game time. Add one of the following numbers to the end to change the time of day to:

  • 0 – dawn
  • 1000 – morning
  • 6000 – noon
  • 12000 – sunset
  • 18000 – night

Change the weather to something better or worse

/weather

Changes the weather in the game. Those. "/weather thunder" will start a thunderstorm. This is simply necessary for hunting charged creepers. No one will sit and wait for a thunderstorm.

Any Minecraft server administrator must know console commands; in order to competently manage the server, the commands are used to manage the server. In this article you will be presented with the basic commands of a pure Minecraft server; to use them you do not need to install third-party plugins and modifications.

Commands are entered through the console (chat) and it is called by pressing the "Enter" key. All server commands must begin with a / (slash). Commands that are surrounded by such brackets are required parameters, and [such] are optional parameters.

Basic Minecraft server commands:

/ban– bans a player on the server, according to his nickname, by removing the nickname from the white list and adding him to the blacklist. Banned players cannot play on the server under this nickname.

/pardon– the opposite command to ban. Unbans a player by removing his nickname from the blacklist.

/ban-ip– bans the player by IP address by blacklisting him. Players who have a blacklisted IP address cannot play on the server.

/pardon-ip– the opposite command to banning by IP. Removes an IP from the blacklist.

/banlist– displays a list of banned players by nickname. If you use the additional ips parameter, it will display a list of those banned by IP address.

/deop– deprives the player of administrator rights.

/op– the opposite command to deop. Gives the player administrator rights.

/gamemode[nickname] – changes the game mode for players. If the 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 person who entered this command will be changed. In order for the command to work correctly, the player whose mode is being changed must be on the server.

/defaultgamemode– changes the game mode of the world.

/give– gives the player an element with the specified ID in the specified quantity. (IDs of items and blocks)

/help– displays all available console commands on the screen.

/kick– kicks (disables) the selected player from the server.

/list– displays a list of all players on the server.

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

/save-all– a command that makes a full backup (saving) of the current state of your server to your hard drive.

/save-off– disables the server’s ability to make backups.

/save-on– the opposite command to save-off allows the server to make backups.

/say- says the server. The message entered using this command is displayed in pink.

/stop– shuts down the server. Before shutting down, the server automatically makes a backup.

/time– sets the time on the server, or adds the time to the current one. /toggledownfall– changes the weather.

/tp– 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 on the whitelist on the screen.

/whitelist– enables/disables whitelist.

/whitelist reload– reloads the white list.

/xp nickname – gives the player with the given nickname the specified number of experience points xp.

/publish– opens access to the server via LAN.

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

Chat message tags

[A]– the person who sent the message is the server administrator.
[M]– the person who sent the message is a server moderator.

Basic

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

House

Allocation of territory

Below are the commands with which you can select a territory in order to later privatize it.
Team Description
//wand Get a wooden ax and a tag to mark out the area and check it.

On our servers, we have added a special ax and a tag for checking privateness so that players do not use them as free fuel.

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

Private territory

Instead of a command /region You can use a shortened analogue: /rg
Team Description
/region claim Create a region (private 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 a region name, information about the region in which you are currently located will be displayed. When specifying a flag -s The region will be highlighted (the private grid will be shown).
/region list [page]
/region list -p [page]
Will display a list of your privates. The “+” sign indicates private spaces where you are the owner, and “-” respectively indicates a participant.
/region flag [value] Set a flag (option) to a region. Leave the 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 ability to only build and use machinery in private.

Attention! You add participants at your own peril and risk. No one will return stolen items or restore destroyed buildings to you.

Access: Owner

/region removemember [-a] Remove participants from private (nicknames are listed separated by a space). Flag -a deletes ALL participants, in this case there is no need to list nicknames.

Access: Owner

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

Access: Owner

/region removeowner [-a] Delete private owners (nicknames are listed separated by a space). Flag -a removes ALL owners; in this case, player nicknames do not need to be listed.

Access: Owner

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

Access: Owner

/region select Select the region (a selection grid will appear). This can be useful for viewing privacy boundaries 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 the 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.
/warp pcreate Create private warp. This warp will be available only to you and players invited to it.
/warp update Update warp position (will be set to the place where you are currently standing, the direction of your view is also taken into account).
/warp welcome Set a greeting message. Enter this command, then write a message in the chat that you want to install.
/warp info View information about the warp (creator, coordinates, visits, etc.).
/warp invite Invite a player to private warp. The invited player will receive a notification that you invited him.
/warp uninvite Cancel invitation (remove access) to private warp.
/warp public
/warp private
Make the warp public or private.
/warp delete
/warp remove
Remove warp.

Bonuses

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


This material will provide the basic commands that need to be used in a server game. The article will be especially useful for inexperienced Minecraft players.

You need to enter commands into the chat; you can display it by pressing “T” or “/”.

/register [password] [password] - Registers you in the server. Applicable when logging into the server for the first time.

/changepassword [old password] [new password] - Changes your password.

Core server team

/spawn - Teleports to where you spawned.

/sethome - Saves the coordinates of the house.

/home - Quickly teleports home.

/kit start -Allows you to get a kit for starting.

Teleporting using commands

/tpa [player nickname] - Requests teleportation to the specified player.

/tpaccept - Agrees to move to the specified player.

/tpdeny - Deny movement.

/tpahere - Transfers the selected player to you.

Other teams

/list - Display a list of those playing on the server.

/suicide - Your player dies.

/msg [name] [text] - Sends a text message.

/balance - Display your game points.

/pay [Your nickname] [Amount] - Transfer funds from your account to your account.

Commands for using private rights

/cprivate [names of other players] - Locks your items. The specified names allow them to use your property.

/cpassword [password] - Sets passwords for chests, doors, and more.

/cunlock - Opens chests, doors, hatches, etc. that are locked to others.

/cpublic - Opens public access to your property and other things (all users can use it, but only you can manage it).

/cremove - Removes locks from doors, chests, hatches and more.

/cmodify [Friends' names with spaces] - Gives permission to use chests, doors, furnaces, hatches to your friends.

Creating a private zone using the command

//wand - Gives out a wooden ax for a private area.

//expand [number, direction (you need to look in a certain direction)] - Reduces or increases the size of the territory.

/region claim [Region] - The selected zone is created.

/region addowner [Region] [nickname] - Indicates who owns this zone.

/region addmember [Region] [nickname] - Indicates who is the user of the land plot.

/region removeowner [Region] [nickname] - The owner of the region will be removed.

/region removemember [Region] [nickname] - The user will be removed.

/region setparent [Region] - Applies the parent value for the region.

/region delete [Region] - The zone is deleted.

/region flag [Region] [flag] - The region receives the selected flag.

Using these command codes will come in handy in Minecraft. We hope that this material will be useful.

Every player should know basic minecraft commands which it is simply impossible to do without during the game. You should definitely familiarize yourself with them before starting the game, otherwise you may encounter a number of difficulties.

Commands for Minecraft that allow you to interact with the game chat

  • /g - this command allows you to send messages to the global chat, and your message will be visible to the entire game world.
  • /m [message] – With this Minecraft command you can send a message to a specific player.
  • ~bind [\] – this command allows you to program a key. In the future, when you press it, a message or command will be sent automatically. If you put [\] after the message, the message can be edited.

Minecraft commands related to game save point

  • /sethome – assigns a house point (place of rebirth or save).
  • /home – this command for Minecraft will allow you to teleport to a save point.

Commands for building a house in Minecraft

In addition to the main commands, There are also commands for the house in Minecraft, which you will need when creating your own living area. In order to get a home zone, you need to type a special command:
  • /settle- find out the maximum possible zone size;
  • /settle 35- installation of the house (instead of 35 there may be another number);
  • /removezone and then /settle- moving the house. Write first removezone, and then in the place where you want to put the house, write settle;
  • /enterhome nick- add a friend to your home (instead of nick, write the friend’s nickname);
  • /leavehome nick- remove a friend from home (instead of nick, write the friend’s nickname);
  • /guests- shows who walked in your zone while you were offline;
  • /peoples- a list of those who are registered in your home;
  • /explosion- permission or prohibition to use explosives on the territory of the house.
Attention!
Depending on the your server, the set of commands for controlling the house may differ. You can find out more information about the commands associated with the Minecraft house by typing /help.

Other Minecraft Commands You Should Know

  • /cprivate – place the item under private privacy.
  • /cinfo – find out information about the privacy of the item.
  • /creamove – the command allows you to remove privacy from any of your items.
  • //wand – a command to obtain a wooden ax to select the two extreme points of the diagonal of the region.
  • //hpos1 – the first point of the selected region.
  • //hpos2 – the second point of the selected region.
  • //sel – removes region selection.
  • //expand vert – using the command you can expand the region to the maximum values.
  • /region claim - the region that you have selected can be registered.
  • /region remove - deleting your region.
  • /region addmember - with this command you can add players to your region.
  • /region removemember - and so players are removed from the region.
  • /region flag pvp deny – this command puts a ban on PvP within your area.
  • /region flag pvp allow – command to enable PvP.
  • /myreg – display of your regions.