Better Build
  • 🏗️Overview
  • 🎛️Features List
  • 🔤Installation Guide
  • 💻Commands
  • 🚨Permissions
  • 🦾PlaceHolders
  • 📁Configuration
    • AllowedBlocks.yml
    • Axes.yml
    • BlockBlacklist.yml
    • config.yml
    • lang.yml
    • 📱Gui
      • Item Configuration Guide
      • Confirmation Menu (Confirmation.yml)
      • Build Menu (Operation.yml)
      • Operation List (OperationList.yml)
      • Search Menu (Search.yml)
Powered by GitBook
On this page

PlaceHolders

Location-Related Placeholders

  • %operation_x1%: Replaced with the X-coordinate of Loc1 from the Operation

  • %operation_y1%: Replaced with the Y-coordinate of Loc1 from the Operation

  • %operation_z1%: Replaced with the Z-coordinate of Loc1 from the Operation

  • %operation_x2%: Replaced with the X-coordinate of Loc2 from the Operation

  • %operation_y2%: Replaced with the Y-coordinate of Loc2 from the Operation

  • %operation_z2%: Replaced with the Z-coordinate of Loc2 from the Operation

Operation Metadata Placeholders

  • %operation_id%: Replaced with the operation ID.

  • %operation_status%: Replaced with the operation status.

  • %operation_world%: Replaced with the world name associated with the Operation.

  • %operation_total_blocks%: Replaced with the total number of blocks in the operation.

  • %operation_blocks%: Replaced with the number of blocks currently in storage for the operation.

  • %operation_time%: Replaced with the formatted time calculated based on the total blocks and a constant blocksPerSecond that you can edit in the config.yml .

Block-Related Placeholder

  • %operation_block%: Replaced with the block type from the MOperation object. If the block type is null, it defaults to "NB".

Wand-Related Placeholder.

  • %time_left% placeholder that will display the time/uses left of that wand

PreviousPermissionsNextAllowedBlocks.yml

Last updated 2 months ago

🦾