MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
162 stars 61 forks source link

Nothing Happen When Clicking Shop Items (Player cannot buy or sell) #32

Closed wangyz1999 closed 3 years ago

wangyz1999 commented 4 years ago

In the shop GUI opened after right-clicking the blacksmith and special-blacksmith, the items are listed, but nothing happens when trying to buy them, there is no notification about anything. Players cannot sell items either.

JackySky commented 4 years ago

I can confirm this is happening in Paper 1.15.2 with EliteMob 7.1.0. Shop does not work, can't buy, and selling anything return error. Switching the server back to Spigot worked for me. Still, the items dropped in Paper cannot be sold too.

JackySky commented 4 years ago

I think I figured it out. Version 7.1.0 listed in Spigot page is using the deprecated getCustomTagContainer() in ItemTagger and paper isn't liking it. Just checkout experimental branch and build 7.1.22 instead. No code change required. Seems to be working smoothly now.

MagmaGuy commented 3 years ago

Fixed.