🛡️Debug Prints

Explanation of the debug configuration in the script

When set to true, you will receive server logs such as:

Player with id: 5 tried to exploit trigger event without token!

If false, your server console will not display any output.


shared/config.lua
KOJA.Debug = true

Last updated