Skip to content

EagleFactionsAPI-v1.0.1

Compare
Choose a tag to compare
@Aquerr Aquerr released this 16 Apr 09:47

Changes:

  • Reworked Faction Invites
  • Added FactionMember interface
  • Added FactionPermission enum (used in conjunction with Ranks)
  • Added Rank interface and methods to get rank from faction/player
  • Added RelationType enum
  • OperationCost for faction creation and claiming
  • Faction#getLeader now returns an Optional as leader does not need to be set in faction.
  • Faction#getHome now returns an Optional as home does not need to be set.
  • Some new exceptions and other additions (should be self-explanatory in javadocs)

Events:

  • Added FactionLeaderChangeEvent
  • Deleted FactionDemoteEvent and FactionPromoteEvent