Skip to main content

Spectre Configuration

Configuration reference for Spectre.

Config File

Location: plugins/Spectre/config.yml

# Spectre Configuration

# General Settings
settings:
enabled: true
debug: false

# Feature Configuration
features:
# Configure features here
enabled: true

# Messages
messages:
prefix: "&8[&6Spectre&8]"

Configuration Options

General Settings

  • enabled: Enable/disable plugin
  • debug: Debug mode for troubleshooting

Messages

Customize plugin messages with color codes:

  • &0-&f: Standard colors
  • &l: Bold
  • &o: Italic

Reloading Configuration

After editing:

/ban reload

Next: Usage