mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-24 15:23:20 +02:00
The textreader classes are utils, so they should be under the utils package
This commit is contained in:
@@ -3,8 +3,8 @@ package com.earth2me.essentials.commands;
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.utils.Util;
|
||||
import com.earth2me.essentials.api.IUser;
|
||||
import com.earth2me.essentials.textreader.ArrayListInput;
|
||||
import com.earth2me.essentials.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.ArrayListInput;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import java.text.DateFormat;
|
||||
import java.util.*;
|
||||
import java.util.Map.Entry;
|
||||
|
@@ -1,9 +1,13 @@
|
||||
package com.earth2me.essentials.commands;
|
||||
|
||||
import com.earth2me.essentials.utils.textreader.TextInput;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.HelpInput;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.utils.Util;
|
||||
import com.earth2me.essentials.api.IUser;
|
||||
import com.earth2me.essentials.textreader.*;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package com.earth2me.essentials.commands;
|
||||
|
||||
import com.earth2me.essentials.textreader.IText;
|
||||
import com.earth2me.essentials.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.textreader.TextInput;
|
||||
import com.earth2me.essentials.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.utils.textreader.TextInput;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package com.earth2me.essentials.commands;
|
||||
|
||||
import com.earth2me.essentials.textreader.IText;
|
||||
import com.earth2me.essentials.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.textreader.TextInput;
|
||||
import com.earth2me.essentials.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.utils.textreader.TextInput;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package com.earth2me.essentials.commands;
|
||||
|
||||
import com.earth2me.essentials.textreader.IText;
|
||||
import com.earth2me.essentials.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.textreader.TextInput;
|
||||
import com.earth2me.essentials.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.utils.textreader.TextInput;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
||||
|
@@ -5,10 +5,10 @@ import com.earth2me.essentials.api.IEssentials;
|
||||
import com.earth2me.essentials.api.ISettings;
|
||||
import com.earth2me.essentials.api.IUser;
|
||||
import com.earth2me.essentials.permissions.Permissions;
|
||||
import com.earth2me.essentials.textreader.IText;
|
||||
import com.earth2me.essentials.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.textreader.TextInput;
|
||||
import com.earth2me.essentials.textreader.TextPager;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.utils.textreader.TextInput;
|
||||
import com.earth2me.essentials.utils.textreader.TextPager;
|
||||
import com.earth2me.essentials.user.UserData.TimestampType;
|
||||
import com.earth2me.essentials.utils.LocationUtil;
|
||||
import java.io.IOException;
|
||||
|
@@ -7,10 +7,10 @@ import com.earth2me.essentials.api.ISettings;
|
||||
import com.earth2me.essentials.api.IUser;
|
||||
import com.earth2me.essentials.storage.AsyncStorageObjectHolder;
|
||||
import com.earth2me.essentials.storage.Location.WorldNotLoadedException;
|
||||
import com.earth2me.essentials.textreader.IText;
|
||||
import com.earth2me.essentials.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.textreader.SimpleTextInput;
|
||||
import com.earth2me.essentials.textreader.SimpleTextPager;
|
||||
import com.earth2me.essentials.utils.textreader.IText;
|
||||
import com.earth2me.essentials.utils.textreader.KeywordReplacer;
|
||||
import com.earth2me.essentials.utils.textreader.SimpleTextInput;
|
||||
import com.earth2me.essentials.utils.textreader.SimpleTextPager;
|
||||
import java.io.File;
|
||||
import java.util.HashMap;
|
||||
import java.util.Locale;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.api.IEssentials;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import com.earth2me.essentials.utils.DescParseTickFormat;
|
||||
import com.earth2me.essentials.api.IEssentials;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import com.earth2me.essentials.utils.Util;
|
||||
import com.earth2me.essentials.api.IEssentials;
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.textreader;
|
||||
package com.earth2me.essentials.utils.textreader;
|
||||
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import java.util.List;
|
Reference in New Issue
Block a user