Advertisement
Grieftime

Untitled

Sep 9th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package Main;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class main extends JavaPlugin{
  6.  
  7. public void onEnable(){
  8.  
  9. getServer().getPluginManager().registerEvents(new ChatListerner(), this);
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement