Moved new command handler system to new package

This commit is contained in:
Tim Visée 2015-11-01 15:34:13 +01:00
parent 1897b1f5e6
commit eeec8ca228
27 changed files with 31 additions and 31 deletions

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
public class CommandArgumentDescription { public class CommandArgumentDescription {

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.util.StringUtils; import com.timvisee.dungeonmaze.util.StringUtils;
import org.bukkit.command.CommandSender; import org.bukkit.command.CommandSender;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.command.help.HelpProvider; import com.timvisee.dungeonmaze.command.help.HelpProvider;
import org.bukkit.ChatColor; import org.bukkit.ChatColor;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.service.Service; import com.timvisee.dungeonmaze.service.Service;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.command.executable.*; import com.timvisee.dungeonmaze.command.executable.*;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.util.ListUtils; import com.timvisee.dungeonmaze.util.ListUtils;
import com.timvisee.dungeonmaze.util.StringUtils; import com.timvisee.dungeonmaze.util.StringUtils;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.permission.PermissionsManager; import com.timvisee.dungeonmaze.permission.PermissionsManager;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import org.bukkit.command.CommandSender; import org.bukkit.command.CommandSender;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic; package fr.xephi.authme.command;
import org.bukkit.command.CommandSender; import org.bukkit.command.CommandSender;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;
import com.timvisee.dungeonmaze.command.ExecutableCommand; import com.timvisee.dungeonmaze.command.ExecutableCommand;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.executable; package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.DungeonMaze; import com.timvisee.dungeonmaze.DungeonMaze;
import com.timvisee.dungeonmaze.command.CommandParts; import com.timvisee.dungeonmaze.command.CommandParts;

View File

@ -1,10 +1,10 @@
package fr.xephi.authme.commands.dynamic.help; package fr.xephi.authme.command.help;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.CommandArgumentDescription; import fr.xephi.authme.commands.CommandArgumentDescription;
import com.timvisee.dungeonmaze.command.CommandDescription; import fr.xephi.authme.commands.CommandDescription;
import com.timvisee.dungeonmaze.command.CommandParts; import fr.xephi.authme.commands.CommandParts;
import com.timvisee.dungeonmaze.command.CommandPermissions; import fr.xephi.authme.commands.CommandPermissions;
import com.timvisee.dungeonmaze.util.StringUtils; import com.timvisee.dungeonmaze.util.StringUtils;
import org.bukkit.ChatColor; import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender; import org.bukkit.command.CommandSender;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.help; package fr.xephi.authme.command.help;
import com.timvisee.dungeonmaze.Core; import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.command.*; import com.timvisee.dungeonmaze.command.*;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic.help; package fr.xephi.authme.command.help;
import com.timvisee.dungeonmaze.command.CommandArgumentDescription; import com.timvisee.dungeonmaze.command.CommandArgumentDescription;
import com.timvisee.dungeonmaze.command.CommandDescription; import com.timvisee.dungeonmaze.command.CommandDescription;