You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PlayerJoinEvent is a listening event that activates when a Player join's the server.
To register an event, instantiate the event class, and register it through BeaconEventManager like so:
In this code example, PlayerJoinedEvent implements BeaconEventListener and uses @BeaconEventHandler annotation to feed code into the Event. To say a message on Player join, consider the following example: