just a simple plugin that gives two events (for now) for you to use
source: https://git.sr.ht/~furry/snakeapi
ping me or send an email if you have issues i guess
events:
public static event Action<SnakeNetworkMessage, ReferenceHub>? SnakeMessage; // network msg and hub
public static event Action<Player, int>? SnakeLost; // player, score