CommandManager

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

CommandManager


Also have a look at my other plugins:


This plugin allows you to block commands which you dont wan't that users can perform it. And you can also override the default deny messages by other plugins or by bukkit. It's not nice to have for each plugin a different deny message, e.g "You don't have permission to perform this commad" or "You're not allowed to use this command". With this plugin you can use one message, defined by you!


Permission:


permissiondescription
cm.opAllows the player to bypass the command list.



Configuration:


use-as-whitelist: true/false
If it is true the command list is used as a whitelist, means that every command is blocked, which isnt written in the command list.
Turn this to false if you want to use the command list as a blacklist, then only commandes which are written in the list are blocked.
message:
Define the deny message.
commands:
This is the list of commands.

Example:

use-as-whitelist: true
message: Error in command syntax. Check command help.
commands:
...command1:
......permission: permission.command1
...command2:
......permission: ...
...

Explanation: If some types the command "command1" and if he have the permission "permission.command1" then he is allowed to perform this command. If he hasn't the permission then the message appears and the command denied!


Support & Bug report:


If you have a wish or a problem just write a comment and I'll see what i can do. To report a bug please use the ticket system.


How to install?


Download the .jar File and put it into your plugins folder, then restart your Server.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    80996
  • Created
    Jun 8, 2014
  • Last Released File
    Jun 8, 2014
  • Total Downloads
    571
  • License

Categories

Members

Recent Files