DenizenScript / Denizen

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

Register new tag & mechanism presented as `location.waxed` #2527

Closed pobab closed 1 year ago

pobab commented 1 year ago

requested at https://discord.com/channels/315163488085475337/1146523694609473718

tal5 commented 1 year ago

Both of these methods (and the entire functionality) are only present in 1.20, should have a version check before registering these - there's already an existing 1.20 version check in LocationTag so can just put both of these in there.

pobab commented 1 year ago

done