⌘K

Logging

Updated 16 Mar 2026

Write messages to the server console (not to players).

log "Script started."
log info "Player player.name joined."
log warn "Low health detected for player.name"
log error "Could not load data."

Log levels: info (default), warn, error / severe.

Log output appears in the server console and in the server log file (logs/latest.log).