Now placeholder.click.enabled option is default set to false to save server performance when you are using MythicMobs and MMOItems hook item. Both plugins are spend much server resource to generate item than vanilla items.
Now if placeholder.click.enabled option is set to false, {buy-click} and {sell-click} placeholder will still display default success buy/sell message instead of empty message in previous version.
Removed double hook item check. Becuase our NBT check method has been used for months and no one said it has problems, so now we remove the second hook item check way and only use NBT check method for now. This will also improve plugin performance in some case.
Now sell all menu will apply select-more.max-amount value in config.yml, which means player no longer can sell tons of same item in one time to avoid server tps down in some case (like hook item, and you use ANY or ALL price mode).
Breaking config change: Renamed display-item.add-displayname option to display-item.add-name option.
Now plugin won't auto add item name at first of add-name option value. You have to use new placeholder {item-name} inside the option to display item name.
New display-item.add-name default value is: '&f{item-name} x{amount}'
Huge improve to the price placeholder display, now if similar price will be merged to display.
Before your product has 2 prices and it will display like: 5 coins, 2 coins, now: 7 coins.
Fixed player can drag item into gui by shift left click item which has been fixed 1.5.1 but now it was rediscovered again because 1.8.0 GUI rewrite.
Improved CLASSIC_ANY mode product will display only 1 picked price instead of print all available price.
Added replace-new-line-symbol option. If you don't want to use the new line symbol (;;) in the chat box after using it, you need to replace it with this option.