
Island Border
Visible island boundaries that players can see and respect. Prevents wandering and protects neighboring islands.
- Загрузки
- 2K
- Подписчики
- 11
- Обновлён
- 16 апреля 2026 г.
- Лицензия
- EPL-2.0
Опубликован 5 февраля 2024 г.
🔲 Island Border — See Your Boundaries
Adds a visible world border around each player's island. Players can see exactly where their island ends, preventing accidental wandering and protecting neighboring islands.
Features
- Visual border — players see the boundary as they approach the edge
- Configurable appearance — wall style, particles, or vanilla world border effect
- Per-island sizing — borders match each island's actual protection range
- Performance friendly — minimal server impact
- Works with all BentoBox game modes
📦 Requires BentoBox + a game mode addon.
Ченджлог
4.8.3Релиз26.1, 26.1.1, 26.1.2 · 16 апреля 2026 г.
New in this release
- 🔡 All locale files converted from legacy
&-colour codes to MiniMessage format - 🔡 Missing
set-colorkeys added to every non-English locale - 🔡 Fixed
[typ]→[type]placeholder inpl.ymlso the Polishbordertypemessage substitutes correctly - 🔡 Fixed MiniMessage tag positioning in
uk.ymlso the whole Ukrainianset-typephrase is coloured - 🔡 Removed duplicate
zh_CN.ymlin favour of the canonicalzh-CN.yml - 🔺 Bumped minimum BentoBox API to 3.12.0
- Build: enabled PaperMC snapshot repository
Compatibility
✔️ BentoBox API 3.12.0 ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the
[gamemode].border.togglepermission where[gamemode]is bskyblock, aoneblock, etc. - If you want players to have permission to access the color command, give them
[gamemode].color.*permission, or replace*with red/green/blue. - You should be good to go!
Upgrading
- Take backups of your server, for safety
- Update BentoBox to 3.12.0 or later
- Download this jar and put it in your addons folder - delete the old one
- If you maintain custom locale overrides under
plugins/BentoBox/addons/Border/locales/, migrate them from&-codes to MiniMessage tags - Restart the server
- You should be good to go!
Legend
- 🔡 Locale files updated — review any custom locale overrides
- 🔺 Breaking/required change — minimum dependency bumped
What's Changed
- 🔡 Update Russian locale to MiniMessage format by @Copilot in https://github.com/BentoBoxWorld/Border/pull/171
- 🔡 🔺 Convert all locale files to MiniMessage format and bump BentoBox requirement to 3.12.0 by @Copilot in https://github.com/BentoBoxWorld/Border/pull/173
- Release 4.8.3 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/172
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.8.2...4.8.3
4.8.2Релиз1.21.11, 26.1, 26.1.1 · 4 апреля 2026 г.
New in this release
- Bug fixes - remove debug
Compatibility
✔️ BentoBox API 3.10.0 ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the
[gamemode].border.togglepermission where[gamemode]is bskyblock, aoneblock, etc. - If you want players to have permission to access the color command, give them
[gamemode].color.*permission, or replace*with red/green/blue. - You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Release 4.8.2 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/169
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.8.1...4.8.2
4.8.1Релиз1.21.9, 1.21.10, 1.21.11 · 8 марта 2026 г.
New in this release
- Bug fixes
Compatibility
✔️ BentoBox API 3.10.0 ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the
[gamemode].border.togglepermission where[gamemode]is bskyblock, aoneblock, etc. - If you want players to have permission to access the color command, give them
[gamemode].color.*permission, or replace*with red/green/blue. - You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Fixed vanilla world border not resetting when a player teleports between islands. This was causing Bedrock/Geyser players to enter a restricted state (unable to break blocks) until they died or relogged. This has not been able to be tested yet directly, but I'm releasing it as it shouldn't do any harm.
- Fixed
%Border_color%placeholder throwing a null error in some configurations. - Fixed border incorrectly activating in vanilla (non-island) nether and end worlds by @tastybento in https://github.com/BentoBoxWorld/Border/pull/165
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.8.0...4.8.1
4.8.0Релиз1.21.9, 1.21.10, 1.21.11 · 20 февраля 2026 г.
New in this release
- Vanilla world border users can select the color of the border - red, green, or blue
- Bug fixes
Compatibility
✔️ BentoBox API 3.10.0 ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the '[gamemode].border.toggle' permission where
[gamemode]is bskyblock, aoneblock, etc. - If you want players to have permission to access the color command, give them
[gamemode].color.*permission, or replace * with red/green/blue. - You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Add per-player border color command by @tastybento in https://github.com/BentoBoxWorld/Border/pull/161
- Added placeholder for color:
%Border_color%will return red/green/blue. - Release 4.8.0 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/162
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.7.0...4.8.0
4.7.0Релиз1.21.9, 1.21.10, 1.21.11 · 16 февраля 2026 г.
New in this release
- Vanilla world border users can select the color of the border - red, green, or blue
- Bug fixes
Compatibility
✔️ BentoBox API 2.7.1 or later ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the '[gamemode].border.toggle' permission where [gamemode] is bskyblock, aoneblock, etc.
- You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Add test coverage for nether world border filtering by @Copilot in https://github.com/BentoBoxWorld/Border/pull/152
- Fix MockedStatic resource leak in PlayerListenerTest by @Copilot in https://github.com/BentoBoxWorld/Border/pull/154
- Fix MockedStatic resource leak in ShowBarrierTest by @Copilot in https://github.com/BentoBoxWorld/Border/pull/153
- Fix border teleportation bypass when player is outside all island spaces by @Copilot in https://github.com/BentoBoxWorld/Border/pull/157
- World border color by @tastybento in https://github.com/BentoBoxWorld/Border/pull/158
- Release 4.7.0 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/159
New Contributors
- @Copilot made their first contribution in https://github.com/BentoBoxWorld/Border/pull/152
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.6.0...4.7.0
4.6.0Релиз1.21.9, 1.21.10, 1.21.11 · 16 декабря 2025 г.
Bug fix to address issue where players couldn't do anything in the Nether.
Compatibility
✔️ BentoBox API 2.7.1 or later ✔️ Minecraft 1.21.3+ ✔️ Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the '[gamemode].border.toggle' permission where [gamemode] is bskyblock, aoneblock, etc.
- You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Defensive code to prevent nether border if it doesn't need one. by @tastybento in https://github.com/BentoBoxWorld/Border/pull/149
- Fix Nether WorldBorder by @Techirion in https://github.com/BentoBoxWorld/Border/pull/150
- Release 4.6.0 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/151
New Contributors
- @Techirion made their first contribution in https://github.com/BentoBoxWorld/Border/pull/150
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.5.1...4.6.0
4.5.1Релиз1.21.3, 1.21.4, 1.21.5 · 25 мая 2025 г.
Bug fix to keep players in boats or other vehicles if they exit the border and return-teleport: false. Previously, players were ejected. This enables borders to be just for visual identification, e.g., in the case of AcidIsland.
Compatibility
✔️ BentoBox API 2.7.1 or later ✔️ Minecraft 1.21.3+ ✔️ Java 17
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the '[gamemode].border.toggle' permission where [gamemode] is bskyblock, aoneblock, etc.
- You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Fix for #146 keep in boats by @tastybento in https://github.com/BentoBoxWorld/Border/pull/147
- Version 4.5.1 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/148
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.5.0...4.5.1
4.5.0Релиз1.21.3, 1.21.4, 1.21.5 · 14 апреля 2025 г.
Compatibility
✔️ BentoBox API 2.7.1 or later ✔️ Minecraft 1.21.3+ ✔️ Java 17
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the '[gamemode].border.toggle' permission where [gamemode] is bskyblock, aoneblock, etc.
- You should be good to go!
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- Fixes #142 when players can die from falling into barrier by @tastybento in https://github.com/BentoBoxWorld/Border/pull/143
- Version 4.5.0 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/145
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.42...4.5.0
Комментарии
Загружаем…