Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import net.md_5.bungee.api.ProxyServer;
- import net.md_5.bungee.api.plugin.Plugin;
- /**
- * @author VINETOS on 04/10/2015.
- */
- public class Main extends Plugin {
- @Override
- public void onEnable() {
- ProxyServer.getInstance().getPluginManager().registerListener(this, new PlayerJoin());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment