DenizenScript / Denizen

NPC and general Spigot scripting, using the Denizen Scripting Language!
https://denizenscript.com/
MIT License
213 stars 106 forks source link

Tipped arrow color support #2569

Closed heypr closed 6 months ago

heypr commented 11 months ago

Changes

Requested by udnek on Discord.

mcmonkey4eva commented 10 months ago

(marked as draft for now) per Discord discussion earlier, need to make the tag and propertyValue impls match their null case handling to the original logic (one was null and the other defaults to white)

tal5 commented 8 months ago

Reposting from Discord - need to use the PropertyParser registration methods for the tag/mech, and the mech can just use setPropertyValue instead of having duplicate logic