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