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