Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package at.comprox.main;
- import net.md_5.bungee.api.plugin.Plugin;
- public class Main extends Plugin {
- @Override
- public void onEnable() {
- new OnTabTab();
- }
- @Override
- public void onDisable() {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment