10 lines
361 B
TOML
10 lines
361 B
TOML
# --- ModListObserver Config File ---
|
|
#Should the current mod list of joining players be logged?
|
|
logJoiningModList = true
|
|
#Should mods of a joining player that are also present on the server be logged?
|
|
logServerMods = true
|
|
#What op permission level should be the requirement for being able to execute /modlist?
|
|
#Range: 0 ~ 4
|
|
modlistCommandPermissionLevel = 3
|
|
|