Skip to content

Releases: BentoBoxWorld/Border

Release 3.1.1

26 Apr 01:05
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16.2.
✔️ Minecraft 1.16.5
✔️ Java 8

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

New Feature

  • Added protection for players teleported back should the spot be unsafe. In the over world, the player will arrive on a block of stone; in the Nether, nether rack; and in the End, end stone.

Bug Fix

  • Fixed issue where players were not being returned to within the border unless use-barrier-blocks was true in the config.

Release 3.1.0

18 Apr 20:42
Compare
Choose a tag to compare

Change Log

  • Added config option to teleport players back inside the border if they escape it somehow. This can be useful if there is a teleport event, e.g., new portal to the nether, that positions the player outside the border.

Release 3.0.1

19 Mar 22:38
Compare
Choose a tag to compare

Change Log

  • Fix a bug where a border would sometimes not show or not show if you teleported outside of the border.

Release 3.0.0

28 Feb 22:25
Compare
Choose a tag to compare

Note This release requires BentoBox 1.16.0 or later.

Change Log

  • Added support back in for WorldBorderAPI (WBAPI) and made it the default (commit: d3a8147) (commit: 1ad4d9a)
  • Change permission for border command to Op so it is not available by default (commit: d933ef3)
  • When using barrier blocks/particles - Add config option to show the maximum protection range border. (commit: c6c81e6)
  • Update German translation (#57) (commit: 5f704b2)
  • When using barrier blocks/particles - Stop over running border blocks past corners. (commit: 6101275)
  • Added Vietnamese (#56) (commit: 4d83721)

Release 2.1.0

31 Jan 23:06
Compare
Choose a tag to compare

Change Log

This version has a couple of new config settings and makes the border much more impenetrable. If players breech it, they will be teleported back.

  • Implements feature to disable Border per GameMode (#47) (commit: fb73ec6)
  • Adds option to just show particles for the border (commit: 5612d7e)
  • Teleport player home if they breach the barrier. (commit: adb21fc)
  • Makes barrier more blocking. Makes border on by default. (commit: d0f2421)
  • Fixes barrier blocks not removing on protection range change (#50) (commit: f2a4713)
  • Prevents exiting border at speed. (commit: f0a1a7b)

Version 2.0.2

31 Dec 07:32
Compare
Choose a tag to compare

Change Log

  • Remove barrier when border command turns it off (commit: 4c0aa28)
  • Translate ru.yml via GitLocalize (#43) (commit: 34d6155)
  • Translate pt.yml via GitLocalize (#42) (commit: 2e1ae4f)
  • Uses BentoBox 1.15.4 metadata API instead of permissions. (commit: 932b9fb)

The main difference with this version is that it drops the use of permissions to track the border state and uses the new API from BentoBox 1.15.4 to store it, so you must use BentoBox 1.15.4 with this addon version.

Version 2.0.0

08 Aug 19:31
Compare
Choose a tag to compare

This release drops the use of WorldBorderAPI and shifts to a barrier block design. The blocks and particles only appear when the user gets near the border.

Command

  • /[gamemode] border, e.g. /is border will toggle between border on and off

The default mode is that the border is on. The command is actually just adding or removing the [gamemode].border.off permission. So, if the player does not have the command permission, you can toggle the border using this permission instead.

Permissions

permissions:
  [gamemode].border.toggle:
    description: Player can use border toggle command
    default: true
  [gamemode].border.off:
    description: Player will not see the border. If the player does not have this permission, they will see the border.
    default: false

Release 1.0.7

17 Apr 15:05
Compare
Choose a tag to compare

This is the 1.0.7 release of Border, an addon to BentoBox that gives you a world border around islands.

Compatibility

Use this version if you are running 1.15.2. If you are on Minecraft 1.16.1 you will need 1.0.9 or later and the latest version of WorldBorderAPI plugin.

Installation

  1. Download the WorldBorderAPI plugin and put it in your plugins folder. Download from https://github.com/yannicklamprecht/WorldBorderAPI/releases
  2. Download this jar and put it in your addons folder
  3. Restart the server

Configuration

There is no configuration at this time. If the addon is present, then all islands will have a world border.

New features

  • Italian added (Credit @xion87)

Bug Fixes

  • Border would not show after respawning

Release 1.0.6

29 Feb 01:29
Compare
Choose a tag to compare

This is the 1.0.6 release of Border, an addon to BentoBox that gives you a world border around islands.

Installation

  1. Download the WorldBorderAPI plugin and put it in your plugins folder. Download from https://github.com/yannicklamprecht/WorldBorderAPI/releases
  2. Download this jar and put it in your addons folder
  3. Restart the server

Configuration

There is no configuration at this time. If the addon is present, then all islands will have a world border.

New features

  • Latvian translation added (Credit @BONNe )
  • Add border updating on island protection range change.

Bug Fixes

  • Border would not show after teleporting
  • WorldBorderAPI check was done in the wrong place and not creating the correct error

Release 1.0.5

03 Feb 07:23
Compare
Choose a tag to compare

This is the 1.0.5 release of Border, an addon to BentoBox that gives you a world border around islands.

Installation

  1. Download the WorldBorderAPI plugin and put it in your plugins folder. Download from https://github.com/yannicklamprecht/WorldBorderAPI/releases
  2. Download this jar and put it in your addons folder
  3. Restart the server

Configuration

There is no configuration at this time. If the addon is present, then all islands will have a world border.

New features

  • Czech translation added
  • Addon will give warning if WorldBorderAPI is not installed.
  • World border command can be used to toggle the border visibility. Permission is [gamemode].border.toggle