Description
A version checker made by the PhoenixTeam. Source is available here. The intended use of UpToDate is to notify users of three kinds of updates in different ways
- All updates (Normal, Severe, and Critical), displayed in a gui accessible from the main menu
- Severe updates, stop loading of the game with a click-to-advance menu (disableable)
- Critical updates (world-breaking), stop world loading with a click-to-advance menu or send a chat message
If you click the mod name in any of these examples it will take you to the url to download the mod.
Mods can use UpToDate by implementing the IUpdateable interface. UpToDate will then handle all the parsing and notification of the user. The format of the remote information is YAML 1.1; however, most JSON files will work with this format.


