PerWorldCommands
PluginLicenseRef-All-Rights-Reserved

PerWorldCommands

Set commands to only run in certain worlds!

69
Downloads
1
Followers
1 years ago
Updated
📦
1
Versions

📖About PerWorldCommands

Per World Commands

Set commands to only run in certain worlds!

Config

# Will enable/disable the plugin
enable: true

# Default block message if the command does not have a custom block message.
globalblockmessage: "This command is disabled, Sorry!"

commands:
  help:
    allowed-worlds:
      - world
      - world_nether
    blockmessage: "This command is disabled"
  version:
    allowed-worlds:
      - world
    blockmessage: "This command is disabled"

TODO List

  • Command to reload configuration.
  • Command to edit configuration in-game.
  • Command to enable/disable the plugin.
  • Permissions