Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import net.md_5.bungee.api.plugin.Plugin;
- /**
- * Created by Vinetos on 17/01/2016.
- */
- public class Main extends Plugin {
- @Override
- public void onEnable() {
- getProxy().getPluginManager().registerListener(this, new PluginListener());
- getProxy().registerChannel("VChannel");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment