Events
XDungeon custom events.
DungeonFinishEvent
Methods:
- getDungeon Returns the dungeon that was completed.
- getParty Returns the party that completed the dungeon.
- getPlayers Returns a Map<String, Player> of names and players of every player involved.
Suggested usage:
- Extra rewards for completing a dungeon (money, titles, permissions etc.)
- Quest completion.
RoomFinishEvent
Methods:
- getDungeon Returns the dungeon that the room was completed in.
- getRoom Returns the room that was completed.
- getParty Returns the party that completed the dungeon.
- getPlayers Returns a Map<String, Player> of names and players of every player involved.
Suggested usage:
- Extra rewards for completing a specific room (money, titles, permissions etc.)
- Quest completion, possibly for defeating a boss room.
Comments