
Commands – Minecraft Wiki
Commands, also known as console commands and slash commands, are advanced features activated by typing certain strings of text. In the client, commands are entered via the chat window, which is …
Commands/gamemode – Minecraft Wiki
If not specified, defaults to the player who executes the command. Must be a player name, a target selector or a UUID [Java Edition only]. And the target selector must [JE only] /should [BE only] be of …
Commands/teleport – Minecraft Wiki
This article is about the command in the current version (since Java Edition 1.13 (17w45a)). For the command in former game versions, see Commands/tp/Before Java Edition 17w45a. Teleports …
Commands/give – Minecraft Wiki
Like data tags but supports only minecraft:can_place_on, minecraft:can_destroy, minecraft:item_lock, and minecraft:keep_on_death functions (see Examples). Must be a JSON Object.
Commands/item – Minecraft Wiki
Commands/item < Commands This feature is exclusive to Java Edition. For Bedrock Edition equivalent, see Commands/replaceitem.
Commands/list – Minecraft Wiki
Syntax Java Edition list Shows the names of all currently-connected players. list uuids Player UUIDs are shown alongside names. Bedrock Edition list Shows the names of all currently-connected players. …
Commands/kill – Minecraft Wiki
Examples To kill the player executing the command: kill @s To kill the player Steve: kill Steve To kill item entities: kill @e[type=item] To kill all entities within 10 blocks: JE: kill @e[distance=..10] BE: kill …
Command Block – Minecraft Wiki
A command block is a block that can execute commands. Because it cannot be obtained or edited in Survival mode without cheats, it is primarily used on multiplayer servers, in Creative worlds, and …
Commands/time – Minecraft Wiki
/time set ... command in Java Edition always directly sets the "internal daytime" to the specified number. But in Bedrock Edition, when time: TimeSpec is specified, it increases the "internal daytime" to meet …
Commands/say – Minecraft Wiki
Broadcasts message in the chat to all players on the server. Java Edition say <message> Bedrock Edition say <message: message> JE: <message>: messageBE: message: message: …