mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-02-07 00:19:51 +00:00
678 B
678 B
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.
:::code-group
[commands]
use_console = false
:::
log_console
: Boolean
Whether commands from players should be logged in the console or not.
:::code-group
[commands]
log_console = false
:::
Default Config
By default, Pumpkin will allow commands from console and log all commands run by players.
:::code-group
[commands]
use_console = true
log_console = true
:::