

ShadowBoarders
ShadowBoarders is an advanced world border system for Minecraft servers running on Fabric framework. This mod enables server administrators to define custom boundaries for each dimension, restricting player actions beyond allowed areas and customizing system behavior during portal interactions, collisions, and other gameplay events.
🔧 Core Features
- Dimension-Specific Borders — each world (Overworld, Nether, End, custom dimensions) can have its own border size and center point
- Full Compatibility — seamlessly integrates with Minecraft's native world border mechanics
- Persistent Settings — borders are stored separately for each dimension settings persist after server restarts
- Adaptive Teleportation — spawn points and portal transitions automatically adjust within defined boundaries
- Customizable Safe Zones — ability to regulate damage outside borders and configure warning zone parameters for each dimension
- Permission System — full support for popular permission management systems like LuckPerms
- Real-time Configuration Updates — ability to modify border settings without requiring server restart
📟 Available Commands
/sbw set <size>
— sets border size in the current world/sbw center <x> <z>
— defines the center point of the world border/sbw get
— displays information about the current border/sbw reload
— reloads configuration and synchronizes settings across all worlds/sbw setDamageAmount <value>
— configures damage amount per block outside the border/sbw setDamageBuffer <value>
— sets the damage-free buffer zone/sbw setWarningBlocks <blocks>
— determines the warning zone distance in blocks/sbw setWarningTime <seconds>
— sets warning display time before reaching the border
🔐 Permissions
shadowboarder.set
— access to /sbw set commandshadowboarder.center
— access to /sbw center commandshadowboarder.get
— access to /sbw get commandshadowboarder.reload
— access to /sbw reload commandshadowboarder.set.damage
— access to /sbw setDamageAmount commandshadowboarder.set.buffer
— access to /sbw setDamageBuffer commandshadowboarder.set.warnblocks
— access to /sbw setWarningBlocks commandshadowboarder.set.warntime
— access to /sbw setWarningTime command
📂 Configuration Files
/config/shadowboarders/config.json
— main plugin settings and messages/config/shadowboarders/borders.json
— dimension border data storage