Closed Hydroxycobalamin closed 3 weeks ago
This PR adds the new 1.20+ paper-only PlayerShieldDisableEvent as "player shield disables" Denizen event with following contexts and determinations.
PlayerShieldDisableEvent
<context.damager> returns an EntityTag of the attacker <context.cooldown> returns a DurationTag of the cooldown.
<context.damager>
EntityTag
<context.cooldown>
DurationTag
"COOLDOWN:<DurationTag>" to change the cooldown.
"COOLDOWN:<DurationTag>"
This PR adds the new 1.20+ paper-only
PlayerShieldDisableEvent
as "player shield disables" Denizen event with following contexts and determinations.Context
<context.damager>
returns anEntityTag
of the attacker<context.cooldown>
returns aDurationTag
of the cooldown.Determinations
"COOLDOWN:<DurationTag>"
to change the cooldown.