Advertisement
Guest User

event

a guest
Sep 11th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package me.thesilentpvp;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public final class Eventhandle extends JavaPlugin {
  6.  
  7. public void OnEnable() {
  8. new PlayerListener(this);
  9. }
  10.  
  11. public void OnDisable() {
  12.  
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement