Valandur / Web-API

RESTful web server for Minecraft Sponge including an admin panel
https://valandur.github.io/Web-API/
MIT License
66 stars 17 forks source link

MMCTickets datastore update #113

Open leelawd opened 6 years ago

leelawd commented 6 years ago

Should not be urgent as i hope i have implemented the correct hooks but I am just informing you of the latest update.

in V2.0.0 i have taken out the old flatfile storage system and implemented h2 & mysql datastores so the hooks are different.

This section here is mostly to keep this working with previous versions of Web-API but if there is anything I did not add or have gotten wrong here, let me know. https://github.com/ModdedMinecraft/MMCTickets/blob/master/src/main/java/net/moddedminecraft/mmctickets/Main.java#L343

Valandur commented 6 years ago

Thank you for the heads-up, I'll update to the new hooks as soon as I can