Guest User

Untitled

a guest
May 20th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package at.comprox.main;
  2.  
  3. import net.md_5.bungee.api.plugin.Plugin;
  4.  
  5. public class Main extends Plugin {
  6.  
  7. @Override
  8. public void onEnable() {
  9. new OnTabTab();
  10. }
  11.  
  12. @Override
  13. public void onDisable() {
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment