Skip to content

Instantly share code, notes, and snippets.

@Zren
Created September 15, 2011 00:24
Show Gist options
  • Save Zren/1218204 to your computer and use it in GitHub Desktop.
Save Zren/1218204 to your computer and use it in GitHub Desktop.
Plugin test = Bukkit.getServer().getPluginManager().getPlugin("Towny");
if (test == null) {
throw a shitstorm
} else {
Towny towny = (Towny)test;
TownyUniverse universe = towny.getTownyUnverse();
setTowny(universe);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment