Skip to content

Releases: BentoBoxWorld/Border

Release 4.8.2

04 Apr 03:18
90a7324

Choose a tag to compare

New in this release

  • Bug fixes - remove debug

Compatibility

✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.3+
✔️ Java 21

Installation

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. If you want players to have permission to access the color command, give them [gamemode].color.* permission, or replace * with red/green/blue.
  6. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.8.1...4.8.2

Release 4.8.1

08 Mar 02:18
6ac3f01

Choose a tag to compare

New in this release

  • Bug fixes

Compatibility

✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.3+
✔️ Java 21

Installation

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. If you want players to have permission to access the color command, give them [gamemode].color.* permission, or replace * with red/green/blue.
  6. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. 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

20 Feb 23:46
8315f0f

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. If you want players to have permission to access the color command, give them [gamemode].color.* permission, or replace * with red/green/blue.
  6. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. 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

16 Feb 17:05
267d785

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. 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

16 Dec 21:31
8c72490

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

New Contributors

Full Changelog: 4.5.1...4.6.0

Release 4.5.1

25 May 15:40
7a5f93d

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.5.0...4.5.1

Release 4.5.0

14 Apr 22:59

Choose a tag to compare

Compatibility

✔️ BentoBox API 2.7.1 or later
✔️ Minecraft 1.21.3+
✔️ Java 17

Installation

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.42...4.5.0

Release 4.4.2

01 Jan 18:56

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.4.1...4.42

Release 4.4.1

01 Jan 17:34
f56e1fc

Choose a tag to compare

Minor bug fixes.

Compatibility

✔️ BentoBox API 2.7.1 or later
✔️ Minecraft 1.21.3+
✔️ Java 17

Installation

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.4.0...4.4.1

Release 4.4.0

17 Nov 02:59
fa33dd6

Choose a tag to compare

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

  1. Download this jar and put it in your addons folder
  2. Restart the server
  3. Look at config.yml and edit it if required. If you do, restart the server.
  4. 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.
  5. You should be good to go!

Upgrading

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. You should be good to go!

What's Changed

Full Changelog: 4.3.0...4.4.0