Organized executable commands package

This commit is contained in:
Tim Visée 2015-11-01 17:51:29 +01:00
parent 9e65eaa048
commit 93e9ef18d2
7 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
package fr.xephi.authme.command;
import fr.xephi.authme.command.executable.*;
import fr.xephi.authme.command.executable.authme.*;
import java.util.ArrayList;
import java.util.List;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.cache.auth.PlayerAuth;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.command.CommandParts;
import fr.xephi.authme.command.ExecutableCommand;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.cache.auth.PlayerAuth;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandParts;