Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for das_

Block certain plugin commands in specific worlds

Report PluginWorldLimiter?

Open-Source Spigot plugin which is able to block certain plugin commands in specific worlds.

Usage

You can configure this plugin through a config.yml. Players with the permission pwl.bypass will be ignored.

# The message which should be send when a command gets blocked
plugin-disabled-message: '&cSorry, but you can''t use this command here!'
# The name of the world for this configuration section
# You can add other ones in the same way
world:
#   The plugins whose commands should not be executable in this world.
  blocked-plugins:
    - WeirdPlugin1
    - WeirdPlugin2
#   All commands starting with these will be executed
#   even if they are blocked in the section above
  allowed-commands:
    - allowedcommand1
    - allowedcommand2 test :)

Contact

You can contact me on my support Discord server.

Information

CategoryAdmin Tools
Published onApril 22, 2023
LicenseUnspecified
Downloads24
Stars1
Watchers1

Pinned Versions

Members

Avatar for das_

das_

Owner