This commit is contained in:
AlphaAE
2019-05-13 16:36:50 +08:00
parent 4ed2bdcf2e
commit 462d16cc06
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class ToastUtils {
public static final int INFO_TYPE_WARNING = 2;
private static String[] infoTypeArr = new String[]{"&", "&b", "&e"};
private static String[] infoTypeArr = new String[]{"&c", "&b", "&e"};
public static void Show(Player player, int infoType, String info) {
player.sendPopup(TextFormat.colorize(infoTypeArr[infoType] + info));