You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multichat/src/main/java/xyz/olivermartin/multichat/bungee/Events.java
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
importcom.olivermartin410.plugins.TChatInfo;
14
14
importcom.olivermartin410.plugins.TGroupChatInfo;
15
15
16
+
importde.myzelyam.api.vanish.BungeeVanishAPI;
16
17
importnet.md_5.bungee.api.ChatColor;
17
18
importnet.md_5.bungee.api.ProxyServer;
18
19
importnet.md_5.bungee.api.chat.ComponentBuilder;
@@ -388,7 +389,7 @@ public void onChat(ChatEvent event) {
388
389
389
390
DebugManager.log("Does player have simple colour permission? " + (player.hasPermission("multichat.chat.colour.simple")||player.hasPermission("multichat.chat.color.simple")));
390
391
391
-
DebugManager.log("Does player have rgb colour permission? " + (player.hasPermission("multichat.chat.colour.rgb")||player.hasPermission("multichat.chat.color.rgb")));
392
+
DebugManager.log("Does player have rgb colour permission? " + (player.hasPermission("multichat.chat.colour.rgb")||player.hasPermission("multichat.chat.color.rgb")));
0 commit comments