From db57ae2f1e73842f03e0e5d306e1b017b7d9c595 Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Sat, 15 Jun 2024 22:59:54 +0200 Subject: [PATCH] Document skip-vanilla-damage-tick-when-shield-blocked --- config-specs/paper/paper-global.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config-specs/paper/paper-global.yml b/config-specs/paper/paper-global.yml index c4aef958d..792a75b30 100644 --- a/config-specs/paper/paper-global.yml +++ b/config-specs/paper/paper-global.yml @@ -407,6 +407,13 @@ unsupported-settings: description: >- Whether to allow duplication of TNT, carpets, and rails. This does not control sand duplication + skip-vanilla-damage-tick-when-shield-blocked: + default: "false" + description: >- + Whether the server should skip damage ticks when entities are blocking damage + via a shield. While vanilla does process a damage tick, this was a long standing + bug in paper. Enabling this option means that the damage tick will be skipped, which + may result in rapid damage on shields due to the missing invulnerability. perform-username-validation: default: "true" description: >-