Minecraft 1.4 commands 2. Console commands and cheats for Minecraft. Help if the command doesn't work

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

It doesn't matter if you need to copy an existing build, change the game mode, or just cheat, console commands in Minecraft is an important part of the 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 a small window will appear. 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.

On this page there are commands that work in single mode and on a local network. The use of these commands is equivalent to the use of cheats and they must be enabled during the first generation of the world (creating a map) in the “Additional world settings” menu. The commands are shown in order of demand, you can sort them alphabetically, you can also search for commands and have a detailed description of some of them. Commands for the command block can be found here.

@p is the closest player, can be changed to the player’s nickname

Team Description Examples
/give Give the player an item /give @p minecraft:diamond_block 64 - Give yourself 64 diamond blocks.
See.
/gamemode Changing game mode /gamemode survival - Switch to survival mode
/gamemode creative - Switch to creative mode
/weather Change of weather /weather clear - Remove rain and snow
/clear Remove all items from inventory /clear - Clear your inventory
/clear notch - Clear inventory for player notch
/effect Effects overlay /effect give @p speed - Get the Speed ​​effect
/effect clear @p speed — Remove the speed effect
/defaultgamemode Default map game mode /defaultgamemode creative - Default creative game mode
/defaultgamemode survival - Default creative game mode
/xp Issue of experience /xp add @p 500 - Give yourself 500 experience
/kill Killing Entities /kill - yourself
/kill notch - player notch
/kill @e - discarded items
/kill @e - everyone except yourself
/kill @e - all cows nearby
Summon Entity /summon zombie - Summon zombies
/summon lightning_bolt ~25 ~ ~ - Summon lightning at 25 meters
/summon fox ~ ~1 ~ (Passengers:[(id:creeper)]) - Summon a fox with a creeper on its back
See Mob IDs.
/enchant Enchant an item /enchant @p sharpness 5 — Enchant a sword in your hand to Sharpness V
/enchant @p infinity - Enchant a bow in your hand for infinity
See Enchant ID and Enchant Compatibility.
/difficulty Game difficulty /difficulty peaceful - Set the difficulty to peaceful
/difficulty hard Set difficulty to difficult
/spawnpoint Set spawn point /spawnpoint - Set the spawn point location
/spawnpoint notch - Same for player notch
/spawnpint notch 0 65 00 - With choice of coordinates
/seed View world generation key /seed - Find out the world generation key
/gamerule Setting game rules /gamerule keepInventory true - Player items do not drop out upon death
/gamerule doDaylightCycle false - Stop the day and night cycle (always the same time)
/gamerule mobGriefing false - Prevents mobs from breaking blocks in the world
/advancement Achievements /advancement grant @p everything - Give the player all achievements
/advancement revoke @p everything - Take away all the player's achievements
/ban Ban a player on the server /ban notch - Ban player notch
/ban notch Flood - Ban player notch for flooding
/ban-ip Ban by IP /ban-ip 1.1.1.1 flood - Ban ip-address 1.1.1.1 due to “flood”
/ban-ip notch flood Ban the IP address of the player notch due to “flood”
/banlist Black list /banlist ips — Show a list of ips in the blacklist
/banlist players - Show players on the blacklist
/bossbar Bossbar management /bossbar add notch (“text”:”Notch”) - Create a bossbar called Notch
/bossbar set notch players @p - Show the bossbar to the nearest player
Copy, kjrj /clone 1 67 1 1 67 1 2 67 1 replace - copying 1 block from point 1 67 1 to 2 67 1
/debug Debugging /debug start - Start debugging
/debug stop - Stop debugging
/debug report - Debug report
/data Working with NBT /data get block 1 65 1 — NBT block data at coordinates 1 65 1
/daylock Stops the cycle of time /daylock true - Stop the day/night cycle
/daylock false - Resume the day/night cycle
/alwaysday true - Always day
/alwaysday false- Disable
/datapack Working with Datasets /datapack disable nabor — Disable the datapack nabor
/datapack enable nabor — Enable the nabor data set
/deop Remove operator status /deop player - Removes operator status

*Notes

1. Commands are entered after opening the chat by pressing the “T” key in the English layout
2. Instead of player, enter the nickname of the player who should be touched by the team
3. When there is a “/” (slash) sign between several options, you need to enter only one of the options
4. The Tab key will automatically complete the command and show all available options

