Reuploaded fixing inclusion of legacy hooks
  • Added support for searching values inside the GUI Editor when edititing material, enchantments, potiontypes, ... by clicking the compass
  • Fixed editing existing item options using GUI Editor would add the value to config as list
  • NPE while opening shop with no configured pages in its config file
  • Fixed NoSuchMethod error on latest 1.20.6 server builds
  • Updated DENSITY enchantment in default shop layout
  • Fixed splash potions not working on 1.8
  • Adding items using raw NBT with addhanditem command won't strip the item_name component anymore
  • Automatic NBT conversion to components would format item name/lore as raw JSON
  • Fixed command items wouldn't allow quantity selection
Fixed:
  • Some effects not working using item option 'stew-effect'
  • NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4
Added:
Fixed:
  • Better NBT serialization on 1.20.5+ for items, mainly banners
This update also brings updates to our Marketplace which allow screenshots to be uploaded and the updating of existing shop layouts which has been requested by our community
  • Better installing of layouts from our Marketplace
    • Installing layouts with a config.yml will now only replace needed options
      • Settings such as 'economy-provider' or 'spawner-provider' won't be replaced unless using the new '-unsafe' command argument
    • Fixed issues with selecting/deselecting files for upload using the GUI
    • A minimum character limit for layout titles/descriptions
  • Switched to API usage for goat horn instruments, fixes custom goat horns on 1.21
  • Fixed custom actions not working on SellGUI navbar
Fixed:
  • NPE for rotating shops with frequency interval if not cached yet
  • File names for import command from free version ending with dubble .yml extension
  • 'components' item option on 1.20.5+ not working on Paginated items variant from navigation bar items
  • Fixed 'armorcolor' not working in combination with item option 'armor-trim'
  • Support for 'ominous-strength' item option on edititem command
  • Support for 'item.displayname' item option on editsection command
  • Fixed 'instrument' item option not working on 1.21
  • Updated spigot API usage following their recent change causing plugin to fail to load on 1.21 CraftBukkit/Spigot servers
Changed:
  • Config will now also dynamically update item display lore if new lore is added/missing
Fixed:
  • ClassChange error(again) on 1.20.4 on server shutdown, caused by incompatible class files between paper API versions
  • Async tasks not shutting down correctly before server shutdown
Back
Top Bottom