From 93fc011142b1d0e5b63c4bcda7f35304ea9c5de1 Mon Sep 17 00:00:00 2001 From: Heliosares Date: Fri, 9 Jun 2023 12:35:50 -0400 Subject: [PATCH] Add details to config --- config.yml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index dbecbff..21c5a6e 100644 --- a/config.yml +++ b/config.yml @@ -27,29 +27,46 @@ OverrideCommands: false # Automatic purging # This will be performed every time the plugin is loaded, up to once every 12 hours. # Times are formatted the same as lookups. (e.g. 10w is 10 weeks) -# Set any table to "off" to disable. -# Set any table to "default" to use the 'default' setting. -# For a list of which actions belong to which tables, see https://github.com/Heliosares/AuxProtect/wiki/Actions # Minimum: 2w AutoPurge: Enabled: false default: 180d + Table: + # Set any table to "off" to disable. + # Set any table to "default" to use the 'default' setting. It is recommended to leave these as default unless you want more control. + # For a list of which actions belong to which tables, see https://github.com/Heliosares/AuxProtect/wiki/Actions + auxprotect_main: default + auxprotect_spam: default + auxprotect_abandoned: default + auxprotect_xray: default + auxprotect_inventory: default + auxprotect_commands: default + auxprotect_position: default + auxprotect_towny: default + auxprotect_api: default + auxprotect_chat: default # Note: This action list is mostly generated by the plugin at runtime. # Disabling an action here will remove the ability to look up that # action as well as disable the logging of that action. -# It will not affect any data currently in the database. +# It will not affect any data currently in the database, which is only +# removed during a purge. Actions: money: Enabled: true + # The logging interval in ms. Interval: 600000 pos: Enabled: true + # The logging interval in ms. Interval: 3000 inventory: Enabled: true + # Causes inventories to be logged on world change IF the inventory is different before and after the teleport. + # This is mostly useful for worlds which have separate inventories like creative worlds. WorldChange: false + # The logging interval in ms. This does not affect logging on join, leave, or worldchange. Interval: 3600000 # Enables differential logging and searching of inventories down to the second. # This feature is experimental and will consume significantly more disk space. @@ -60,6 +77,7 @@ Actions: LowestPriority: false session: Enabled: true + # Whether to log the current session's IP in the data of a:session LogIP: true # Automatically check for updates and display notifications in game.