What's new?
- Added support for Structures.
- Added support for pulling nodes from the EntryValidator or EntryValidator.EntryValidatorBuilder and adding it to the entries field for section syntax elements. This replaces the previous SectionValidator support and should be more reliable.
- Added more rules for pulling out non user facing syntax patterns to help clean syntax elements. All those extra ':'s should now be gone!
- Added better support for cleaning up usages, description and examples fields to clean out patterns that would not show up well in markdown.
- Added alphabetical sorting for event values to reduce unnecessary changes between addon versions.
- Added support for addon meta data fields.
#What's Fixed?
- @ShaneBeee Fixed an error on Paper 1.20.5+ via PR #9
- @takejohn Helped with some refactoring in PR #8 while debugging #7
Huge thanks to @ShaneBeee and @takejohn for their contributions for this release!