Chunky Add-on for Creating and Managing World Borders in Minecraft
Chunky Border is an additional module for the popular Chunky plugin that opens up new possibilities for configuring world borders on your Minecraft server.
Core Features
The plugin provides complete control over creating and managing world borders with a set of useful functions:
- Selection of various areas and shapes for your world borders
- Support for all geometric shapes generated by Chunky
- Prevention of players crossing the established world boundaries
- Redirection of teleportation when attempting to move outside borders
- Optional client-side world border renderer for visual display
- Server-side visualization using particles
- Border wrapping function for movement to the opposite side
- Customizable message when reaching the border
- Custom effects and sounds when crossing the border
- Map markers for popular cartography plugins
Permission System
The plugin includes an access system with different permission levels:
chunky.command.border — access to border management commands
chunkyborder.bypass.move — ability to bypass border movement checks
chunkyborder.bypass.place — bypass of block placement checks near borders
Management Commands
Main commands for working with world borders:
- Loading and applying Chunky configurations to create borders
chunky border add— creating a border from the current selectionchunky border remove— removing a border in the selected worldchunky border wrap— toggling border wrapping modechunky border list— displaying all saved borderschunky border load— loading an existing border as a selectionchunky border bypass— temporary bypass of border restrictions
Usage Examples
Square border with 1000 block radius in the overworld:
chunky radius 1000
chunky border add
Circular border centered at spawn with 1000 block radius in the Nether:
chunky world the_nether
chunky shape circle
chunky spawn
chunky radius 1000
chunky border add
Resizing an existing border to 10000 blocks:
chunky border load
chunky radius 10000
chunky border add
Removing border in the End:
chunky world the_end
chunky border remove
Additional Information
Player attempting to cross established border
The Crystal Clear API plugin works as an "adapter" that connects WorldEdit and Chunky, processing shape information through resource bundles.