forked from BLOCKFANTASY/LOOHP-Limbo
Added Events, Commands and Plugins
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.loohp.limbo.Events;
|
||||
|
||||
import com.loohp.limbo.Player.Player;
|
||||
|
||||
public class PlayerJoinEvent extends PlayerEvent {
|
||||
|
||||
public PlayerJoinEvent(Player player) {
|
||||
this.player = player;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Player getPlayer() {
|
||||
return player;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user