Open-Source Spigot plugin which is able to block certain plugin commands in specific worlds.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- Source Code:
- https://github.com/dlsf/PluginWorldLimiter
Usage
You can configure this plugin through a config.yml. Players with the permission pwl.bypass will be ignored.
ContactCode (YAML):# 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 :)
You can contact me on my support Discord: https://discord.gg/E763gRg.

PluginWorldLimiter 1.0
Block certain plugin commands in specific worlds