All commands for minecraft 1.7 10. Main server commands

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

Minecraft Single Player Commands

Commands for single player in Minecraft:

me - Displays the entered message on behalf of a third party: "Player_name message text". For example: "Player is exploring a cave".

tell , w - Send a private message to another player. Useful if you don't want other players on the server to see the content of the message.

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

seed - Lets you know the seed of the world you are in.

Admin Commands in Minecraft

Commands for admin in Minecraft:

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 gamemode for new players on the server.

difficulty - 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.

gamemode [target] - 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 [value] - Allows you to change a few basic rules. The value must be true or false.

doFireTick - if false stops fire spreading.
doMobLoot - if false, mobs will not drop drops.
doMobSpawning - if false, disables mob spawning.
doTileDrops - if false, items don't 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 [amount] [additional information] - Gives the player the item specified by the block ID.

help [page | team] ? [page | command] - 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 a spawn point for the player at the specified coordinates. If coordinates were not specified, the spawn point will be your current position.

time set - 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 - Gives the ability to enable or disable precipitation.

tp , tp - Makes it possible to teleport the player specified by name to another player or to the entered coordinates.

weather - Allows you to change the weather for a specific time, specified in seconds.

xp - Gives a specified amount of experience to a certain player, 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 [reason] - Allows you to block a player's access to the server by nickname.

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

pardon - Allows you to unblock the specified player access to the server.

pardon-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 do automatic saves.

save-off - Prevents the server from automatically saving.

stop - Stops 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, i.e. updates it according to the whitelist.txt file (can be used when whitelist.txt is modified manually).

Territory Private Commands in Minecraft

Territory Private Commands in Minecraft

/region claim - Saves the selected area as a region with the specified name.

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

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

/region addowner - Adds the specified players to the region's owners. Owners have the same capabilities as the creator of the region.

/region addmember - Adds the specified players to the members of the region. Members have limited options.

/region removeowner - Remove the specified players from the region's owners.

/region removemember - 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
lava-flow - whether lava flow is allowed
water-flow - is water flow allowed
lighter - is it allowed to use a lighter
Values:

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

The selection of the active area on which we will work with the help is as follows:

You can simplify actions with regions using WorldEditCUI.

//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, 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 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 - Will remove all blocks in the region (fill with air).

//move - Move the blocks in the region to, to and replace the remaining blocks with.

//walls - Creates walls from within the selected region.

//sel - Removes the current selection.

//sphere - Creates a sphere from, with a 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 with an area of ​​x blocks, with a type and density, 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 extend the region without losing the selection from the one already selected. poly - selects only in the plane. cyl - cylinder. sphere - sphere. ellipsoid - ellipsoid (capsule).

//desel - Deselects.

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

//expand - Expand the region by the specified number of blocks in the specified direction (north, east, south, west, up, down), if a 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 - Flip the region in the buffer in the direction of dir, or in the direction you are looking.

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

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

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

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

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

//fixlava - Fixes 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 the 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 quickly break blocks.

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.

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:

Hello, dear friend! The site site continues the line of instructive articles on the topic of commands for the minecraft game. This article is designed for a single version of minecraft, that is, all these commands work on the vanilla version of minecraft, and this does not require mods or plugins or a minecraft server.

How to enter Minecraft commands?

Luckily, the Minecraft console commands are very easy to use. When creating a new Minecraft world, you will be prompted to choose whether to allow or disable cheats in the game.
A good example can be seen in the screenshots below:





After selecting yes and loading the world, simply press the English key T (E on the Russian keyboard layout) or the "/" key. Console commands for minecraft are entered directly in the game chat. After entering the command, press the “Enter” key. Done, the minecraft console command should work.

Console commands and cheats for the game.

Help on commands:

/help [Command Name]- Help for a specific team in the minecraft game.

Give yourself something:

/give [Player Nickname] [Amount]- Give yourself an item by id or item name in English. For example, the command /give SyRauk 49 3 will give the player with the nickname SyRauk three blocks of obsidian.

Teleportation:

/tp [Player Nickname] [Coordinates / or another player's nickname]- Used to instantly move (teleport) yourself or another player to a specific location in the world. Using another player's name instead of coordinates takes the target directly to the player's location.

Murder:

/kill- Kills your character by adding the name of another player, will apply a command to them.

weather control

/weather- Allows you to select the weather or your world.

Game Mode Management:

/gamemode- Changes the game mode, each of which has certain qualities. survival - survival mode, creative - creative mode, adventure - adventure mode.

Game time changes:

/time set 1000- Sets the time in the world you are in. If instead of "1000" put "0" it will be dawn, "6000" will be noon, "12000" for dusk and "18000" will be night.

Change the difficulty in the game:

/difficulty peaceful- Changes difficulty to peaceful mode. Replace "peaceful" with "easy", "normal" or "hard" for a more challenging minecraft game.

How to find the source code of your world

/seed- this command will show you the seed code of your minecraft world with which you can load this world in the future when creating a minecraft world.

Save inventory after death:

/gamerule keepInventory true- Ensures you don't lose your items when you die. To return this value, type "false" instead of "true".

Stop game time:

/gamerule doDaylightCycle false- This command will stop the game's day/light cycle in its place, allowing you to live under constant sunlight or moonlight. To resume the day/light cycle type, enter and "true" instead of "false".

Call someone:

/summon- Instantly throws the desired creature or object into your world.

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

Whether you need to copy an existing build, change the game mode, or just cheat, console commands in Minecraft are an important part of the game we deal with 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 like without the friendly griefing?

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

Selectors

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

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

Clone command

/clone

Clones a set of blocks to another location. Very useful if you are building a city and want to copy some buildings to other locations. " " - starting point. " ' is the 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 (normal)
  4. hard (hard)

Example: /difficulty peaceful

Apply an effect to yourself or another player

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

Inflicts an effect on the player. "[seconds]", "[level]" and "" (hide particles) are optional, so feel free to ignore them if you don't want to change the duration, effect strength, and particle visibility. If you want to remove the effect from the player, type "/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 Scourge, Arthropod Scourge, Sharpness - whatever enchantment you could draw from a book or enchantment table. Here is the list of enchantment IDs.

Example: /enchant Gamer minecraft:smite 1

Change of 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 the game mode

/gamemode<режим>

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

  • Survival
  • Creative (Creativity)
  • Adventure
  • Spectator (Observer)

Example: /gamemode Survival

Give out an item or items

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

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 amount 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 does not work

/help [command name]

Gives additional information about any console command. If you're trying to run a command and it doesn't work properly, type the above command before the name of the command that doesn't work and you'll be told more 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 save all the items in your inventory. Replace "true" with "false" to disable this.

Kill all or all

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

Sound command

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

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

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

How to watch the world seed

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

Set a spawn point

/setworldspawn

Moves the spawn point to where the player is standing. If you don't want to do this, you can also set the spawn point to a given location with "/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 the mob

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

Summons a mob at a specific location. Delete 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 move your legs 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 down 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 for 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.

Similar posts