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,10 +1,11 @@
package fr.xephi.authme.command.executable.logout;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandParts;
import fr.xephi.authme.command.ExecutableCommand;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class LogoutCommand extends ExecutableCommand {