Chunky Border (Forge/NeoForge)
This mod serves as an extension for the popular Chunky pregenerator, providing comprehensive world border management capabilities in Minecraft.
Key Features
The modification offers a wide array of tools for organizing world boundaries. You can select any area to become your border while maintaining support for all geometric shapes from Chunky's standard configuration. The system prevents players from crossing established limits and redirects teleportations beyond border zones.
Two visualization options are available: client-side border rendering and server-side particle generation. Additionally, you can enable border wrapping for seamless movement between opposite sides of the designated area.
Customization options include personalized messages, sound cues, and visual effects triggered when approaching boundaries. Integration with mapping mods enables border display on Dynmap, BlueMap, and squaremap interfaces.
Permissions System
Management rights are segmented for precise control:
- chunky.command.border — access to border commands
- chunkyborder.bypass.move — bypass movement restrictions at borders
- chunkyborder.bypass.place — bypass block placement restrictions near boundaries
Command Set
Core functionality is accessible through intuitive command sequences:
- chunky border add — create border from current selection
- chunky border remove — remove active border configuration
- chunky border wrap — toggle border wrapping mode
- chunky border list — display all stored borders
- chunky border load — load existing border as selection
- chunky border bypass — temporary border bypass
Initial area selection utilizes Chunky's standard command structure.
Implementation Examples
Square border with 1000-block radius in the Overworld:
chunky radius 1000
chunky border add
Circular border centered at spawn with 100-block radius in the Nether:
chunky world the_nether
chunky shape circle
chunky spawn
chunky radius 100
chunky border add
Updating existing border with expanded radius:
chunky border load
chunky radius 10000
chunky border add
Removing border configuration in the End:
chunky world the_end
chunky border remove
Additional Resources
Video content — Essential gameplay demonstrations showcase the mod's full potential.
Visual Demonstrations
Player attempting to cross boundary ![]
Dynmap integration ![]
BlueMap visualization ![]
squaremap integration ![]