Add XP Rate Multiplier For Non-Bot Worlds

This commit is contained in:
Dark98
2021-12-05 23:47:49 +00:00
parent 8a10201637
commit 38140d8665
7 changed files with 83 additions and 10 deletions
@@ -25,6 +25,8 @@ public class ConfigLoader {
GameConstants.FILE_SERVER = obj.getBoolean("file_server");
if(obj.has("world_id"))
GameConstants.WORLD = obj.getInt("world_id");
if(obj.has("bot_world"))
GameConstants.BOT_WORLD = obj.getBoolean("bot_world");
if(obj.has("members_only"))
GameConstants.MEMBERS_ONLY = obj.getBoolean("members_only");
if(obj.has("tutorial_island_enabled"))