Hooks
Hooks provided by the Loyalism module for managing party tier system.
Overview
The Loyalism module adds a loyalty tier system for players, the /partytier command access, permission control through flags, automatic tier progression, and customizable rewards per tier.. It provides comprehensive hook integration for customizing managing party tier system and extending functionality.
PartyTierApplying
đ Purpose
Called when a party tier is being applied to a player.
â° When Called
During party tier update, before the tier is set on the character.
âī¸ Parameters
| Parameter | Type | Description |
|---|---|---|
ply |
Player | The player receiving the tier |
tier |
number | The tier value being applied |
âŠī¸ Returns
nil
đ Realm
Server
Overview
The Loyalism module adds a loyalty tier system for players, the /partytier command access, permission control through flags, automatic tier progression, and customizable rewards per tier.. It provides comprehensive hook integration for customizing managing party tier system and extending functionality.
PartyTierNoCharacter
đ Purpose
Called when a player has no character during party tier update.
â° When Called
When attempting to update party tiers but the player has no character.
âī¸ Parameters
| Parameter | Type | Description |
|---|---|---|
ply |
Player | The player without a character |
âŠī¸ Returns
nil
đ Realm
Server
Overview
The Loyalism module adds a loyalty tier system for players, the /partytier command access, permission control through flags, automatic tier progression, and customizable rewards per tier.. It provides comprehensive hook integration for customizing managing party tier system and extending functionality.
PartyTierUpdated
đ Purpose
Called after a party tier has been updated on a player's character.
â° When Called
After the tier value is set on the character.
âī¸ Parameters
| Parameter | Type | Description |
|---|---|---|
ply |
Player | The player whose tier was updated |
tier |
number | The tier value that was set |
âŠī¸ Returns
nil
đ Realm
Server
Overview
The Loyalism module adds a loyalty tier system for players, the /partytier command access, permission control through flags, automatic tier progression, and customizable rewards per tier.. It provides comprehensive hook integration for customizing managing party tier system and extending functionality.
PostUpdatePartyTiers
đ Purpose
Called after all party tiers have been updated.
â° When Called
After all players have been processed in the update cycle.
âī¸ Parameters
None
âŠī¸ Returns
nil
đ Realm
Server
Overview
The Loyalism module adds a loyalty tier system for players, the /partytier command access, permission control through flags, automatic tier progression, and customizable rewards per tier.. It provides comprehensive hook integration for customizing managing party tier system and extending functionality.
PreUpdatePartyTiers
đ Purpose
Called before party tiers are updated.
â° When Called
At the start of the party tier update cycle.
âī¸ Parameters
None
âŠī¸ Returns
nil
đ Realm
Server