Start migration of docs from MineRealm to the docs site (#28)

* Migrate commands to MkDocs and update MkDocs version

* Update index page

* Remove mkdocs version number from requirements

* restore readme file

* Revert header style to one sided
This commit is contained in:
murdified 2021-07-13 21:25:22 -04:00 committed by GitHub
parent a87e93f90f
commit b4e9f52022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 249 additions and 7 deletions

View file

@ -12,8 +12,10 @@ If you'd like to modify the logging settings for a specific world, simply do the
Secondary configuration files override the value specified in config.yml. If you leave an option out of a secondary configuration file, then the option specified in config.yml will be used.
#### Examples
### Examples
* If you'd like to disable all logging for the End, copy the `config.yml` file to `world_the_end.yml` (matching the folder name for the world). Then, simply disable all logging options within the new file.
* If you just want to disable entity death logging in the Nether, but keep all other logging options the same, simply create a file named `world_nether.yml` containing the text "rollback-entities: false".
## Disabling Logging
@ -25,7 +27,8 @@ To disable logging for specific users or commands, simply do the following:
3. Either restart your server, or type "/co reload" in-game.
This can be used to disable logging for non-player users, such as "#tnt". For example, if you'd like to disable logging for the user "Notch" and for TNT explosions, the blacklist.txt file would look like this:
```text
Notch
#tnt
```
```