Rename modules to correct name
This commit is contained in:
parent
05312a9bef
commit
2ae072f5b7
@ -179,15 +179,15 @@ public class KothManager extends MiniPlugin
|
|||||||
_active.add(player);
|
_active.add(player);
|
||||||
|
|
||||||
if (color == null)
|
if (color == null)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have entered " + F.elem("KOTH Mode") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have entered " + F.elem("KOTH Mode") + "."));
|
||||||
else if (color == Color.RED)
|
else if (color == Color.RED)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cRed + "Red KOTH Team") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have joined " + F.elem(C.cRed + "Red KOTH Team") + "."));
|
||||||
else if (color == Color.AQUA)
|
else if (color == Color.AQUA)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cAqua + "Blue KOTH Team") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have joined " + F.elem(C.cAqua + "Blue KOTH Team") + "."));
|
||||||
else if (color == Color.LIME)
|
else if (color == Color.LIME)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cGreen + "Green KOTH Team") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have joined " + F.elem(C.cGreen + "Green KOTH Team") + "."));
|
||||||
else if (color == Color.YELLOW)
|
else if (color == Color.YELLOW)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cYellow + "Yellow KOTH Team") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have joined " + F.elem(C.cYellow + "Yellow KOTH Team") + "."));
|
||||||
|
|
||||||
ArrayList<String> outfit = new ArrayList<String>();
|
ArrayList<String> outfit = new ArrayList<String>();
|
||||||
outfit.add("Team Helmet");
|
outfit.add("Team Helmet");
|
||||||
@ -204,7 +204,7 @@ public class KothManager extends MiniPlugin
|
|||||||
{
|
{
|
||||||
_kothSword.Disable(player);
|
_kothSword.Disable(player);
|
||||||
_active.remove(player);
|
_active.remove(player);
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have exited " + F.elem("KOTH Mode") + "."));
|
UtilPlayer.message(player, F.main("KOTH", "You have exited " + F.elem("KOTH Mode") + "."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -461,11 +461,11 @@ public class SoccerManager extends MiniPlugin
|
|||||||
_active.add(player);
|
_active.add(player);
|
||||||
|
|
||||||
if (color == null)
|
if (color == null)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have entered " + F.elem("Slimeball Mode") + "."));
|
UtilPlayer.message(player, F.main("Slimeball", "You have entered " + F.elem("Slimeball Mode") + "."));
|
||||||
else if (color == Color.RED)
|
else if (color == Color.RED)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cRed + "Red Slimeball Team") + "."));
|
UtilPlayer.message(player, F.main("Slimeball", "You have joined " + F.elem(C.cRed + "Red Slimeball Team") + "."));
|
||||||
else if (color == Color.AQUA)
|
else if (color == Color.AQUA)
|
||||||
UtilPlayer.message(player, F.main("Parkour", "You have joined " + F.elem(C.cAqua + "Blue Slimeball Team") + "."));
|
UtilPlayer.message(player, F.main("Slimeball", "You have joined " + F.elem(C.cAqua + "Blue Slimeball Team") + "."));
|
||||||
|
|
||||||
ArrayList<String> outfit = new ArrayList<String>();
|
ArrayList<String> outfit = new ArrayList<String>();
|
||||||
outfit.add("Team Helmet");
|
outfit.add("Team Helmet");
|
||||||
|
Loading…
Reference in New Issue
Block a user