Compatibility
Minecraft: Java Edition
1.21.1–1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Details
Licensed MIT
Published 3 days ago
Updated 4 days ago
Personal Borders
Fabric mod that adds player-specific world borders using LuckPerms permissions.
Features
- Separate world borders for each player and each dimension
- Prevent players, players' projectiles, and players' pets from crossing the border
- Updated in real-time when permissions are changed
Configuration
Personal Borders looks for next four permission nodes in LuckPerms:
personal-borders
: default world border, if dimension-specific border is not setpersonal-borders.overworld
: overworld borderpersonal-borders.the_nether
: nether borderpersonal-borders.the_end
: end border
Parameters of the border are stored in the permission node as context values that are similar to Vanilla world border command:
center.x
,center.z
: coordinates of the border centerdistance
: size of the border (diameter)warning.distance
: distance from the border at which the player's screen starts to tint reddamage.amount
: damage dealt to the player per second per block when outside the borderdamage.buffer
: distance from the border at which the player starts taking damage
Example:
This mod requires Fabric API and LuckPerms to be installed on the server.