Cannot Trade with Shopkeepers
blablubbabcDEV opened this issue · 5 comments
Migrated from: https://dev.bukkit.org/projects/shopkeepers/issues/258
Originally posted by Takomari (Sep 4, 2014):
What steps will reproduce the problem?
1. Create a Shopkeeper.
2. Set up items to trade.
3. Attempt to trade.What is the expected output? What do you see instead?
Expected:Â Being able to trade with a shopkeeper.
Instead:Â When click on any item in your inventory to attempt the trade, the shopkeeper window closes.What version of the product are you using?
Attempted in both 1.24 and 1.25Do you have an error log of what happened?
NoPlease provide any additional information below.
I'm running a Caulron 1.7.10 server with Pixelmon 3.2.6 if that's of any help. If need be, I can post the plugins and other mods being used as well.
Its strange however, considering the fact that trading worked perfectly fine in 1.7.2 before I upgraded to 1.7.10.
I have also tried adding "shopkeeper.trade" to my permissions, GroupManager, with no improved results.
Originally commented by blablubbabc (Sep 4, 2014):
Please also try on a fresh craftbukkit server: I know that shopkeepers doesn't properly run on Cauldron.
Originally commented by Takomari (Sep 6, 2014):
I ran it in a normal bukkit 1.7.10 server, and it had worked perfectly fine.
Should I assume this is just because of the differences in code between cauldron and bukkit for 1.7.10? Considering pre-1.7.10 builds worked fine.
If so, what are the odds that you would one day add support for Cauldron?
Or the odds you'll update this plugin to 1.7.10 and my hopes that it'll once again be compatible.
Originally commented by blablubbabc (Sep 6, 2014):
[at]Takomari:
Shopkeepers is updated to 1.7.10 and works fine on a craftbukkit server as you noticed yourself. I don't know all the differences between Cauldron and Craftbukkit but in the past there already were issues with things like the ChunkLoadEvent not being called (which is essential to shopkeepers as it loads the shops on chunk loads).
So if it works on craftbukkit but not on Cauldron it seems very likely to me that Cauldron has more issues of that kind, which I can't do anything about. You should report this to the authors of Cauldron instead maybe.