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
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
public class CommandArgumentDescription {
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.util.StringUtils;
import org.bukkit.command.CommandSender;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.command.help.HelpProvider;
import org.bukkit.ChatColor;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.service.Service;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.command.executable.*;
@@ -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.StringUtils;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import com.timvisee.dungeonmaze.Core;
import com.timvisee.dungeonmaze.permission.PermissionsManager;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import org.bukkit.command.CommandSender;
@@ -1,4 +1,4 @@
package fr.xephi.authme.commands.dynamic;
package fr.xephi.authme.command;
import org.bukkit.command.CommandSender;
@@ -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.command.CommandParts;
@@ -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.DungeonMaze;
@@ -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.command.CommandParts;
@@ -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.ExecutableCommand;
@@ -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.command.CommandParts;
@@ -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.DungeonMaze;
@@ -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.command.CommandParts;
@@ -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.command.CommandParts;
@@ -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.command.CommandParts;
@@ -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.DungeonMaze;
@@ -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.DungeonMaze;
@@ -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.DungeonMaze;
@@ -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.command.CommandParts;
@@ -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.command.CommandParts;
@@ -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.command.CommandParts;
@@ -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.command.CommandArgumentDescription;
import com.timvisee.dungeonmaze.command.CommandDescription;
import com.timvisee.dungeonmaze.command.CommandParts;
import com.timvisee.dungeonmaze.command.CommandPermissions;
import fr.xephi.authme.commands.CommandArgumentDescription;
import fr.xephi.authme.commands.CommandDescription;
import fr.xephi.authme.commands.CommandParts;
import fr.xephi.authme.commands.CommandPermissions;
import com.timvisee.dungeonmaze.util.StringUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
@@ -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.command.*;
@@ -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.CommandDescription;