test
This commit is contained in:
parent
5e9dc73d69
commit
47d74d3ac7
|
@ -1,4 +1,13 @@
|
|||
package com.io.yaohun.aurechargedata.util;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.player.PlayerJoinEvent;
|
||||
|
||||
public class dsadas {
|
||||
|
||||
@EventHandler
|
||||
public void onjoin(PlayerJoinEvent e){
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user