From ba91b0c8730c7d641733eb7cd5d74fdb9fc29753 Mon Sep 17 00:00:00 2001 From: Dylan Fox Date: Sat, 10 Jun 2017 13:28:39 -0700 Subject: [PATCH] Create Verify.java --- src/com/mcplugindev/freedomverify/listener/Verify.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/mcplugindev/freedomverify/listener/Verify.java b/src/com/mcplugindev/freedomverify/listener/Verify.java index 45a9eab..48bd282 100644 --- a/src/com/mcplugindev/freedomverify/listener/Verify.java +++ b/src/com/mcplugindev/freedomverify/listener/Verify.java @@ -11,6 +11,7 @@ public class Verify implements Listener { public static final String BOTPREFIX = ChatColor.DARK_GRAY + "[" + ChatColor.DARK_GREEN + "Freedom" + ChatColor.GREEN + "Bot" + ChatColor.DARK_GRAY + "]" + ChatColor.RESET + " "; + // FreedomVerify uses the custom command "!verify " to make sure the password isn't logged to the console. @EventHandler public void onPlayerChat(AsyncPlayerChatEvent event) { Player player = event.getPlayer();