Skip to content

Releases: Baktus79/BanFromClaim

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!

v1.5.6 - GD 2.0.0 support

29 Jul 08:49
Compare
Choose a tag to compare
  • This release is aimed at GriefDefender 2.0.0. As of this release, BanFromClaim will not work with GriefDefender below version 2.0.0.

v1.5.5 - Bug fixes

27 Apr 02:57
Compare
Choose a tag to compare

Bugs

  • Fixed bugs relating to GriefPrevention. Version 1.5.4 will not work with GriefPrevention!

v1.5.4 - New features

26 Apr 10:36
Compare
Choose a tag to compare

Improvements

  • #5 This suggestion have been addressed. Added checks for void and the possibility to add a safespot.
  • New methods for teleportation from claim and the way to deny entrance to claim when banned.

Features

  • When a player tries to enter a claim when banned, a particle effect will be visable.
  • Added new command /bfcsafespot for a second teleportation spot if a player teleports to void after being banned from claim.

1.5.3 Fixed critical error

15 Apr 17:58
Compare
Choose a tag to compare

Fixed bugs

  • #4 Could not pass event PlayerMoveEvent to BanFromClaim

1.5.2 Features and performance

15 Apr 14:30
Compare
Choose a tag to compare

Features

  • Combat Mode has been added so that the players can not use their claims for sanctuary. If you hit a player who is banned from your claim, he/she will be able to enter the area. Combat Mode are optional in the config file.
  • You can now ban offline players.

Bug fixes

  • Some performance issues has been solved, thanks to HexedHero for pointing out some obvious issues.
  • Players who were banned from a GriefDefender claim ended up one block down in the ground. This is now fixed.
  • message.yml file has changed due to offline players.

New config file

combatmode:
  enabled: false
  time: 15
  timer-enabled: true

message.yml changes

unvalid-playername: '&c%target% is not a valid player name.'