World Border

Quick rating

Community listing page, reviews here may not be monitored by the author.

World Border

By SerilumOwner

No reviews yet

๐ŸŒŽ Allows the creation of a configurable world border, limiting the world size.

No Theme
No Genre
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[Fabric/Forge/Neo] 26.2.0-4.9 | World Border

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge IDs
Fabric Forge NeoForge Quilt
Fabric
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube


About the mod

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.



Dependencies

Requires Collective
Environment: Server




Configurable

Configuration guide

ย ย ย 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.




Description

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.




Notes and links

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!


curseforge.svg modrinth.svg patreon.svg youtube.svg

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:
a.jpg

The message when hitting the world border and enableLoop enabled.
b.jpg

On hitting the border with enableLoop disabled, players will receive a message and be teleported 10 blocks inside the border.
c.jpg

Looping works like this:
d.jpg
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!


A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube

About the mod

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.



Dependencies

Requires Collective
Environment: Server




Configurable

Configuration guide

ย ย ย 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.




Description

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.




Notes and links

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

This project has no gallery images yet.

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

0
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

1.2m
Total Downloads
CurseForge (Fabric, Forge, NeoForge, Quilt)
~670,000
CurseForge (Fabric)
~420,000
Modrinth
~100,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works