βš™οΈconfig.yml

Main configuration file reference.


File Location

plugins/InfiniteShops/config.yml

General Settings

# Debug mode - enables verbose logging
debug: false

# Hologram plugin override (auto-detected if empty)
hologram-handler: ""

Database Configuration

database:
  # Database type: SQLite or MySQL
  type: SQLite
  
  # MySQL settings (only if type is MySQL)
  host: localhost
  port: 3306
  database: infiniteshops
  username: root
  password: ""
  
  # Connection pool settings
  pool:
    max_connections: 10
    min_idle: 2

Feature Toggles


Shop Settings


Sound Effects


Global Shop Buttons


Multipliers


Discounts


Taxes


Click Actions


Frame Shop Settings


Preview Settings


Limited Stock


Limited Sell


NPC Settings


Shopper Ranks


Tips

  1. Backup before editing

  2. Use /ishop reload after changes

  3. Validate YAML syntax

  4. Test on development server

Last updated