GoThongs Mod API, ready for testing
Added 2017-11-16 17:49:54 +0000 UTCThe mod API can now be used. It's an early implementation, so I'm hoping to receive some feedback and bug reports.
So what features does it bring?
- Mods will now alert users when an update is available.
- Mods will now show what permissions it wants of the players while activated.
- Using the new REST API, modders can: Get data about users and assets, and directly affect user gold, map position, resources and inventory. Also through the use of the API, modders are now given free access to add experience to users. For an example, you can now add hidden experience rewards to your mod, or make a mod that adds experience when you kill monsters.
- Using the new Webhooks API, modders can now also put assets directly on their server. Today this system only extends to books, but more assets will be added later. For an instance, you can make something like a "journal" book which presents different data to different users.
These new features are experimental and will see updates and libraries added as we continue to work on the system. Feel free to check out the following documentation: