CommandWorldLimiter [1.8-1.16.1] - Disable commands in specific worlds
SpigotMCA simple plugin that allows to disable commands in specific worlds
1.3k Downloads 4.3 Bewertung
neueste v1.1.1 SpigotMC
Why should I use this plugin?
If you want to make your Nether world harder or just disable some commands in specific worlds, then this plugin is for you!
Commands
Permissions
commandworldlimiter.world.<world_name> - Allow player to bypass forbiddance in specific world
commandworldlimiter.world.* - Allows use of all forbidden commands in all worlds
commandworldlimiter.command.add - Allows use of command "/cwl add"
commandworldlimiter.command.remove - Allows use of command "/cwl remove"
commandworldlimiter.command.* - Allows use of all cwl commands
commandworldlimiter.* - Permission for everything in that plugin
Config example
Code (YAML):
# List of forbidden commands.
forbidden_commands:
"world" :
- /help
"world_nether" :
- /something
# If enabled, a player will get a list of forbidden commands after entering the world
info_to_player : true
# Message that player will get after trying to use a forbidden command
command_forbidden_message : "&cYou don't have permission to use that command here."
# That message will be shown after changing the world if info_to_player is true
info_forbidden_commands : "&eThere are some commands which you can't use in that world:"
# Limit to the amount of forbidden commands shown to the player. Use -1 if you want to show all commands
info_commands_max : -1
forbidden_commands:
"world" :
- /help
"world_nether" :
- /something
# If enabled, a player will get a list of forbidden commands after entering the world
info_to_player : true
# Message that player will get after trying to use a forbidden command
command_forbidden_message : "&cYou don't have permission to use that command here."
# That message will be shown after changing the world if info_to_player is true
info_forbidden_commands : "&eThere are some commands which you can't use in that world:"
# Limit to the amount of forbidden commands shown to the player. Use -1 if you want to show all commands
info_commands_max : -1
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.