DenizenScript / Denizen

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

`gui` inventory matchable #2628

Closed BreadcrumbIsTaken closed 2 months ago

BreadcrumbIsTaken commented 3 months ago

gui inventory matchable

You can now use gui to match inventories that are GUIs (have gui: true in their script container).

It might also be a good idea to add gui_flagged: as a matcher, but that can be a separate PR if actually needed.

Requested by Apademide