Apparently there's no reliable built-in event for Spigot.
However, you can try listening to the FinishConfiguration packets, either the server-bound packet or the acknowledge client-bound.
Referencing this line:
|
// The player join event is slightly too early. I unfortunately don't know an event that fires late enough for Xaeros to recognize the packet |
Apparently there's no reliable built-in event for Spigot.
However, you can try listening to the FinishConfiguration packets, either the server-bound packet or the acknowledge client-bound.
Referencing this line:
minimap-control/spigot/src/main/java/com/funniray/minimap/spigot/SpigotMain.java
Line 59 in d36a0c5