Minecraft World Border (Fabric) mod 2026 download
logo
minecraft mod World Border (Fabric)

World Border (Fabric)

Game Version: 1.18.1
Total Downloads: 7,879
Updated: Nov 30, 2021
Created: Sep 15, 2021
Download World Border (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
worldborder-fabric_1.18.x-2.5.jar release 13.92 KB Nov 30, 2021 1.18.1 719 download World Border (Fabric) worldborder-fabric_1.18.x-2.5.jar releaseDownload
worldborder-fabric_1.17.x-2.5.jar release 14.23 KB Sep 15, 2021 1.17.1 7,053 download World Border (Fabric) worldborder-fabric_1.17.x-2.5.jar releaseDownload
worldborder-fabric_1.16.x-2.5.jar release 14.22 KB Sep 15, 2021 1.16.5 107 download World Border (Fabric) worldborder-fabric_1.16.x-2.5.jar releaseDownload

Description

Share this:

a1

Requires the library mod Collective (Fabric) and the Fabric API.

This mod is for Fabric. For the Forge version click here.

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.

b1
c1c2c3

Comments

Add a comment