moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
["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"]