Commands
Pumpkin supports Vanilla commands and allows you to configure where they can be ran from.
Configuring Commands
use_console
: Boolean
Whether commands from the console are accepted or not.
toml
[commands]
use_console = false
log_console
: Boolean
Whether commands from players should be logged in the console or not.
toml
[commands]
log_console = false
Default Config
By default, Pumpkin will allow commands from console and log all commands run by players.
toml
[commands]
use_console = true
log_console = true