New features: - Sell all!
Set the amount of a slot to -1 to enable sell all / buy max, no more having to use [BUYMAX] tags and whatnot.
It's recommended to rename your config to oldconfig.yml and move the stuff over due to some changes
You can now have unlimited amount of lores, but you'll have to rename them.
instead of
Lore-1: '&6Lore 1'
Lore-2: '&6Lore 2'
it needs to be
Lores:
- '&6Lore 1'
- '&6Lore 2'
if an items doesn't need a lore, just remove the line that says Lores. same goes for amount, it'll default to 1.
Make sure if you don't regen your config to rename the tag [ITEMNAME]
in sign.normal.line-3 to [FRIENDLYNAME]
as shown here: line-3: "&0[FRIENDLYNAME]"
New tags are [CUSTOMNAME] - Shows the name you wrote in items.yml
[ITEMNAME] - Shows the items material name ex: "gold_ingot"
[FRIENDLYNAME] - Shows formatted name ex: "Gold Ingot"
Even though line-3 says friendlyname, it shows the name from items.yml, it needs it so just keep it that way.
Bug fixes: - Better performance and handling of items/menus