test
This commit is contained in:
parent
528c77c576
commit
2c0fcd94a1
|
@ -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