Community listing page, reviews here may not be monitored by the author.
World Border
No reviews yet
๐ Allows the creation of a configurable world border, limiting the world size.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
ย ย ย All available config options:
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.
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!
Requires the library modย Collective (Fabric) and the Fabric API.
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.
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!
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.
ย ย ย All available config options:
Show Spoiler
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.
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

