Releases: BentoBoxWorld/Border
Release 4.8.2
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 #169
Full Changelog: 4.8.1...4.8.2
Release 4.8.1
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 #165
Full Changelog: 4.8.0...4.8.1
Release 4.8.0
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 #161
- Added placeholder for color:
%Border_color%will return red/green/blue. - Release 4.8.0 by @tastybento in #162
Full Changelog: 4.7.0...4.8.0
Release 4.7.0
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 #152
- Fix MockedStatic resource leak in PlayerListenerTest by @Copilot in #154
- Fix MockedStatic resource leak in ShowBarrierTest by @Copilot in #153
- Fix border teleportation bypass when player is outside all island spaces by @Copilot in #157
- World border color by @tastybento in #158
- Release 4.7.0 by @tastybento in #159
New Contributors
- @Copilot made their first contribution in #152
Full Changelog: 4.6.0...4.7.0
Release 4.6.0
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 #149
- Fix Nether WorldBorder by @Techirion in #150
- Release 4.6.0 by @tastybento in #151
New Contributors
- @Techirion made their first contribution in #150
Full Changelog: 4.5.1...4.6.0
Release 4.5.1
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 #147
- Version 4.5.1 by @tastybento in #148
Full Changelog: 4.5.0...4.5.1
Release 4.5.0
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 #143
- Version 4.5.0 by @tastybento in #145
Full Changelog: 4.42...4.5.0
Release 4.4.2
Saves border state as soon as it is set or unset.
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
- Version 4.4.2 by @tastybento in #140
- Update to 4.4.2 by @tastybento in #141
Full Changelog: 4.4.1...4.42
Release 4.4.1
Minor bug fixes.
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
- Release 4.4.1 by @tastybento in #137
Full Changelog: 4.4.0...4.4.1
Release 4.4.0
This release prevents errors if the addon is run on a 1.20.6 server.
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
- Version 4.4.0 by @tastybento in #135
Full Changelog: 4.3.0...4.4.0