BetterWorldEdit
🔗 Quick Links
- View on GitHub
- Latest Release: Version 2 (September 11, 2025)
📊 Project Details
- Primary Language: None
- Languages Used: Not specified
- License: None
- Created: September 08, 2025
- Last Updated: September 11, 2025
📝 About
betterworldedit
A Minecraft datapack created with MDL (Minecraft Datapack Language).
Getting Started
-
Build the datapack:
-
Install in Minecraft:
- Copy
dist/betterworldedit/to your world'sdatapacks/folder -
Run
/reloadin-game -
Run the main function:
Features
- Variables: Player-scoped counter and global timer
- Control Flow: If/else statements
- Functions: Main function and load hook
- Automatic Execution: Runs on datapack load
Development
- Edit
betterworldedit.mdlto modify the datapack - Use
mdl check betterworldedit.mdlto validate syntax - Use
mdl build --mdl betterworldedit.mdl -o distto rebuild
For more information, visit: https://www.mcmdl.com