Skip to content

Releases: Baktus79/BanFromClaim

v1.7.4 - Fixed NullPointerException

16 Aug 17:27
094bf29
Compare
Choose a tag to compare
  • Fixed NullPointerException (#47)

1.7.3

10 Aug 17:49
63306c6
Compare
Choose a tag to compare
  • Fixed NullPointerException (#46)

v1.7.2 - Riding players

11 Jul 08:21
2dd1a09
Compare
Choose a tag to compare

Bug fix

Fixed missing permission checks for riding players. Thanks to @AnttiMK for the pull (#45).

v1.7.1 - Bug fix

06 Jul 18:33
0e2d41c
Compare
Choose a tag to compare

Changes

  • Fixed NullPointerException
  • Added support for Bukkit 1.13+
  • Updated shadow for Gradle
  • Bumped plugin version to 1.7.1
  • Changed Java version to 21
  • More cleanup

v1.7.0 - Minecraft 1.21 support ++

29 Jun 07:45
135889f
Compare
Choose a tag to compare

Few updates

Did a rewrite on the handling of hooks for easier support for other region plugins and added support for Residence.

  • Added bStats (Metrics).
  • Code cleanup.
  • Rewrote the hook handler for expansion.
  • Added support for Residence.
  • Changed effect to be compatible with Minecraft 1.21. This might have broken compatibility with older versions.
  • Bumped to version 1.7.0.

v1.6.6 - Riding players

17 Feb 16:56
720e7a7
Compare
Choose a tag to compare

What's Changed

  • Fixed so that players riding other players cannot move inside a claim they are banned from.
  • Code cleanup.

v1.6.5 ConcurrentModificationException Fix

31 Oct 18:27
74e371b
Compare
Choose a tag to compare

Fix a ConcurrentModificationException bug when combat mode is activated.

v1.6.4 Bug fixes

22 Oct 22:03
a3635b3
Compare
Choose a tag to compare

Fixed bugs

  • If a new player was banned from a claim and the player had not previously been on the server, the player would not be recognized. This has now been fixed.

v1.6.3 Bug fixes

02 Sep 20:08
e121e6c
Compare
Choose a tag to compare

Fixed bugs

  • Better combat handling
  • Fixed IllegalArgumentException
  • Better implements for hooks
  • Fixed stuck-in-claim issue

Added support

  • Added support for RegionDefence

v1.6.2 Another nasty bug fix

12 Mar 10:07
2b08bc1
Compare
Choose a tag to compare
  • Another ClassNotFoundException bug fixed for GriefPrevention users.