It worked correct but after i updated my server (and plugins) to 1.21 it does not work anymore
anyone know whats going on???
code_language.skript:
on damage:
set {_Prot} to 0
if victim is wearing a helmet:
set {_split::*} to split 1st line of lore of victim's helmet by "Defence:&a +"
set {_n} to {_split::2} parsed as a number
add {_n} to {_Prot}
anyone know whats going on???