Skip to content

Configuration

Jack edited this page Apr 5, 2026 · 1 revision

Configuration

Allium’s main configuration lives in plugins/Allium/config.yml.

Primary Files

  • config.yml
  • lang.yml
  • hide.yml
  • vouchers.yml
  • chat/modules.yml
  • chat/modules/*.yml

Main Areas In config.yml

  • maintenance settings
  • dialog settings
  • chat formatting
  • chat channels
  • chat hover behavior
  • ore generation
  • pregeneration
  • creative manager
  • spawner craft
  • give behavior
  • command settings

Recommended Approach

  1. Configure player-facing behavior first.
  2. Configure permissions/groups second.
  3. Configure hidden commands/plugins third.
  4. Configure advanced systems like channels, filters, and ore generation after the basics are stable.

High-Risk Areas

These areas are powerful but should be tested before going live:

  • hide.yml
  • chat filters
  • spam blocker
  • Discord-linked channels
  • creative blacklists
  • ore generation

Clone this wiki locally