BlossomMods / BlossomHomes

Blossom-series /home command and utilities
MIT License
1 stars 7 forks source link

Homes list not saveing at all #7

Closed fithwum closed 1 year ago

fithwum commented 1 year ago

server restart wipes out all homes that people create

CodedSakura commented 1 year ago

hmm, that's not supposed to happen... what minecraft and mod versions? (BlossomLib version is important too) also, can you check if the server world/data folder contains a BlossomHomes.json file after a home has been created?

fithwum commented 1 year ago

Minecraft: 1.19.2 BlossomLib: 2.5.1 BlossomHomes: 2.0.5

Yes the file is being created but there is nothing in it at all

CodedSakura commented 1 year ago

i'm assuming that you've made sure you're using the +1.19 versions and not +1.19.3, right?

could you set fileLogLevel to ALL in BlossomLib.json and send the logs/BlossomMods.log file after starting the server, adding a home, and stopping the server?

fithwum commented 1 year ago

yes we are using the +1.19 version

cant see any problems in the log but the data file is still empty

BlossomMods.log

CodedSakura commented 1 year ago

oh, i think i've found where the bug is:https://github.com/BlossomMods/BlossomHomes/blob/cda154a6a5da667dd3410abc0abbbc26cbae27d1/src/main/java/dev/codedsakura/blossom/homes/HomeController.java#L200

will fix as soon as i can!

fithwum commented 1 year ago

Thank you for all your help and we will wait for an update whenever you get it out