- Compatible API Versions
- 1.0.0, 2.0.0
- Sourcecode
- https://github.com/Rakilem?tab=repositories
BlockCommands
-------------
This plugin allows you to block specific commands depending on the world where the player is located.
Features:
- Configure blocked commands per world in config.yml
- Custom messages per world in messages.yml
- Default message if no specific message is defined
- Supports unlimited worlds
Usage:
1. Edit config.yml to define which commands are blocked in each world.
2. Adjust messages.yml to customize the messages shown in each world.
3. Restart or reload the server to apply the changes.
-------------
This plugin allows you to block specific commands depending on the world where the player is located.
Features:
- Configure blocked commands per world in config.yml
- Custom messages per world in messages.yml
- Default message if no specific message is defined
- Supports unlimited worlds
Usage:
1. Edit config.yml to define which commands are blocked in each world.
2. Adjust messages.yml to customize the messages shown in each world.
3. Restart or reload the server to apply the changes.
YAML:
world:
- tp
- gamemode
nether:
- spawn
end:
- home
- kit
pvp_arena:
- fly
- heal
YAML:
world: "&cNo puedes usar ese comando en el mundo normal."
nether: "&4Este comando está prohibido en el Nether."
end: "&5Comando bloqueado en el End."
pvp_arena: "&eLos comandos están deshabilitados en la Arena PvP."
default: "&cEse comando está bloqueado aquí."