Minecraft BlockedCommands mod 2026 download
logo
minecraft mod BlockedCommands

BlockedCommands

Game Version: CB 1.7.9-R0.1
Total Downloads: 1,023
Updated: Jun 12, 2014
Created: Jun 12, 2014
Download BlockedCommandsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
BlockedCommands v1.1 release 2.94 KB Jun 12, 2014 CB 1.7.9-R0.1 866 download BlockedCommands BlockedCommands v1.1 releaseDownload
BlockedCommands v1.0 release 2.91 KB Jun 12, 2014 CB 1.7.9-R0.1 157 download BlockedCommands BlockedCommands v1.0 releaseDownload

Description

Share this:

BlockedCommands allows you to block commands per world. You can set the message sent to the player, the commands blocked, the prefix use in the messages, whether or not to send a message at all, and more! To install, simply download and drop the plugin into your plugins folder, and reload/restart your server! An example config is shown below. This is what the default config will look like:

prefix: '&c[&6BlockedCommands&c]&r '
# The prefix used in messages. Supports color codes.
send-message: true
# Whether or not to send the message saying the player can't use that command
message: '&cYou can''t use the command &4%cmd%&c in&4 %world%&c!'
# The message sent to the player when a command is blocked. Supports color codes, and use %world% for the world name, and %cmd% for the command used
disabled-worlds:
# The worlds BlockedCommands ignores
  - world_one
blocked-commands:
  world_one:
    - me says hi
    # The commands that are blocked for 'world_one'. In this case, the player cannot use the command '/me says hi'
override-perm: bc.override.WORLDNAME
# Changing this will not affect the plugin in any way. This shows you what the override permission is, with 'WORLDNAME' being the name of the world.

That's it! You can add as many commands as you like, with as many worlds as you like! Source code: here

Comments

Add a comment