MCBE Codex

Discover, share, and implement amazing command systems for your Minecraft Bedrock servers

Codex Summary

Everything you need to know about our command system repository

What is the Codex?

We offer featured command systems that you can copy/download with just a few clicks and use in your own Minecraft servers! Members can also post their own command creations and have engaging discussions about them.

Explore

Featured Codex

Find many command systems that you can copy-paste or download as .mcstructure files to easily import them into your Minecraft servers with just a few clicks!

View Featured

Public Codex

Post your own command creations here! Follow our rules and guidelines to keep the posts clean and organized for everyone to benefit from.

View Public

Public Codex

Community-submitted command systems

Submit Your Command System

Item Sorter

Medium (4-6 lines)

Submitted by: CommandMaster42

/execute as @e[type=item] at @s run tag @s add toSort /execute as @e[tag=toSort,nbt={Item:{id:"minecraft:dirt"}}] at @s run tp @s ~~~10 /execute as @e[tag=toSort,nbt={Item:{id:"minecraft:stone"}}] at @s run tp @s ~~~-10 /tag @e[type=item] remove toSort
Sorts dirt to +10 Z and stone to -10 Z from dropper. Add more items as needed.

Mob Arena Wave System

Complex (10+ lines)

Submitted by: RedstoneWizard

/scoreboard objectives add Wave dummy /scoreboard objectives add MobCount dummy /scoreboard players set @a[tag=inArena] Wave 1 /execute if score Global Wave matches 1 run summon zombie ~~~ {Tags:["arenaMob"]} /execute if score Global Wave matches 2 run summon skeleton ~~~ {Tags:["arenaMob"]} /execute if score Global Wave matches 3 run summon creeper ~~~ {Tags:["arenaMob"]} /scoreboard players set Global MobCount 10 /execute unless entity @e[tag=arenaMob] run scoreboard players add Global Wave 1 /execute unless entity @e[tag=arenaMob] run tellraw @a {"rawtext":[{"text":"§aWave §e"}]}
Basic wave system. Expand with more mob types and wave patterns. Needs initialization commands.

Feature Requests

Suggest new command systems for the Featured Codex

Custom Enchantments

A system to add custom enchantments with unique effects beyond vanilla limitations.

89
Under Review

RPG Class System

Complete RPG class system with abilities, leveling, and skill trees.

72
Pending

Dynamic Weather Effects

Advanced weather system with visual effects and gameplay impacts.

64
Pending

Mini-game Framework

Modular system to easily create and manage various mini-games.

103
Approved

Submit a Feature Request

Ready to Explore More?

Join our Discord community to access hundreds more command systems, get help with implementation, and share your own creations.