Coziest Docs
  • Welcome
  • Coziest Plugins
    • Strikes-Dialogues
      • Commands & Permissions
      • Configuration
      • Creating Dialogues
      • Text Formatting Guide
      • Advanced Features
  • EnchantCore
    • Introduction
    • Getting Started
    • Configuration
      • autosell.yml
      • enchants.yml
      • config.yml
      • messages.yml
      • pickaxe.yml
    • Commands & Permissions
    • Placeholders
    • Dependencies
Powered by GitBook
On this page
  1. EnchantCore
  2. Configuration

config.yml

Default config.yml

license: YOUR_LICENSE_KEY_HERE

# EnchantCore Main Configuration File
Settings:
  # Enable verbose console logs for debugging.
  Debug: false

  # Currency system used for enchant upgrades:
  # TOKENS - Uses internal token balance stored in PlayerData.
  # VAULT  - Uses an external economy plugin hooked via Vault.
  CurrencyType: TOKENS # Default is TOKENS

# --- Auto Pickup Settings ---
AutoPickup:
  Enabled: true

# --- Auto Sell Settings ---
AutoSell:
  Enabled: true

  # Time interval (in seconds) between summary messages.
  # Set to 0 or a negative value to disable the summary.
  Summary-Interval: 60
Previousenchants.ymlNextmessages.yml

Last updated 2 days ago