We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d400147 + cb58130 commit 5ff3beeCopy full SHA for 5ff3bee
src/main/java/org/mctourney/autoreferee/listeners/SpectatorListener.java
@@ -149,6 +149,10 @@ else if ("inventory".equalsIgnoreCase(parts[0]))
149
player.sendMessage(ChatColor.DARK_GRAY + "Cannot show inventory for " + parts[2]);
150
}
151
152
+ else if (message.contains("panic")){
153
+ match.updateReferee(player);
154
+ player.sendMessage(ChatColor.DARK_RED + "Panic button successful.");
155
+ }
156
157
catch (UnsupportedEncodingException e)
158
{ AutoReferee.log("Unsupported encoding: " + AutoReferee.PLUGIN_CHANNEL_ENC); }
0 commit comments