Skip to content

Instantly share code, notes, and snippets.

@cwage
Created February 4, 2018 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwage/094fb7883c4efab54207f2743cac76b7 to your computer and use it in GitHub Desktop.
Save cwage/094fb7883c4efab54207f2743cac76b7 to your computer and use it in GitHub Desktop.
boolean disableNether = config.getBoolean("disable_nether", false);
if (disableNether) {
plugin.getServer().getPluginManager()
.registerEvents(new NetherPortalListener(), plugin);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment