playerlogin

Discussion in 'Plugin Development' started by 1337, Jan 19, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    1337

    how do you use PLAYER_LOGIN?
    is it like this?
    Code:
     public void onPlayerlogin(PlayerEvent event) {
            // do stuff?
            }
     
  2. Offline

    apexearth

    Yes!
    Code:
    	public void onPlayerLogin(PlayerLoginEvent event) {
    		event.getPlayer().sendMessage("yo momma so fat!");
    	}
    
     
  3. Offline

    1337

    thanks that worked :)
     
Thread Status:
Not open for further replies.

Share This Page