Vinetos

BungeeCord | #7 - Messaging Chanel (Bungee-Bukkit) #2 - Main.java

Jan 17th, 2016
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. import net.md_5.bungee.api.plugin.Plugin;
  2.  
  3. /**
  4.  * Created by Vinetos on 17/01/2016.
  5.  */
  6. public class Main extends Plugin {
  7.  
  8.     @Override
  9.     public void onEnable() {
  10.         getProxy().getPluginManager().registerListener(this, new PluginListener());
  11.         getProxy().registerChannel("VChannel");
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment