Fixed:
  • When using multiple sell prices, selecting more items to sell would give the full sell price
  • NPE while using placeholder requirements since v5.13.x
  • Fixed ClassChange error on server shutdown on paper 1.21
  • Fixed plugin not loading on paper 1.21 experimental builds
  • Improved player restock saving when alot restock schedulers ended at the same time for multiple shop items, fixes async thread creation error
  • Fixed NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4
Added:
  • Support for Minecraft 1.21
  • Added default 1.21 shop layout including new items
  • Added 'ominous-strength' item option which defines the strength of a ominous bottle
  • Config.yml generated for the first time on 1.20.5+ servers will now create the correct ignored tags for that version
  • Support for per page titles using the 'title' option on pages in the shops config
  • Added TIME::<startTime>-<endTime> shop item requirement which requires the item to be bought at a specific ingame time
Fixed:
  • Discounts/sell multipliers not working when using a wildcard
  • Potion types without effects not working(WATER, MUNDANE, THICK, AWKWARD)
  • Fixed formatting issues in default Turkish language file
  • Mining a ESGUI spawner using spawner provider DEFAULT would not add hide default lore on the item
  • Setting components tag using custom data entry would override buy/sell commands
  • Better handling of custom data NBT tags using the 'components' item option on 1.20.5+
  • Executing a command item using o: would deop the player after the command was ran even if they had OP already
    • Note that it is still highly recommended to use temp permissions using LuckPerms instead
  • Support for 'armor-trim' on section items
  • Support for editing armor trims using /eshop edititem & editsection
  • Fixed NPE for bedrock players trying to open shop while custom bedrock player profile was disabled in config
Added:
  • New placeholder requirements for shop items:
    • PLACEHOLDER_EQUALS - checks if the placeholder matches another placeholder/value
    • PLACEHOLDER_DIFFERS - checks if the placeholder is different from the original placeholder/value
    • Adds support for per requirement lore/denied message
    • More info:...
  • Removed debug message for using custom ignored tags
  • Fixed decoration lore adding to items even without buy/sell price
  • /sreload would forcefully reload shop stands
  • Custom bedrock player profile wouldn't update name/lore for bedrock players
Back
Top Bottom