From c17827302a163ded220d87b5b37f2627eb2e41b2 Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Wed, 20 Mar 2024 17:10:01 +0100 Subject: [PATCH] feat: Move the ip logging configuration reference (#322) --- config-specs/paper/paper-global.yml | 5 ----- config-specs/paper/server-properties.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config-specs/paper/paper-global.yml b/config-specs/paper/paper-global.yml index 87d95510..8a58f798 100644 --- a/config-specs/paper/paper-global.yml +++ b/config-specs/paper/paper-global.yml @@ -154,11 +154,6 @@ logging: description: >- Whether to remap Spigot mapped stacktraces to Mojang mappings in logging. Has no impact on Mojang mapped servers - log-player-ip-addresses: - default: "true" - description: >- - Whether player IP addresses should be logged by the server. This does not - impact the ability of plugins to log the IP addresses of players messages: no-permission: default: >- diff --git a/config-specs/paper/server-properties.yml b/config-specs/paper/server-properties.yml index 92b6b768..c8302e4f 100644 --- a/config-specs/paper/server-properties.yml +++ b/config-specs/paper/server-properties.yml @@ -98,6 +98,11 @@ level-type: description: > Defines the type of the world generator. (Allowed values: "normal", "flat", "large_biomes", "amplified", "single_biome_surface", "buffet", "default_1_1", "customized") +log-ips: + default: "true" + description: >- + Whether player IP addresses should be logged by the server. This does not + impact the ability of plugins to log the IP addresses of players max-chained-neighbor-updates: default: "1000000" description: >