[Ratings: 3 Average: 2.3]

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

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

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

Click to go:

Commands for solo play in Minecraft:

Commands for admin in Minecraft:

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

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

debug — Starts 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 - when 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 the item specified by .

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

publish— Opens 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- Forces all changes to be saved on 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 white list on the server.

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

Commands for private territory in Minecraft

You will need these commands if you are going to secure an area or perform other related actions.

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

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

//hpos2— Sets 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 a 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 - is it permissible to use chests?
  • l ava-flow - is lava spreading acceptable?
  • water-flow - is water spreading acceptable?
  • lighter - is it permissible to use a lighter?

Values:

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

Commands for the WorldEdit plugin

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

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

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

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

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

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

//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 - 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 is the same as cuboid, but when you set the second point, you expand the region without losing the selection from the already selected one. poly - selects only in the plane. cyl - cylinder. sphere - sphere. ellipsoid - ellipsoid (capsule).

//desel- Removes selection.

//contract — Reduce 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 .

//pyramidCreates 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.

Any player on the Squareland project can use a number of commands. To avoid confusion, they are divided into several categories: private, teleportation, trade and others.

To get a full arsenal of possibilities, it is advisable to study the Minecraft commands on the server for players. They make it easier to interact with the outside world, provide protection for buildings, allow you to trade, and help you become familiar with the rules and capabilities of the project. Chat switches to English key T. The command is entered in the format /team. Various spelling variations are separated by commas.

Basic set of commands for players

  • /info- General information.
  • /rules- Display a set of server laws.
  • /motd- Display daily messages.
  • /list, /online, /who, /playerlist- Show a list of online players.
  • /afk- Notify about absence.
  • /compass- Indicates which direction the player is moving.
  • /near, /nearby[distance] - Display a list of nearby people.
  • /getpos[nickname] - Displays the player's location.
  • /ignore[nickname] - The command turns on ignore.
  • /me[text] - Displays an informational message, adding the nickname to the beginning.
  • /msg, /tell, /m, /whisper[nickname] [text] - Personal.
  • /r, /reply[text] - Quick answer.
  • /seen[nickname] - Find out the last online time.
  • /whois[nickname] - The command will display information about the character.
  • /nick[nickname] - Change the display of nicknames.
  • /mail[nickname] [message_text] - Delivers a message via mail. read- Read, clear- Clear, send- Dispatch.
  • /suicide- Suicide.

Private in Minecraft

  • //wand- Get an ax made of wood, used when allocating territory. LMB- First point. RMB- Second point. So players can allocate an entire cube with blocks in which others are prohibited from building.
  • /region claim[Text] - Creation of a private territory with a name after completion of the delimitation operation.
  • /region addowner[Name] [Nickname] - Assign land to the player.
  • /region removeowner[Name] [Nickname] - Deprive ownership rights.
  • /region addmember[Name] [Nickname] - Command to add a player to the region.
  • /region removemember[Name] [Nickname] - Kick a player.
  • /region select[Name] - Select territory.
  • /region info[Title] - Basic information about the region.
  • /region remove[Name] - Remove region.
  • /cprivate[Names of players who should still have access] - Installing protection on hatches, dispensers, chests, doors in the selected region.
  • /cmodify[nickname] - The Minecraft command allows you to open access to items to the specified player.
  • /cpassword[Your password] - Activate the password for the above.
  • /cunlock- Open an item protected by a password.
  • /creamove- Deactivate protection and remove the password from the item.

