Chest Commands v1.7.2

Details

  • Filename
    ChestCommands.jar
  • Uploaded by
  • Uploaded
    Aug 26, 2013
  • Size
    41.37 KB
  • Downloads
    5,920
  • MD5
    07eb4e55f6ee571fb96ab3f18fbe44fe

Supported Bukkit Versions

  • 1.6.2
  • 1.5.2
  • 1.4.7

Changelog

v1.7.2

  • Made compatible with BungeeCord (finally!) Use COMMAND: 'server:<servername>' for example COMMAND: 'server:lobby'

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.