Skip to content

U-Blocks/U_World_Border

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-World-Border U-World-Border

Total Git clones GitHub Downloads (all assets, all releases) GitHub License


✨Introductions

  • Different dimensions' world borders can be independently configured
  • Free of tedious file editing
  • Support with full GUI forms
  • Support with hot reloading
  • Support with localized multi-language

📦Installation

Check your Endstone's version
  • Endstone 0.9.0+
    • 251229
Check your pre-plugins
  • Optional pre-plugin
  1. Ensure you have downloaded the correct version and installed all required pre-plugins
  2. Place the .whl file into your server's plugins folder
  3. Restart your server
  4. Enter the command /ubd to call out the main form of U-World-Border

📄File structure

plugins/
├─ u-world-border/
│  ├─ config.json
│  ├─ lang/
│  │  ├─ zh_CN.json
│  │  ├─ en_US.json

⚙️Configuration

config.json

{
    "overworld": {
        "is_enabled": false,  // If set to true, this dimension's world border will be enabled.
        "center_pos": [0, 0], // [x, z],
        "radius": 10000
    },
    "nether": {
        "is_enabled": false,
        "center_pos": [0, 0],
        "radius": 10000
    },
    "theend": {
        "is_enabled": false,
        "center_pos": [0, 0],
        "radius": 10000
    }
}

🌎Localized multi-language

  • Currently supported localized languages for U-World-Border:
  • zh_CN
  • en_US
  • How to add more languages to U-World-Border? Here we use Japanese for an example.
    • Create a file named ja_JP.json and place it into lang folder
    • Copy all key-value pairs from en_US.json and paste them into ja_JP.json
    • Refer to the English values and translate them all into Japanese, then save the file.
    • Restart your server, and you're all done!
  • If you'd like your translated language to be included as one of the official languages of this plugin, feel free to shoot over a PR.

🎨Screenshots

You can view related screenshots of U-World-Border from images folder of this repo.

About

A world border plugin for EndstoneMC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages