Vinetos

Créer un plugin BungeeCord |#02- Commandes & Permissions - M

Sep 29th, 2015
453
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 28/09/2015.
  5. */
  6. public class Main extends Plugin{
  7.  
  8. @Override
  9. public void onEnable() {
  10. getProxy().getPluginManager().registerCommand(this, new Commande());
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment