mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-04-11 11:59:40 +00:00
* Change VitePress config to add locales * Move English documentation into new Directory * Started Dutch translations * Add Translation instructions * Set cleanUrls (Removes .html in URLs) * Ignore typo's for files containing translations * Add Dutch translations * Simplify config structure * Fix main page redirects for Dutch translation * Updated small indent issue --------- Co-authored-by: khalaor-gh <khalaor4@gmail.com>
923 B
923 B
Commando's
Pumpkin ondersteunt vanillecommando's en stelt je in staat om te configureren waar ze kunnen worden uitgevoerd.
Commando's configureren
use_console
: Boolean
Of commando's vanaf de console worden geaccepteerd of niet.
:::code-group
[commands]
use_console = false
:::
log_console
: Boolean
Of commando's van spelers in de console moeten worden gelogd of niet.
:::code-group
[commands]
log_console = false
:::
Operationeel permissieniveau
Het standaard permissieniveau voor alle spelers.
:::code-group
default_op_level = 0
:::
Standaardconfiguratie
Standaard staat Pumpkin commando's vanaf de console toe en logt alle commando's die door spelers worden uitgevoerd.
:::code-group
[commands]
use_console = true
log_console = true
default_op_level = 0
:::