Skip to content

Commit

Permalink
[OCD] Move CustomConfigManager & ConfigUtils & MessagesUtils into con…
Browse files Browse the repository at this point in the history
…fig package
  • Loading branch information
andrew121410 committed Jan 2, 2024
1 parent 2e9118c commit 56bfae6
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import com.andrew121410.mc.world16essentials.commands.warp.DelwarpCMD;
import com.andrew121410.mc.world16essentials.commands.warp.SetWarpCMD;
import com.andrew121410.mc.world16essentials.commands.warp.WarpCMD;
import com.andrew121410.mc.world16essentials.config.CustomConfigManager;
import com.andrew121410.mc.world16essentials.listeners.*;
import com.andrew121410.mc.world16essentials.managers.*;
import com.andrew121410.mc.world16essentials.objects.KitSettingsObject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.datatranslator.DataTranslator;
import com.andrew121410.mc.world16essentials.datatranslator.Software;
import com.andrew121410.mc.world16essentials.managers.CustomConfigManager;
import com.andrew121410.mc.world16essentials.config.CustomConfigManager;
import com.andrew121410.mc.world16essentials.utils.API;
import com.andrew121410.mc.world16utils.chat.Translate;
import com.andrew121410.mc.world16utils.utils.TabUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.utils.API;
import com.andrew121410.mc.world16essentials.utils.ConfigUtils;
import com.andrew121410.mc.world16essentials.config.ConfigUtils;
import com.andrew121410.mc.world16utils.chat.Translate;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.andrew121410.mc.world16essentials.commands.spawn;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.managers.CustomConfigManager;
import com.andrew121410.mc.world16essentials.config.CustomConfigManager;
import com.andrew121410.mc.world16essentials.utils.API;
import com.andrew121410.mc.world16utils.chat.Translate;
import com.andrew121410.mc.world16utils.config.CustomYmlManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.andrew121410.mc.world16essentials.commands.spawn;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.managers.CustomConfigManager;
import com.andrew121410.mc.world16essentials.config.CustomConfigManager;
import com.andrew121410.mc.world16essentials.utils.API;
import com.andrew121410.mc.world16utils.chat.Translate;
import com.andrew121410.mc.world16utils.config.CustomYmlManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.andrew121410.mc.world16essentials.utils;
package com.andrew121410.mc.world16essentials.config;

import com.andrew121410.mc.world16essentials.World16Essentials;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.andrew121410.mc.world16essentials.managers;
package com.andrew121410.mc.world16essentials.config;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.utils.ConfigUtils;
import com.andrew121410.mc.world16essentials.utils.MessagesUtils;
import com.andrew121410.mc.world16utils.config.CustomYmlManager;

public class CustomConfigManager {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.andrew121410.mc.world16essentials.utils;
package com.andrew121410.mc.world16essentials.config;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16utils.chat.Translate;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.andrew121410.mc.world16essentials.managers;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.config.CustomConfigManager;
import com.andrew121410.mc.world16utils.config.CustomYmlManager;
import com.andrew121410.mc.world16utils.config.UnlinkedWorldLocation;
import org.bukkit.Location;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.andrew121410.mc.world16essentials.utils;

import com.andrew121410.mc.world16essentials.World16Essentials;
import com.andrew121410.mc.world16essentials.config.ConfigUtils;
import com.andrew121410.mc.world16essentials.config.MessagesUtils;
import com.andrew121410.mc.world16essentials.objects.AfkObject;
import com.andrew121410.mc.world16utils.chat.Translate;
import com.andrew121410.mc.world16utils.config.CustomYmlManager;
Expand Down

0 comments on commit 56bfae6

Please sign in to comment.