ImprovedFactionsAPI

Entry point for accessing basic Improved Factions functionality from other plugins.

Functions

Link copied to clipboard
fun createFaction(ownerId: UUID, factionName: String): Faction

Create a new faction.

Link copied to clipboard

Get a faction by its id.

Get a faction by its name.

Link copied to clipboard
fun getFactions(): SizedIterable<Faction>

Get all factions registered on the server.