/
#The layout of signs for shops.
layout:
#The layout of BUYING shops.
BUYING:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
#The layout of FROZEN shops.
FROZEN:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
#The layout of SELLING shops.
SELLING:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
Added support for wildcard patterns in the item blacklist configuration, allowing users to block entire categories of items with simple patterns.
Features
InteractionManager manager = QuickShop.getInstance().getInteractionManager();
manager.interaction(new MyTradeInteraction());
manager.behavior(new MyTradeBehavior());