Skip to content
Success

Changes

Summary

  1. Implements feature to disable Border per GameMode (#47) (commit: fb73ec6) (details)
  2. Adds option to just show particles for the border (commit: 5612d7e) (details)
  3. Version 2.1.0 (commit: 7d733d5) (details)
  4. Use constant for meta data tag (commit: f01d60c) (details)
  5. Teleport player home if they breach the barrier. (commit: adb21fc) (details)
  6. Makes barrier more blocking. Makes border on by default. (commit: d0f2421) (details)
  7. Make it apply to all players and modes. (commit: 1903f9e) (details)
  8. Fixes barrier blocks not removing on protection range change (#50) (commit: f2a4713) (details)
  9. Keeps view same direction (commit: 52f7efb) (details)
  10. Correctly use default state (commit: ae0dd59) (details)
  11. Prevents exiting border at speed. (commit: f0a1a7b) (details)
Commit fb73ec6aadae1d811c2b7305abda86628b3d90e0 by github
Implements feature to disable Border per GameMode (#47)

* Implements feature to disable Border per GameMode

Implements #39 as previously users were not able to disable it per gamemode. I have seen this was the way it was done in other addons, so I just implemented it here as well

* Remove reference to Challenges

Co-authored-by: tastybento <tastybento@users.noreply.github.com>
(commit: fb73ec6)
The file was addedsrc/main/java/world/bentobox/border/Settings.java
The file was addedsrc/main/resources/config.yml
The file was modified src/main/java/world/bentobox/border/Border.java (diff)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
Commit 5612d7ec603d069ea36ae1985ec84f0a4b970526 by tastybento
Adds option to just show particles for the border
(commit: 5612d7e)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/world/bentobox/border/Settings.java (diff)
The file was modified pom.xml (diff)
Commit f01d60c4b4fc54d3ac431797b4d57dfbbbd22d5a by tastybento
Use constant for meta data tag
(commit: f01d60c)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
The file was modified src/main/java/world/bentobox/border/commands/IslandBorderCommand.java (diff)
Commit adb21fcc1879dcf8660ffe397a0312f4f8ee0163 by tastybento
Teleport player home if they breach the barrier.
(commit: adb21fc)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
Commit d0f2421f6be6989ed749527d5bfa12c052fd74e4 by tastybento
Makes barrier more blocking. Makes border on by default.

Teleports players back a bit if they go over the barrier.

https://github.com/BentoBoxWorld/Border/issues/51

https://github.com/BentoBoxWorld/Border/issues/52
(commit: d0f2421)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/world/bentobox/border/Border.java (diff)
The file was modified src/main/java/world/bentobox/border/Settings.java (diff)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
Commit 1903f9e197c1b65368662417b1f57ed1492d044a by tastybento
Make it apply to all players and modes.
(commit: 1903f9e)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
Commit f2a4713cdcd38b0a613a4b61cf44b7f1020f01db by github
Fixes barrier blocks not removing on protection range change (#50)

(commit: f2a4713)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
The file was modified src/main/java/world/bentobox/border/commands/IslandBorderCommand.java (diff)
Commit f0a1a7b90302c98b240b3c1f9c4b2171ef27e70e by tastybento
Prevents exiting border at speed.

https://github.com/BentoBoxWorld/Border/issues/51
(commit: f0a1a7b)
The file was modified src/main/java/world/bentobox/border/Border.java (diff)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerBorder.java (diff)
The file was modified src/main/java/world/bentobox/border/listeners/PlayerListener.java (diff)