Configuration
Storage
# Change the storage type of the plugin.
#
# Here are the types of storage available:
# - JSON, a JSON file that will contain all the plugin data, for small and medium servers
# - SQLITE, use of a database, for large servers
# - MYSQL, use of a database, for large servers
#
storage: JSON
# Updates data every 120,000 milliseconds (2 minutes).
# If the storage is in JSON, then the file will save
# If the storage is SQLITE or MYSQL then the drawers will be updated if they need to be
updateInterval: 120000
# Configuration for SQLITE and MYSQL storage
sql:
# Table name
tableName: "zdrawers"
user: homestead
password: secret
port: 3306
host: 192.168.10.10
database: zauctionhouseDrawer
Display Settings
Item Configuration
Border Settings
Crafting Settings
Number Formatting
Upgrades
Last updated