Commands Basic Commands /mb stick - Get the block selection stick
/mb create <name> - Create a new animation
/mb select <name> - Select an animation to work with
/mb play <name> <global> - Start the (current) animation
/mb stop <name> - Stop the (current) animation
/mb list - List all available animations
/mb finalize - Finalize the current animation
/mb event - Create events to automatically start an animation
Frame Management /mb frame add - Add the current block configuration as a frame
/mb frame delete <number> - Delete a specific frame
/mb frame preview <number> - Preview a specific frame
/mb clear - Clear all frames in current animation
Animation Management /mb delete <name> - Delete an animation
/mb enable <name> - Enable an animation (affect on server restart)
/mb disable <name> - Disable an animation (affect on server restart)
/mb rename <old> <new> - Rename an animation
/mb protect <name> - Make an animation undestroyable
/mb duplicate <source> <target> - Copy an animation
/mb speed <ticks> - Set animation speed (20 ticks = 1 second)
/mb sound <add|list|remove> - Sounds for animations
/mb info - See information about current animation
Selection Tools /mb deselect - Deselect all blocks
/mb mode <name> - Toggle between Replace/Place+Remove mode
Creating Your First Animation Get the selection stick:
/mb stick
Create a new animation:
/mb create myfirstanimation
Select blocks using right-click with the stick
Create your first frame:
/mb frame add
Modify blocks (change their types)
Create another frame:
/mb frame add
Repeat steps 5-6 for additional frames
Play your animation:
/mb play
Adjust playback speed if needed:
/mb speed 10
Finalize animation:
/mb finalize
Animation Modes Replace Mode (Default)
Replaces all blocks in every frame with the materials specified in that frame.
Place+Remove Mode
Can be toggled with /mb mode <animation_name>. This mode will place blocks when they appear and remove them when they disappear between frames.
Managing Multiple Animations List your animations:
/mb list
Switch between animations:
/mb select animationname
Duplicate animations:
/mb duplicate source target
Rename animations:
/mb rename oldname newname
Advanced Tips Use /mb frame preview <number> to check specific frames
Disable animations when not in use to improve server performance
Animations are saved automatically when the server stops
Use tab completion to quickly enter animation names
Troubleshooting If an animation doesn't stop when disabled, use /mb stop first
If blocks aren't being selected, make sure you're using the correct selection stick
Animation files are stored in the plugin folder if you need to manually restore them