DenizenScript / Depenizen

Addon to Denizen that provides script support for other major plugins.
MIT License
58 stars 44 forks source link

Residence bridge update #397

Closed davight closed 1 year ago

davight commented 1 year ago

New events:

- residence player creates residence
- residence gets deleted (cause: <cause>)
- residence raid ends (residence: <name>)
- residence raid starts (residence: <name>)

New tags:

- ResidenceTag.area > Returns CuboidTag of this Residence.
- ResidenceTag.subzones > Returns ListTag(ResidenceTag) of subzones in this Residence.
- residence[<name>] > Returns the ResidenceTag from the given name.

Updated tags to the new registerTag format. Updated Residence dependency to 5.1.0.0

mcmonkey4eva commented 1 year ago

What's the status of this PR?