Hi. 
	I'm trying to use this event, but it doens't work, i've tried solutions of different posts in this forum, but nothing. 
	I don't know why but the function "onPlayerLogin" doesn't start...
 
	This is the function: 
 
	 
 
	EventHandler class:
 
@EventBusSubscriber
public class PandalEventHandler
@SubscribeEvent
    public static void onPlayerLogin(PlayerEvent.PlayerLoggedInEvent event)
	 
 
	Main
 
MinecraftForge.EVENT_BUS.register(PandalEventHandler.class);
	 
 
	PS: I'm testing it joining in my server, i need it client-side.. i think this event is client side, or not?
 
	 
 
	Can someone help me?