Not choose the entity type
blablubbabcDEV opened this issue · 4 comments
Migrated from: https://dev.bukkit.org/projects/shopkeepers/issues/412
Originally posted by kotamfmf (May 21, 2016):
I reported the bug that item disappears.
After the update to 1.7.4, items disappear bug has healed,
Entity type of player shop has come out a bug that can not be selected. Shop sign only was used.
I sure hope so not be selected even in the state that gave the all permission.
config has not changed from the last time.
Originally commented by kotamfmf (May 21, 2016):
disabled-living-shops:
#- CREEPER
#- CHICKEN
-
BAT
-
BLAZE
-
CAVE_SPIDER
-
SPIDER
-
ENDER_DRAGON
-
GHAST
-
WITHER
-
GIANT
-
SKELETON
-
WITCH
-
ZOMBIE
#- HORSE
-
MAGMA_CUBE
-
PIG_ZOMBIE
-
SILVERFISH
-
SLIME
-
SQUID
-
ENDERMAN
NEW→enabled-living-shops: []
↓costom
delete disabled-living
enabled-living-shops:
- VILLAGER
- COW
#- ENDERMAN
- IRON_GOLEM
- MUSHROOM_COW
- OCELOT
- PIG
#- PIG_ZOMBIE
- SHEEP
#- SKELETON
- SNOWMAN
#- WITCH
- WOLF
#- ZOMBIE
- RABBIT
- HORSE
- CHICKEN
- CREEPER
Fix! sorry!
Edited May 21, 2016
Originally commented by blablubbabc (May 21, 2016):
Yeah, the disabled-living-shops was replaced with the new enabled-living-shops.
Originally commented by blablubbabc (May 21, 2016):
I am not completely sure what you mean, but my guess is: You can't select different entity types even though you have assigned the 'shopkeeper.entity.' permission node?
I just tried on my test server and was not able to reproduce this. Make sure that you have really assigned that permission node, and that in your config 'enabled-living-shops' is not empty.
If you turn on debug-mode ('debug' in the config) it should print the permission check results in the console log. So if it says 'player doesn't have permission shopkeeper.entity.' then check again your permissions setup and that you assigned the player the correct group etc.