Skip to content

EagleFactionsAPI-v0.15.0

Compare
Choose a tag to compare
@Aquerr Aquerr released this 18 May 19:49
· 55 commits to master since this release

Added:

  • Added diedInWarZone method in FactionPlayer.
  • Added backup related methods in StorageManager.
  • Added FactionType parameter to whitelist methods in ProtectionManager.
  • Added WhiteList class.
  • Added canNotifyBlock in ProtectionManager.
  • Added getClaimAt method in Faction interface.
  • Added addClaimOwner, removeClaimOwner and setAccessibleByFaction methods in FactionLogic.
  • Added Claim parameter to methods in PermsManager.
  • Added methods for getting Faction.Builder and FactionPlayer instances in EagleFactions interface.

Modified:

  • Replaced canAttackEntity method with canHitEntity in ProtectionManager.
  • Made Unclaim event interface extend FactionClaimEvent
  • Made all ProtectionManager methods return ProtectionResult object that contains more information about the result.
  • Replaced shouldDisplayRank with getVisibleRanks method in ChatConfig interface.

Removed:

  • Cleaned up StorageManager by removing some of its methods.