📦 Commands++
Enhance your Minecraft experience with Commands++ — a powerful utility addon for creators and developers!
This addon introduces custom commands designed to make item manipulation, command binding, and structure creation easier than ever before.
Use these commands to:
- Customize item lore and names
- Bind commands or functions to items
- Simulate explosions
- Create advanced multi-block structures
- Manage player states and effects
- Control world time and entity spawning
- World edit beta features
- Build paths and text with custom tools
📜 Commands List
/addLore — Add lore to item
Adds a new line of lore text to the currently held item without replacing existing ones.
/addlore "§6Cool sword" @s false
/setLore — Set lore for item
Replaces all existing lore on the item with the given text.
/setlore "§bIce ability"
/bindCommand — Bind command to item
Binds a command to the currently held item. The command runs when the item is used.
/bindCommand "give @s diamond 10"
/bindFunction — Bind function to item
Attaches a custom function (from a script or behavior pack) to the item.
/bindFunction hello World
/explosion — Create explosion
Creates a customizable explosion at a specific location.
/explosion 100 ~~~ true true
/heal — Heal player
Restores health and/or hunger for targeted players.
/heal @s both
/setday — Set specific day
Sets the world to a specific day number, useful for triggering day-specific events (Christmas, Halloween, etc.).
/setday 365
/spawnentity — Advanced entity spawning
Spawns entities with optional equipment copying, tags, and effects.
/spawnentity zombie 5 ~~~ @s "boss,elite" "strength:600:2,speed:1200:1"
/god — Toggle god mode
Grants or removes invincibility (Resistance V effect).
/god @s 24000
/burnentity — Set entity on fire
Sets targeted entities on fire for a specified duration.
/burnentity @e[type=zombie,r=10] 10
/knockback — Apply knockback force
Pushes entities away with customizable force and direction.
/knockback @e[r=5] 3.0 90 1.0
/createMultiBlock — Create special multi block
Turns the held item into a "MultiBlock" — a block that places a random block from a list when used.
Initialize MultiBlock:
/createMultiBlock
Add block to MultiBlock list:
/addlore "§8 -minecraft:stone"
/multiBlockFill — Fill area with MultiBlock
Fills a large area (up to ~350,000 blocks) using a random selection from your MultiBlock list.
/multiblockfill ~~~ ~32~32~32
/clearlore — Remove all item lore
Clears all lore lines from the currently held item.
/clearlore
/setitemname — Set item display name
Changes the custom name of the item you're holding.
/setitemname "§dLegendary Blade"
/cloneitem — Clone held item
Creates an identical copy of the currently held item and gives it to the player.
/cloneitem @s 1 @s 1 10
/nv — Night vision
Grants night vision effect to targeted players.
/nv @s 12000
/findslot — Smart inventory search
Finds items in your inventory using partial name matching or tag filters. Includes multiple search modes.
/findslot sword
/durability — Set item durability
Sets the durability of the held item to a specified percentage (0–100%).
/durability 75
/getslotitem — Get item info by slot
Shows detailed information about the item in a specific inventory or armor slot.
/getslotitem hotbar 0
/addblock — Add block to MultiBlock
Quickly adds a new block to the MultiBlock list using a valid block ID.
/addblock minecraft:stone
/getpathtool — Get path tool
Gives a custom tool that allows you to place waypoints used for auto path building.
/getpathtool
/buildpath — Build path
Automatically builds a path between waypoints placed by the path tool.
/buildpath
/buildtext — Create 3D block text
Generates large block letters forming your message.
(Beta feature)
/buildtext Hello
💬 Found a bug? Want to suggest features or test new versions? Join the official Discord server