Skip to content

Commit

Permalink
feat: Move the ip logging configuration reference (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxplay committed Mar 20, 2024
1 parent 2736feb commit c178273
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config-specs/paper/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
5 changes: 5 additions & 0 deletions config-specs/paper/server-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit c178273

Please sign in to comment.