Skip to content

Releases: Baktus79/BanFromClaim

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.

v1.6.1 Fixed ClassNotFoundException

08 Mar 21:11
bb96cf2
Compare
Choose a tag to compare

Bug fix

  • A fix for the /kfc command for GriefPrevention that provided ClassNotFoundException in the console.

v1.6.0 Major improvements

23 Feb 02:05
6e79cf9
Compare
Choose a tag to compare

In version 1.6.0, major improvements have been made.

  • Gamemode spectate will no longer be banned from claims. Everyone in the spectate mode will bypass any bans.
  • Major improvements have been made for eviction of players. Now they will no longer be stuck in claims or end up in the exact same place every time. A big thanks to @MithrandirCraft who gave away his algorithm for me to use.
  • Following a popular request, I have given in to create /kickfromclaim [player] command function.

The Kick command is optional and can be turned off in the configuration file if you prefer an another KickFromClaim plugin.

New entry in the configuration file

kickmode: true

v1.5.11 - Bug fixes regarding GP part

09 Sep 17:55
Compare
Choose a tag to compare

The bugs regarding the GriefPrevention part is now fixed and testet properly.

v1.5.9 - Ban all players

09 Sep 16:22
Compare
Choose a tag to compare

Added new feature

  • Added the ability to exclude all players from your claim with a command. Use /bfcall in your claim and no one else will be able to enter your area. If you have given trust to a player, they will not be banned.
  • To use the command, the player must have the bfc.banall permission.

Bug fix

  • Fixed a NullPointerException for GriefPrevention users.

v1.5.7 - ConcurrentModificationException bug

06 Sep 07:12
Compare
Choose a tag to compare

BUG FIX

  • Fixed a ConcurrentModificationException bug triggered when in combatmode. Thanks to CrispyDairy for reporting!