diff --git a/vminecraftChat.java b/vminecraftChat.java index eb912640e..a1f7b039f 100644 --- a/vminecraftChat.java +++ b/vminecraftChat.java @@ -95,9 +95,9 @@ public class vminecraftChat { public static String rainbow(String msg){ String temp = ""; //The array of colors to use - String[] rainbow = new String[] {Colors.Red, Colors.Rose, - Colors.Yellow, Colors.Green, Colors.Blue, - Colors.LightPurple, Colors.Purple}; + String[] rainbow = new String[] {Colors.Red, Colors.Rose, Colors.Gold, + Colors.Yellow, Colors.LightGreen, Colors.Green, Colors.Blue, + Colors.Navy, Colors.DarkPurple, Colors.Purple, Colors.LightPurple}; int counter=0; //Loop through the message applying the colors for(int x=0; x