-
A full list of minecraft bedrock edition. I’ll do java soon, give me a break.
1. Player & Gameplay Commands
/ **gamemode** [player] – Changes a player’s game mode.
/ **give** [amount] [data] [components] – Gives a player an item.
/ **xp** [player] – Adds experience points or levels.
/ **tp** – Teleports a player or entity.
/ **kill** [player|entity] – Kills the specified player or entity.
/ **clear** [player] [item] – Clears a player’s inventory.
/ **effect** [seconds] [amplifier] [true|false] – Applies a potion effect.
/ **enchant** [level] – Enchants an item in a player’s hand.
/ **title** [text] – Displays a title message on the screen.
/ **me** – Sends a roleplay-style message.
/ **scoreboard objectives add** – Creates a scoreboard objective.2. World & Environment Commands
/ **time set** – Changes the world’s time.
/ **weather** [duration] – Changes the weather.
/ **difficulty** – Sets the world difficulty.
/ **gamerule** – Changes specific game rules. Examples:
keepInventory true – Keeps items after death.
showCoordinates true – Displays player coordinates.
/ **setworldspawn** [x y z] – Sets the world’s spawn point.
/ **spawnpoint** [x y z] – Sets a player’s spawn point.
/ **clone** – Copies blocks from one place to another.
/ **fill** – Fills an area with blocks.
/ **summon** [pos] – Spawns a specific entity.3. Block & Structure Commands
/ **setblock** – Places a block at a location.
/ **fill** – Fills an area with blocks.
/ **clone** – Clones blocks from one area to another.
/ **structure load** [x y z] – Loads a saved structure.
/ **structure save** – Saves a structure.
/ **locate** – Finds the nearest structure.4. Redstone & Command Block Commands
/ **execute** – Runs a command as another entity.
/ **execute @a ~ ~ ~ detect ~ ~-1 ~ grass 0 say “I’m on grass!”** – Runs a command only when a condition is met.
/ **testfor** – Checks if an entity exists.
/ **playsound** [volume] [pitch] – Plays a sound effect.
/ **particle** – Spawns particle effects.5. Entity & Mob Commands
/ **summon** [x y z] – Spawns a mob or entity.
/ **tp** – Teleports a player or entity.
/ **tag** add – Adds a tag to an entity.
/ **tag** remove – Removes a tag from an entity.
/ **tag** list – Lists an entity’s tags.
/ **effect clear** – Removes all effects from a player.6. Server & Admin Commands
/ **ban** – Bans a player from the server.
/ **ban-ip** – Bans a player’s IP address.
/ **pardon** – Unbans a player.
/ **kick** [reason] – Kicks a player from the server.
/ **list** – Lists online players.
/ **op** – Grants operator (admin) permissions.
/ **deop** – Removes operator permissions.
/ **whitelist add** – Adds a player to the whitelist.
/ **whitelist remove** – Removes a player from the whitelist.
/ **whitelist list** – Lists all whitelisted players.7. Debugging & Development Commands
/ **reload** – Reloads behavior packs.
/ **seed** – Displays the world’s seed.
/ **tickingarea add** – Creates a ticking area that stays loaded.
/ **tickingarea remove** – Removes a ticking area.
/ **camera shake** [shakeType] – Causes screen shake effects.8. World Border Commands (Bedrock Exclusive)
/ **worldborder add** – Expands the world border.
/ **worldborder set** – Sets the world border size.
/ **worldborder center** – Sets the world border center.