Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public FactionsPlugin getFactions() {
  2. Plugin p = Bukkit.getServer().getPluginManager().getPlugin("Factions");
  3. if (p instanceof FactionsPlugin) return (FactionsPlugin) p;
  4. else return null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement