incorrect "LootGames" config gets created
jurrejelle opened this issue ยท 4 comments
Your GTNH Discord Username
jurrejelle
Your Pack Version
2.7.1
Your Server
Private Server
Java Version
Java 21
Type of Server
Multiplayer
Your Expectation
When you create a server, a file gets created called config/LootGames/rewards.cfg
The Reality
this doesn't get used, and then when launching, a default file called config/lootgames/rewards.cfg gets used instead
Your Proposal
Fix the config file
Final Checklist
- I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
- I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
Reproduction steps in linux server:
wget https://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_2.7.1_Server_Java_17-21.zip
unzip GT_New_Horizons_2.7.1_Server_Java_17-21.zip
cat config/LootGames/rewards.cfg
echo "eula=true" > eula.txt
chmod +x startServer-java9.sh
./startServer-java9.sh
cat config/lootgames/rewards.cfg