Build against Paper 1.21.4
This commit is contained in:
parent
484614f71e
commit
06f63459ac
4 changed files with 6 additions and 7 deletions
|
|
@ -8,11 +8,11 @@ import org.bukkit.command.CommandExecutor;
|
|||
import org.bukkit.command.CommandSender;
|
||||
|
||||
import net.coreprotect.config.ConfigHandler;
|
||||
import net.coreprotect.extensions.Extensions;
|
||||
import net.coreprotect.language.Phrase;
|
||||
import net.coreprotect.thread.NetworkHandler;
|
||||
import net.coreprotect.utility.Chat;
|
||||
import net.coreprotect.utility.Color;
|
||||
import net.coreprotect.utility.Extensions;
|
||||
import net.coreprotect.utility.VersionUtils;
|
||||
|
||||
public class CommandHandler implements CommandExecutor {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
package net.coreprotect.extensions;
|
||||
package net.coreprotect.utility;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
import net.coreprotect.language.Phrase;
|
||||
import net.coreprotect.utility.Chat;
|
||||
import net.coreprotect.utility.Color;
|
||||
|
||||
public class Extensions {
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue