Player shops cannot be created traditionally
blablubbabcDEV opened this issue ยท 5 comments
Migrated from: https://dev.bukkit.org/projects/shopkeepers/issues/365
Originally posted by Terifiel (Mar 5, 2016):
The problem occurs when right clicking the air with a spawn_eggI expected the options to appear in the chat as usual (for cycling)
no options appeared within the chatI am using:
v1.69 Shopkeepers
Bukkit Version 1.9-R0.1-SNAPSHOT git-Spigot-b39373b-73eff0d
(Earlier 1.9 versions were experiencing the same issue)I apologize if this is already known, or the method to create player shops has changed. I dug around but couldn't find anything about it. After encountering the error (The first time I had a fresh configuration file) I did attempt to fix it by changing MONSTER_EGG to spawn_egg in the configuration file but it did not work.
Originally commented by Terifiel (Mar 5, 2016):
[at]blablubbabc:
Thank you very much for the reply :)
You've done an amazing job with this plugin and made it incredibly user friendly as far as plugins are capable of. Changing it to 0 worked fine, and since my players cant access other eggs, it looks like I'm good to go. Thank you once again.
Edited Mar 5, 2016
Originally commented by blablubbabc (Apr 8, 2016):
I changed the default shop creation item data value to 0 in v1.71.
Originally commented by Terifiel (Mar 5, 2016):
I forgot to mention, I was in Survival mode when it happened.
Originally commented by blablubbabc (Mar 5, 2016):
It seems MC 1.9 has changed how the individual spawn eggs are differentiated internally. Spigot wasn't updated for this change yet, so there is currently no API available for me to check which type of spawn egg is used.
All spawn eggs now have the data value 0 in minecraft. So for now you will have to either change the data value of the creation item in the config to 0 (which will however let ALL types of spawn eggs act like the creation item), or you change the creation item type all together to something else.
Edited Mar 5, 2016