This commit is contained in:
Gabriele C
2015-11-01 23:35:10 +01:00
parent 43327e9892
commit 175da3f6fc
42 changed files with 194 additions and 140 deletions
@@ -1,5 +1,8 @@
package fr.xephi.authme.command.executable.captcha;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.cache.auth.PlayerCache;
import fr.xephi.authme.command.CommandParts;
@@ -7,8 +10,6 @@ import fr.xephi.authme.command.ExecutableCommand;
import fr.xephi.authme.security.RandomString;
import fr.xephi.authme.settings.Messages;
import fr.xephi.authme.settings.Settings;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class CaptchaCommand extends ExecutableCommand {