Vinetos

Créer un plugin BungeeCord | #05 - Status de serveurs - P1

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