
Format
This tool allows you to easily create areas in NBT and JSON formats for achievements. No more spending hours manually entering coordinates - Format automates this process.
How to Use
Preparation
- Select an area in the world that you want to mark
- Take a golden axe and switch to creative mode
- Make sure the mod is installed in your single-player world or on the server
Selecting Corners
- Left-click on one of the corner blocks
- Right-click on the opposite corner block
Getting the Result
- Enter the command
/format json
or/format nbt
to get the formatted message - To copy the result, simply click on the message in the chat
Format Examples
NBT format:
[x=0,y=0,z=0,dx=0,dy=0,dz=0]
JSON format:
"position":{"x": {"min":-529,"max":4},"y":{"min":3,"max":106},"z":{"min":3,"max":112}}
Open Source
All my mods are open source and distributed under the MIT license. If you want to help with development, visit the GitHub repository!