βοΈBasic Configuration
Configuration Files Overview
File
Purpose
Main Config (config.yml)
General Settings
# Debug mode - only enable when troubleshooting
debug: false
# Hologram plugin to use (auto-detected if empty)
# Options: DecentHolograms, HolographicDisplays, CMI, etc.
hologram-handler: ""
# Database settings
database:
type: SQLite # SQLite or MySQL
# MySQL settings (if using MySQL)
host: localhost
port: 3306
database: infiniteshops
username: root
password: ""Shop Settings
Sound Effects
Feature Toggles
Shop Buttons
Available Actions
Action
Description
Creating Your First Shop
Step 1: Create a Shop File
Step 2: Reload the Plugin
Step 3: Open Your Shop
In-Game Editor
Quick Configuration Tips
Next Steps
Last updated