Vinetos

Créer un plugin BungeeCord | #03 - Événements (Events)- Main

Oct 4th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import net.md_5.bungee.api.ProxyServer;
  2. import net.md_5.bungee.api.plugin.Plugin;
  3.  
  4. /**
  5. * @author VINETOS on 04/10/2015.
  6. */
  7. public class Main extends Plugin {
  8.  
  9. @Override
  10. public void onEnable() {
  11. ProxyServer.getInstance().getPluginManager().registerListener(this, new PlayerJoin());
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment