
Chunky Border (Fabric)
World Border Capabilities
This modification offers a complete world border management system:
- Setting artificial boundaries anywhere in the world
- Compatibility with all world generation configurations from Chunky
- Blocking player movement beyond the established zone
- Redirecting teleportations that extend beyond permitted boundaries
- Visual display of borders on the client side
- Graphical border representation through server-side particles
- Wrapping mode allowing movement through borders with teleportation to the opposite side
- Customizable messages when approaching the border
- Option to configure effects and sounds upon collision with the border
- Geographic boundary markers on connected mapping services for territory monitoring
Permissions
chunky.command.border — allows management of world border commands chunkyborder.bypass.move — ignores movement checks across borders chunkyborder.bypass.place — bypasses block placement checks near borders
Main Commands
Commands of the Chunky module — used for selecting territorial boundaries chunky border add — setting a new border in the selected area chunky border remove — removing the established border in the current world chunky border wrap — enabling/disabling cyclic movement through borders chunky border list — viewing all saved borders chunky border load — loading existing borders as current selection chunky border bypass — temporarily disabling border restrictions
Practical Application Examples
Creating a square border 1000 blocks in radius in the Overworld:
chunky radius 1000
chunky border add
Setting up a circular border around spawn point with 1000 block radius in the Nether:
chunky world the_nether
chunky shape circle
chunky spawn
chunky radius 1000
chunky border add
Modifying existing border to 10000 block radius:
chunky border load
chunky radius 10000
chunky border add
Removing border in the End:
chunky world the_end
chunky border remove
Visual Demonstration
Image showing player interaction with border: https://i.imgur.com/uttF7vL.png Border display on Dynmap cartographic panel: https://i.imgur.com/XTVh5ZF.png Integration with BlueMap mapping system: https://i.imgur.com/MGLdSIu.png Functionality with squaremap card module: https://i.imgur.com/S4BpTO3.png