Load amount of things to do/collect/kill/whatever into the database and load it when loading quest

This commit is contained in:
2022-06-03 05:02:26 +02:00
parent bcf0a3adef
commit 6d513de154
8 changed files with 70 additions and 60 deletions
@@ -78,6 +78,7 @@ public class PluginMessageListener implements org.bukkit.plugin.messaging.Plugin
resultSet.getInt("step_1_progress"),
resultSet.getInt("step_2_progress"),
uuid,
resultSet.getInt("amount"),
resultSet.getInt("reward_received") == 1)) {
if (Config.DEBUG)
Logger.info("Loading daily quest for %", uuid.toString());