
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 …
Commands/title – Minecraft Wiki
All of them are specified using raw JSON text components in Java Edition. In Bedrock Edition, the /title command uses plain text while /titleraw uses raw JSON text components. Screen titles …
Formatting codes – Minecraft Wiki
Text in Minecraft can be formatted with the section sign (§). In Bedrock Edition, the section sign can be used in signs, world names, book and quills, anvils and cartography tables (to rename …
Chat – Minecraft Wiki
Chat is a messaging system used to communicate with other players, or to execute commands. Several of these commands are configurable (the defaults are shown here).
Display – Minecraft Wiki
There are Block Display, Item Display and Text Display, which are used to display blocks, items and texts respectively. They can only be created with the /summon or /execute summon …
Raw JSON text format - Minecraft Wiki
Raw JSON text is the format Minecraft uses to send and display rich text to players. It can also be sent by players themselves using commands and data packs. Raw JSON text is written in …
Commands/tellraw – Minecraft Wiki
Not to be confused with Commands/tell or Commands/say. This article is about the command that sends JSON messages. For the command to whisper, see Commands/msg. Sends a JSON …
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 …
Tutorials/Command NBT tags – Minecraft Wiki
NBT tags can be specified for items and entities created with the /give and /summon commands. Each tag has the format <tagname>:<value> where <tagname> describes what it does, and …
Tutorials/Command blocks and functions – Minecraft Wiki
Command blocks and functions can be used, among many other things, to change the difficulty, change the state of the weather, or give a player predesignated items. They are particularly …