Chest Commands v1.7.1

Details

  • Filename
    ChestCommands_v1.7.1.zip
  • Uploaded by
  • Uploaded
    Aug 13, 2013
  • Size
    41.31 KB
  • Downloads
    5,627
  • MD5
    0653a44a09b6e009e93b7c718a4dd338

Supported Bukkit Versions

  • 1.6.2
  • 1.5.2
  • 1.4.7

Changelog

v1.7.1

  • Added option to remove attributes, try-to-hide-attributes (default true). This works only with minecraft 1.6.2 (will not break the plugin with previous versions).
  • Fixed an NPE that could show randomly.
  • Removed chestcommands.economy.bypass by default to OPs. Now you have to manually give them the permission (someone with OP was reporting that as not working), just to avoid misunderstandings.

v1.7

  • Added menu signs. They work like Essentials signs, put [menu] in the first line, and the file name in the second (you can omitt ".yml"). If the operation was successful, the first line will be blue. If not, it will be red and an error message will appear.
  • Added economy support. You need Vault and an economy plugin (iConomy, Essentials, Boseconomy, etc)
    • Use 'PRICE: number' in your menus to charge users for using that item. (Example: 'PRICE: 5.8' will require 5.8 money to execute the command)
    • Configurable command when the user don't have money (placeholder: <price>). NOTE: if the user had enough money, no message will be displayed.
    • Permission for bypass: chestcommands.economy.bypass
  • Added stack size support. You can use AMOUNT: 10 for example to have 10 of that item.
  • Added KEEP-OPEN (default is false) if set to true, the menu will not close after clicking (good for shops).

    TIP: open the file example.yml in the zip file to see the new config nodes.