mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 02:59:18 +02:00
updated betterconsolemc docs
This commit is contained in:
parent
c9b9b90a9a
commit
31a1419cb4
6 changed files with 197 additions and 38 deletions
29
docs/betterconsolemc/configuration.mdx
Normal file
29
docs/betterconsolemc/configuration.mdx
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Config Files
|
||||
|
||||
BetterConsoleMC has two config files
|
||||
|
||||
## betterconsolemc-config.properties
|
||||
|
||||
```properties title="config/betterconsolemc-config.properties"
|
||||
bettercmd.enable = true
|
||||
```
|
||||
| Config Key | Description | Default |
|
||||
| ---------------- | ------------------------ | ------- |
|
||||
| bettercmd.enable | Enables/Disables the mod | true |
|
||||
|
||||
|
||||
## betterconsolemc-commands_config.properties
|
||||
|
||||
```ini title="config/betterconsolemc-commands_config.properties"
|
||||
[Command Mode] [Permissione Level] [Execution Timeout] [Broadcast To OP] [Ingame Command name] [command To execute]
|
||||
```
|
||||
|
||||
:::note
|
||||
|
||||
If an error occurs while parsing the commands and/or there is a syntax error, the mod will automatically be disabled to prevent unwanted behavior and bad commands.
|
||||
|
||||
:::
|
Loading…
Add table
Add a link
Reference in a new issue