#Block Quests
1 messages · Page 1 of 1 (latest)
@lament haven
my dev also added mysql to it i was wondering if yoy could help troubleshoot this issue 🙂
give me a sec, looking into it
Thank you!!
should be fixed
if i was to send you my edited java file could you fix that rq?
it has mysql thats why
just change this
also you can just make your own data storage and override it after blockquest has loaded
https://github.com/RobiFox/BlockQuest/blob/master/src/main/java/me/robifoxx/blockquest/api/BlockQuestDataStorage.java
https://github.com/RobiFox/BlockQuest/blob/master/src/main/java/me/robifoxx/blockquest/inherits/LocalFileDataStorage.java
my dev wont be on today and i unfortunatley dont know how to code 😭
i wont be able to edit .jar files though
ohhhh okay well thank you for fixing this error i was trying to figure out how to contact you like all night haha
yea just ping me in this discord if anything's needed i don't check spigot
also doing this, it's recommended to do all these in a seperate plugin
so both can be updated independently
e.g. if i fix a bug in blockquest, you can update the main plugin whenever you want, but if your dev fixes a bug in the mysql implementation, you only have to update that plugin
Okay so i wouldnt have to change anything then since it was just a type error would that small update cross over to the file i have now?
nvm i reread that i understand now
Also i tried using the old version that had mysql and for some reason it will not connect to my database it just says unable to create database
@lament haven if i was to pay you would you be able to add mysql support for me?