Files
ShopMod/mods/ShopMod.properties
gamer147 16bfe74417 It works
2025-11-24 21:12:49 -05:00

20 lines
481 B
Properties

classname=mod.treestar.shopmod.ShopMod
classpath=ShopMod.jar
sharedClassLoader=true
# Display name shown in the shop window
shopName=Server Shop
# Allow opening the shop from settlement tokens
enableTokenAccess=true
# Allow opening the shop from mailboxes
enableMailboxAccess=false
# JSON config files for categories and items
categoryJsonPath=mods/shop_categories.json
itemJsonPath=mods/shop_items.json
# java.util.logging level for this mod (e.g., INFO, FINE)
logLevel=INFO