Описание
Chunky Border
An add-on for [Chunky](https://modrinth.com/mod/chunky) which lets you create and manage world borders
Features
- Select a region for your world borders
- Supports all [world shapes](https://github.com/pop4959/Chunky/wiki/Shapes) generated by Chunky
- Prevents players from moving too far past your world border
- Redirects teleports that go outside of the world border
- Optional client-side world border renderer
- Optional server-side particle visualizer
- Optional border wrapping for teleporting across the border
- Customizable world border message
- Customizable world border effect and sound
- Customizable map markers for [Dynmap](https://modrinth.com/plugin/dynmap), [BlueMap](https://modrinth.com/mod/bluemap), [Pl3xMap](https://modrinth.com/plugin/pl3xmap), and [squaremap](https://modrinth.com/plugin/squaremap)
Permissions
**chunky.command.border** *Grants access to border commands*
**chunkyborder.bypass.move** *Bypass border movement checks*
**chunkyborder.bypass.place** *Bypass border block placement checks*
Commands
**chunky** ... *Use [Chunky's commands](https://github.com/pop4959/Chunky/wiki/Commands) to create your world border selection*
**chunky border add** *Creates a world border from your current selection*
**chunky border remove** *Removes the world border in the currently selected world*
**chunky border wrap** *Toggles border wrapping in the currently selected world*
**chunky border list** *Displays all saved borders*
**chunky border load** *Load the world border in the currently selected world as your selection*
**chunky border bypass** *Temporarily bypass the world border*
Examples
**Create a square world border with a 1000 block radius in the overworld**
```
chunky radius 1000
chunky border add
```
**Create a circular world border centered at spawn with a 1000 block radius in the nether**
```
chunky world the_nether
chunky shape circle
chunky spawn
chunky radius 1000
chunky border add
```
**Load an existing world border and re-add it with a 10000 block radius**
```
chunky border load
chunky radius 10000
chunky border add
```
**Remove the world border in the end**
```
chunky world the_end
chunky border remove
```
Links
[**Wiki**](https://github.com/pop4959/ChunkyBorder/wiki/Configuration) Find up-to-date information about plugin features
[**Discord**](https://discord.gg/PHpuzZS) Visit the #chunky channel and ask questions
[**Donate**](https://www.paypal.me/pop4959) Support the project if you've found it useful
[**bStats**](https://bstats.org/plugin/bukkit/ChunkyBorder/8953) Check out some cool stats about the plugin
[**CodeMC**](https://ci.codemc.io/view/Author/job/pop4959/job/ChunkyBorder/) Download the latest builds from this mirror
Screenshots
Player trying to pass border

Dynmap

BlueMap

squaremap
