⌘K

Configuration

Updated 16 Mar 2026

plugins/Kode/config.yml

# Chat prefix shown in plugin messages
prefix: "&6[Kode]&r "

# Automatically copy bundled example scripts on first run
auto-install-examples: true

# Clear all global variables when the plugin is disabled
reset-globals-on-disable: false

# Maximum iterations for while / repeat loops before force-breaking
max-while-iterations: 100

# Print usage hints to the console on startup
show-startup-help: true

After editing config.yml, run /kode reload — no restart needed.