Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Update mohist-yml-1.20.1.md
Browse files Browse the repository at this point in the history
Inclusion of "player_modlist_blacklist"
  • Loading branch information
Simperee authored Mar 2, 2024
1 parent e9de9d7 commit 1c82656
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/mohist-yml-1.20.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,25 @@ The file path `*/mohist-config/mohist.yml`
```
libraries_black_list:
- "snakeyaml-2.0"
```
* `player_modlist_blacklist:`
#: Built-in modid blacklist
- `enable: false`
#: Used to enable / disable the mod blacklist, set to `false` by default (boolean).
- `list: []`
#: Mod ID array. Enter the MODID's of the mods you want to disable.
#: If enabled, the layout changes after the `server.jar` is restarted
> Before restart:
```
player_modlist_blacklist:
enable: true
list ["examplemodid"]
```
> After restart:
```
player_modlist_blacklist:
enable: true
list:
- examplemodid
```

0 comments on commit 1c82656

Please sign in to comment.