Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 days ago
Updated last month
What is this?
LofikWorldBorder is a simple plugin designed to set world borders based on exact coordinate radii from the center (0,0). It allows you to configure custom X and Z sizes, save them persistently, and easily manage multiple worlds—including custom ones created with Multiverse-Core.
Features
- Precise Sizing: Input your desired radius coordinate (e.g.,
250000), and the plugin automatically calculates and sets the correct internal diameter. - Independent Axes: Set separate values for X and Z dimensions (
<size_x>and<size_z>). - Smart Wildcards:
*targets only default vanilla dimensions (world,world_nether,world_the_end), safely leaving Multiverse worlds untouched.**targets absolutely every world on the server, including all custom Multiverse worlds.
- Persistent Storage: Border configurations are saved in
config.ymland automatically reapplied after server reloads or restarts. - Custom Messages: Full support for classic color codes (
&), Hex colors (&#RRGGBB), and MiniMessage formatting insidemessages.yml. - Tab Completion: Interactive tab-completer that lists active server worlds and suggests syntax helpers.
- Compatibility: Works on Spigot, Paper, Purpur, and forks from 1.16.5 up to 26.2+.
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/lwb worldborder set <size_x> <size_z> <world/*/**> |
Sets the border radius for a world, default worlds (*), or all worlds (**). |
lofikworldborder.set |
/lwb worldborder reset <world/*/**> |
Resets the border back to the default size (30,000,000 blocks). | lofikworldborder.reset |
/lwb reload |
Reloads the configuration and messages files. | lofikworldborder.reload |
(Note: Basic usage permission lofikworldborder.use is also available).


