Skip to main content

fillloot Configuration

Configuration reference for fillloot.

Config File

Location: plugins/fillloot/config.yml

# fillloot Configuration

# General Settings
settings:
enabled: true
debug: false

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

# Messages
messages:
prefix: "&8[&6fillloot&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:

/fillloot reload

Next: Usage