Package-level declarations

Types

Link copied to clipboard
class FactionCreateEvent(val ownerId: UUID, val factionName: String) : Event, Cancellable

Fired when a new faction is created.

Link copied to clipboard
class FactionDeleteEvent(val faction: FactionSnapshot) : Event, Cancellable

Fired when a faction gets deleted.

Link copied to clipboard
class FactionJoinEvent(val faction: FactionSnapshot, val user: UserSnapshot) : Event, Cancellable

Fired when a player joins a faction.

Link copied to clipboard
class FactionLeaveEvent(val faction: FactionSnapshot, val user: UserSnapshot) : Event, Cancellable

Fired when a player leaves a faction.