refactor: fix spelling misstake

This commit is contained in:
Simon Giesel 2020-05-26 10:44:31 +02:00
parent e3ddc6f779
commit 0d6ca34a69
14 changed files with 19 additions and 19 deletions

View file

@ -29,11 +29,11 @@ import de.cliffbreak.varo.managers.BorderManager;
import de.cliffbreak.varo.managers.GameTimeManager;
import de.cliffbreak.varo.managers.NPCManager;
import de.cliffbreak.varo.managers.TeamManager;
import de.cliffbreak.varo.uitls.BanUtils;
import de.cliffbreak.varo.uitls.MessageUtils;
import de.cliffbreak.varo.uitls.PlayerCache;
import de.cliffbreak.varo.uitls.PlayerUtils;
import de.cliffbreak.varo.uitls.VaroUtils;
import de.cliffbreak.varo.utils.BanUtils;
import de.cliffbreak.varo.utils.MessageUtils;
import de.cliffbreak.varo.utils.PlayerCache;
import de.cliffbreak.varo.utils.PlayerUtils;
import de.cliffbreak.varo.utils.VaroUtils;
public class Varo extends JavaPlugin {

View file

@ -21,7 +21,7 @@ import org.json.simple.JSONValue;
import org.json.simple.parser.ParseException;
import de.cliffbreak.varo.Varo;
import de.cliffbreak.varo.uitls.WebUtils;
import de.cliffbreak.varo.utils.WebUtils;
public class VaroCommand implements CommandExecutor {

View file

@ -6,7 +6,7 @@ import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import de.cliffbreak.varo.Varo;
import de.cliffbreak.varo.uitls.PlayerCache.PlayerCacheType;
import de.cliffbreak.varo.utils.PlayerCache.PlayerCacheType;
public class PlayerClientOptionsChangeListener implements Listener {

View file

@ -12,7 +12,7 @@ import org.bukkit.event.server.ServerListPingEvent;
import org.bukkit.scheduler.BukkitRunnable;
import de.cliffbreak.varo.Varo;
import de.cliffbreak.varo.uitls.PacketReader;
import de.cliffbreak.varo.utils.PacketReader;
public class PlayerJoinQuitListener implements Listener {

View file

@ -26,7 +26,7 @@ import org.json.simple.JSONValue;
import org.json.simple.parser.ParseException;
import de.cliffbreak.varo.Varo;
import de.cliffbreak.varo.uitls.WebUtils;
import de.cliffbreak.varo.utils.WebUtils;
import net.minecraft.server.v1_15_R1.DataWatcherObject;
import net.minecraft.server.v1_15_R1.DataWatcherRegistry;
import net.minecraft.server.v1_15_R1.EntityPlayer;

View file

@ -16,8 +16,8 @@ import org.json.simple.JSONObject;
import org.json.simple.JSONValue;
import org.json.simple.parser.ParseException;
import de.cliffbreak.varo.uitls.JSONConfig;
import de.cliffbreak.varo.uitls.WebUtils;
import de.cliffbreak.varo.utils.JSONConfig;
import de.cliffbreak.varo.utils.WebUtils;
public class TeamManager {

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import java.util.ArrayList;
import java.util.UUID;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import java.io.File;
import java.io.FileInputStream;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import java.util.Calendar;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import java.lang.reflect.Field;
import java.util.Collection;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import org.bukkit.Bukkit;
import org.bukkit.Location;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import com.destroystokyo.paper.Title;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import org.bukkit.Difficulty;
import org.bukkit.GameRule;

View file

@ -1,4 +1,4 @@
package de.cliffbreak.varo.uitls;
package de.cliffbreak.varo.utils;
import java.io.BufferedReader;
import java.io.IOException;