Skip to content

BetterWorldEdit

📊 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

  1. Build the datapack:

    mdl build --mdl betterworldedit.mdl -o dist
    

  2. Install in Minecraft:

  3. Copy dist/betterworldedit/ to your world's datapacks/ folder
  4. Run /reload in-game

  5. Run the main function:

    /function betterworldedit:main
    

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.mdl to modify the datapack
  • Use mdl check betterworldedit.mdl to validate syntax
  • Use mdl build --mdl betterworldedit.mdl -o dist to rebuild

For more information, visit: https://www.mcmdl.com

BetterWorldEdit