Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| worldborder_1.18.1-2.6.jar release | 11.64 KB | Dec 11, 2021 | 1.18.1 | 582 | Download |
| worldborder_1.18.1-2.5.jar release | 11.16 KB | Dec 11, 2021 | 1.18.1 | 23 | Download |
| worldborder_1.18.0-2.5.jar release | 11.13 KB | Nov 30, 2021 | 1.18 | 193 | Download |
| worldborder_1.17.1-2.5.jar release | 11.12 KB | Jul 27, 2021 | 1.17.1 | 1,215 | Download |
| worldborder_1.17.1-2.4.jar release | 11.12 KB | Jul 25, 2021 | 1.17.1 | 54 | Download |
| worldborder_1.16.5-2.4.jar release | 11.10 KB | Jul 7, 2021 | 1.16.5 | 3,669 | Download |
| worldborder_1.16.5-2.3.jar release | 11.10 KB | Feb 27, 2021 | 1.16.5 | 3,301 | Download |
| worldborder_1.15.2-2.3.jar release | 11.02 KB | Feb 27, 2021 | 1.15.2 | 133 | Download |
| worldborder_1.14.4-2.3.jar release | 11.01 KB | Feb 27, 2021 | 1.14.4 | 60 | Download |
| worldborder_1.12.2-2.3.jar release | 9.60 KB | Feb 27, 2021 | 1.12.2 | 2,420 | Download |
| worldborder_1.16.5-2.2.jar release | 10.92 KB | Feb 9, 2021 | 1.16.5 | 338 | Download |
| worldborder_1.15.2-2.2.jar release | 10.84 KB | Feb 9, 2021 | 1.15.2 | 37 | Download |
| worldborder_1.14.4-2.2.jar release | 10.83 KB | Feb 9, 2021 | 1.14.4 | 22 | Download |
| worldborder_1.12.2-2.2.jar release | 9.43 KB | Feb 9, 2021 | 1.12.2 | 165 | Download |
| worldborder_1.16.5-2.1.jar release | 10.92 KB | Feb 1, 2021 | 1.16.5 | 142 | Download |
| worldborder_1.15.2-2.1.jar release | 10.84 KB | Feb 1, 2021 | 1.15.2 | 33 | Download |
| worldborder_1.14.4-2.1.jar release | 10.83 KB | Feb 1, 2021 | 1.14.4 | 21 | Download |
| worldborder_1.12.2-2.1.jar release | 9.43 KB | Feb 1, 2021 | 1.12.2 | 65 | Download |
| worldborder_1.16.5-2.0.jar release | 10.92 KB | Jan 25, 2021 | 1.16.5 | 142 | Download |
| worldborder_1.16.4-2.0.jar release | 10.92 KB | Nov 4, 2020 | 1.16.4 | 1,190 | Download |
| worldborder_1.16.3_2.0.jar release | 10.92 KB | Sep 27, 2020 | 1.16.3 | 542 | Download |
| worldborder_1.16.2-2.0.jar release | 10.92 KB | Aug 14, 2020 | 1.16.2 | 118 | Download |
| worldborder_1.16-2.0.jar release | 10.89 KB | Jun 26, 2020 | 1.16.1 | 239 | Download |
| worldborder_1.15-2.0.jar release | 10.82 KB | Jun 21, 2020 | 1.15.2 | 617 | Download |
| worldborder_1.14-2.0.jar release | 10.82 KB | Jun 21, 2020 | 1.14.4 | 59 | Download |
| worldborder_1.13-1.1.jar release | 8.25 KB | Oct 16, 2019 | 1.13.2 | 96 | Download |
| worldborder_1.12-1.1.jar release | 8.87 KB | Oct 16, 2019 | 1.12.2 | 94,514 | Download |
Description









Requires the library mod Collective.
World Border is a minimalistic configurable mod which allows the creation of a configurable world border, limiting the world size. This can prevent infinitely large file sizes or keep a community of players closer together. You can also loop around the world when hitting a world border, configurable in the config. This will teleport you to the negative coordinate if you hit the positive border and vice versa. Makes for infinitely looping worlds while still limiting the size.
Configurable: ( how do I configure? )
enableCustomOverworldBorder (default = true): When enabled, uses the overworldBorderCoords to set the border.
enableCustomNetherBorder (default = false): When enabled, uses the netherBorderCoords to set the border.
enableCustomEndBorder (default = true): When enabled, uses the endBorderCoords to set the border.
shouldLoopToOppositeBorder (default = true): When enabled, instead of teleporting the player inside near where they were, teleports them from the positive to the negative x/z coord and vice versa.
distanceTeleportedBack (default = 10, min 0, max 1000): The amount of blocks the player is teleported inside after hitting the border.
nearBorderMessage (default = "You're getting close to the world border!"): The message which will be sent to the player when they are within 'distanceTeleportedBack' to the world border.
hitBorderMessage (default = "You've hit the world border, and were teleported inside!"): The message which will be sent to the player when they hit the world border.
loopBorderMessage (default = "You've hit the world border, and have looped around the world!"): The message sent to the player when they hit the border and 'shouldLoopToOppositeBorder' is enabled.
overworldBorderPositiveX (default = 5000, min 0, max 100000): The overworld border located at the positive x coordinate.
overworldBorderNegativeX (default = -5000, min -100000, max 0): The overworld border located at the negative x coordinate.
overworldBorderPositiveZ (default = 5000, min 0, max 100000): The overworld border located at the positive z coordinate.
overworldBorderNegativeZ (default = -5000, min -100000, max 0): The overworld border located at the negative z coordinate.
netherBorderPositiveX (default = 625, min 0, max 100000): The nether border located at the positive x coordinate.
netherBorderNegativeX (default = -625, min -100000, max 0): The nether border located at the negative x coordinate.
netherBorderPositiveZ (default = 625, min 0, max 100000): The nether border located at the positive z coordinate.
netherBorderNegativeZ (default = -625, min -100000, max 0): The nether border located at the negative z coordinate.
endBorderPositiveX (default = 5000, min 0, max 100000): The end border located at the positive x coordinate.
endBorderNegativeX (default = -5000, min -100000, max 0): The end nether border located at the negative x coordinate.
endBorderPositiveZ (default = 5000, min 0, max 100000): The end nether border located at the positive z coordinate.
endBorderNegativeZ (default = -5000, min -100000, max 0): The end nether border located at the negative z coordinate.
When getting close to the border, players will receive the following message:
The message when hitting the world border and enableLoop enabled.
On hitting the border with enableLoop disabled, players will receive a message and be teleported 10 blocks inside the border.
Looping works like this:
Looping in the nether uses clever code to not end up in lava or on the nether roof.









Get 0.05 TON 💎
Download

Add a comment