Teleportation

  • /setspawn[group] - Select spawn location.
  • /spawn- Teleportation to spawn.
  • /back, /return- Return to the last teleportation point.
  • /sethome[name] - Setting up a teleport home.
  • /home[Nickname] [name] - Teleportation to home teleport.
  • /delhome, /remhome, /rmhome[name] - Deleting home teleport.
  • /createwarp, /setwarp[name_warp"a] - Creating a teleportation location.
  • /delwarp, /remwarp, /rmwarp[name_warp"a] - Deleting a teleportation location.
  • /warp[name_warp"a] [name] - Teleportation to a specified location.
  • /world[name] - Teleportation to another world.
  • /j, /jump- Teleportation to the location indicated by the sight.
  • /top- Teleportation command to the top of the tallest buildings in Minecraft.
  • /tp[Nickname1] [Nickname2], /tp [Nickname to whom tp] - Move to the desired player.
  • /tpa, /call[Nickname to whom tp] - Accepting consent to move.
  • /tpaccept, /tpyes[Nickname] - Confirmation of consent to move.
  • /tpdeny, /tpno- Refusal of consent to move.
  • /tpahere, /tphere, /s[Nickname] - Minecraft command to move a specific player.
  • /tpall[Nicknames] - Move multiple characters.
  • /tppos[x] [y] [z] - Teleport everyone to coordinates.
  • /tpo[nickname] - Move to the character.

Trade

  • /balance, /bal, /emoney[Nickname] - View the amount of money.
  • /balancetop, /baltop[Number] - Check out the names of the richest people on the server.
  • /eco, /economy[Nickname] [Quantity] - Depending on the team: give- Give the player money, take- Take money from the character, reset- Make a character bankrupt.
  • /pay[Nickname] [Cost] - Pay the character with money.
  • /sell[Quantity], /sell - Sale: hand- Selling everything from the quick panel slot (keys 1-9), invent- Sale of all Minecraft items and blocks from inventory, blocks- Selling all blocks from inventory.
  • /setworth[Cost] - Set the cost.
  • /worth[Quantity] - Find out the cost of the item.

Minecraft is a game in which you can do more than just build. On our server you can feel all the charm of Minecraft, because in it you have limitless opportunities not only for construction, but also for trade, power, and money.
Many beginners are faced with the problem of not knowing the commands in Minecraft. And by the way, knowing Minecraft commands, you can increase the pleasure of the game hundreds of times. With their help you can:
  • privatize the territory and plant flags;
  • fly;
  • chat;
  • buy and sell things;
  • teleport and much more!
Minecraft commands for setting and removing home point, teleportation to spawn and warps: /spawn – teleportation to spawn. /sethome point_name - setting a house point. /home point_name - teleportationhome. /delhome point_name- delete a house point. /warp- list of all available warps. /warp name- teleport to your chosen warp. /warp create point_name- setting a warp point on your territory.
Minecraft commands for buying experience and enchantments (/ee - more details) /ee - list of all available commands. /ee list- a list of all enchantments on items./ee enchant level - enchant an item in your hands to the selected enchantment and to the selected level./ee cost enchant level - check the required experience level to enchant an item./ee remove enchant - remove enchantment from an item./ee combos - list of full enchantments for items./ee combo full_enchantment_from_list (/ee combos) - enchant an item to full enchant./expbuy 100 - purchase 100 experience points for game currency. Experience points and experience level are two different things. When you purchase 1000 experience points, you get level 32. The higher the level, the more experience points are required to gain +1 level.

Minecraft commands related to money: /money help - displays the entire list of commands related to finance./money - show the amount of your money./money pay nickname quantity - transfer a certain amount of money to the player.
Minecraft commands for teleporting to other players: /tpa player_nick or /call player_nick- send a request for teleportation. /tpaccept -accept the teleportation request. /tpdeny- reject the teleportation request.
Minecraft commands for issuing kits (/kit): /kit - list of available whales./kit name - receive the selected whale.
Interesting Minecraft commands: /eat or /feed - replenish hunger. /hat - put the block you hold in your hand on your head./top - teleport to the topmost block, which is located above your head./fly - the ability to fly while hovering in the air. /motd- information that appears when logging into the server. /rules- server rules. /endersee or /enderchest- open a virtual ender chest. /ignore- list of ignored users. /ignore player_nick- ignore the player. /unignore player_nick- stop ignoring the player. /jump- jump on the block you are looking at. /near- check the surrounding area. /iinfo- get information about the item in your hands. /cart all- receive items purchased in LC. /workbench- open a virtual workbench.
Minecraft commands for communicating with players: /mail - a list of all possible commands. /msg player_nick message- write a personal message to the player. /r message- reply to the last personal message./mail read - read all letters./mail clear - delete all letters./mail send player_nick message - write a letter to the player.
Minecraft commands for changing the mob type in the spawner: /spawner mob - change the mob in the spawner, looking directly at it. Allowed list of mobs:
chicken (chicken) cow (cow)
mooshroom (mushroom cow)
ocelot (wild cat)
pig (pig)
sheep (sheep)
enderman
wolf (wolf)
zombie (zombie)
pigzombie
spider
cavespider (poisonous spider)
skeleton (skeleton)