Player Hooks - gildedgames/gilded-games-util GitHub Wiki

Purpose

A Player Hook is an interface designed to implement additional features for player entities. Each Player Hook implementation has a separate instance for each active player in the server. This allows you to develop new interactions designed specifically for each player's specific state in the game.

How to use

Creating a PlayerHook implementation