WorldDisabler
PluginApache-2.0

WorldDisabler

WorldDisabler is a plugin that disables the Nether and the End.

32
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About WorldDisabler

WorldDisabler Plugin disable End/Nether.

Features

  • Block Nether Portals
  • Block End Portals
  • Custom Message
  • Commands

Commands

 /worlddisabler reload (reload configs)
 /worlddisabler check (check all)

Permission

  • worlddisabler.admin - allows using /worlddisabler reload/check
  • default - OP

Files

Config.yml
# World Disabler Configuration

nether:
  enabled: false
  deny-message: "&cThe Nether is currently disabled on this server!"

end:
  enabled: false
  deny-message: "&cThe End is currently disabled on this server!"

messages:
  no-permission: "&cYou do not have permission to use this command!"
  config-reloaded: "&aConfiguration successfully reloaded!"
  syntax-error: "&cInvalid syntax! Use /disabler [reload|check]"