WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Add Object Validator #63

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

This validator validates objects and stores the results. The stored results can then be printed or revalidated. The revalidation only revalidates the parts that are not already valid. Objects can either be VALID, PENDING, and INVALID. Pending meaning that it still awaits data not yet available, and it may be revalidated once that data is available.