25 lines
674 B
Properties
25 lines
674 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
|
|
|
|
# Dump trader inventories to a shop_items.json-compatible file on startup (set back to false after dumping)
|
|
dumpTraders=true
|
|
dumpTradersCategoryId=1
|
|
dumpTradersOutputPath=mods/shop_items.json
|