Neonowsky

[JAVA] Get Plug-in

Aug 28th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if (this.getServer().getPluginManager().getPlugin("NAME OF PLUG-IN") != null) {
  2. // CODE
  3. }
  4.  
  5. if (this.getServer().getPluginManager().getPlugin("NAME OF PLUG-IN") != null) {
  6. this.getServer().shutdown(); //STOP SERVER
  7. }
Advertisement
Add Comment
Please, Sign In to add comment