16 lines
713 B
TOML
16 lines
713 B
TOML
["YetAnotherWorldProtector logging configuration"]
|
|
#Enable logging of flag checks.
|
|
log_flag_check = false
|
|
#Enable logging of flag check results.
|
|
log_flag_result = false
|
|
#Enable logging of empty (without responsible region) flag check results.
|
|
log_empty_results = false
|
|
#List of flags result states which shall be logged. By default only denied results will be logged.
|
|
# Valid FlagStates are: allowed and denied
|
|
log_result_values = ["Denied"]
|
|
#List of flag categories which shall be logged.
|
|
#Valid categories are: player, block, entity, item, environment, protection and * (for all).
|
|
log_flag_categories = ["player"]
|
|
#List of flags which shall be logged.
|
|
log_flags = ["break-blocks", "place-blocks"]
|