Add an option so that certain shulker boxes are not affected by the SeeContent option (list of display names to exclude) (to do lucky box for example)
/!\ Don't forget to reset your config or update the config with changes below Config changes :
Old :
Code (YAML):
# Allow to see content of shulker when a player want to buy it SeeShulkerBoxContent: true
New :
Code (YAML):
# Config about shulker box ShulkerBox: # Allow to see the content of a shulker box when a player want to buy it SeeContent: true
# List of display names not affected by SeeContent config parameter # If SeeContent is true, can't see the content of shulker box that contains following displaynames (ignore case) # If SeeContent is false, can see only the content of shulker box that contains following displaynames (ignore case) ExceptDisplayNames: # - "lucky"