Your GTNH Discord Username
Nishea/Nimad88
Mod Version
2.8.0
Bug Report
In this file:
ServerUtilities/blob/master/src/main/java/serverutils/task/backup/BackupTask.java
The folder for the world is found using this call:
File worldDir = DimensionManager.getCurrentSaveRootDirectory();
This call uses net.minecraftforge.common.DimensionManager which only takes the local saves while playing SP (The Saves folder), and not the SMP folder for all the dimension data (Worlds folder).
So only if you have the "backup claimed chunks only" feature enabled, will your backups actually backup your world data correctly (since it uses different logic).
It seems like a condition is needed to for the regular backup method, to have the worldDir pulled correctly when you are on a server.
Java Version
Java 8
Mod List or GTNH Pack Version
Regular 2.8.0 install
Final Checklist
Your GTNH Discord Username
Nishea/Nimad88
Mod Version
2.8.0
Bug Report
In this file:
ServerUtilities/blob/master/src/main/java/serverutils/task/backup/BackupTask.javaThe folder for the world is found using this call:
File worldDir = DimensionManager.getCurrentSaveRootDirectory();This call uses
net.minecraftforge.common.DimensionManagerwhich only takes the local saves while playing SP (The Saves folder), and not the SMP folder for all the dimension data (Worlds folder).So only if you have the "backup claimed chunks only" feature enabled, will your backups actually backup your world data correctly (since it uses different logic).
It seems like a condition is needed to for the regular backup method, to have the worldDir pulled correctly when you are on a server.
Java Version
Java 8
Mod List or GTNH Pack Version
Regular 2.8.0 install
Final Checklist