Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Create Verify.java
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcqrn authored Jun 10, 2017
1 parent dd1f214 commit ba91b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/mcplugindev/freedomverify/listener/Verify.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 <password>" to make sure the password isn't logged to the console.
@EventHandler
public void onPlayerChat(AsyncPlayerChatEvent event) {
Player player = event.getPlayer();
Expand Down

0 comments on commit ba91b0c

Please sign in to comment.