- 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
Check your Endstone's version
- Endstone 0.9.0+
- 251229
Check your pre-plugins
- Optional pre-plugin
- Ensure you have downloaded the correct version and installed all required pre-plugins
- Place the
.whlfile into your server'spluginsfolder - Restart your server
- Enter the command
/ubdto call out the main form of U-World-Border
plugins/
├─ u-world-border/
│ ├─ config.json
│ ├─ lang/
│ │ ├─ zh_CN.json
│ │ ├─ en_US.json
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
}
}- 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.jsonand place it intolangfolder - Copy all key-value pairs from
en_US.jsonand paste them intoja_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!
- Create a file named
- 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.
You can view related screenshots of U-World-Border from images folder of this repo.