

Description
A serverside-only world border mod. Players that walk past a configured max radius from the center of the map will be teleported back within the radius a little ways from the edge. Translocators that would take the player outside of the allowed area are disabled.
Config options:
<table style="border-collapse: collapse; width: 100%; height: 220px;" border="1"> <tbody> <tr style="height: 18px;"> <td style="width: 14.4421%; height: 23px;">WorldRadiusChunksXZ</td> <td style="width: 52.2245%; height: 23px;">The radius of the worldborder in each direction, <span style="color: #2880b9;">in chunks</span>.</td> </tr> <tr style="height: 51px;"> <td style="width: 14.4421%; height: 51px;">WorldBorderPaddingBlocks</td> <td style="width: 52.2245%; height: 51px;">The distance away from the border players will be teleported if they go past the border, in blocks.</td> </tr> <tr style="height: 22px;"> <td style="width: 14.4421%; height: 22px;">CheckIntervalSeconds</td> <td style="width: 52.2245%; height: 22px;">How often to check player positions, in seconds.</td> </tr> <tr style="height: 22px;"> <td style="width: 14.4421%; height: 22px;">NewPlayerCheckDelaySeconds</td> <td style="width: 52.2245%; height: 22px;">How long to wait before starting to enforce a newly joined player's position, in seconds</td> </tr> <tr style="height: 34px;"> <td style="width: 14.4421%; height: 34px;">BorderShape</td> <td style="width: 52.2245%; height: 34px;">The shape of the border. Either <span style="color: #e74c3c;">Square</span> or <span style="color: #e74c3c;">Circle.</span></td> </tr> <tr style="height: 34px;"> <td style="width: 14.4421%; height: 34px;">PreventFarTranslocatorExits</td> <td style="width: 52.2245%; height: 34px;">Whether to stop translocators from picking exits outside the border. May cause translocators to never find an exit if the border is small (<12 chunks).</td> </tr> <tr style="height: 17px;"> <td style="width: 14.4421%; height: 17px;">WorldCenter</td> <td style="width: 52.2245%; height: 17px;">X and Z world coordinates of the center point of the radius</td> </tr> <tr style="height: 17px;"> <td style="width: 14.4421%; height: 17px;">LoopEdges</td> <td style="width: 52.2245%; height: 17px;">Whether to loop around to the other side of the world when going over the edge</td></tr></tbody></table>Ratings & reviews
No ratings yet
Sign in to leave a rating or comment.


