From e1a6b0af5ea643a42760a380460b4c6e62509c99 Mon Sep 17 00:00:00 2001 From: Taskeren Date: Wed, 10 Jul 2019 22:47:11 +0800 Subject: [PATCH] =?UTF-8?q?[R]=20=E7=BB=99=E4=B8=BB=E7=B1=BB=E6=94=B9?= =?UTF-8?q?=E4=B8=AA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nativebot/{MinecraftPlugin.java => NativeBotPlugin.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/java/ren/taske/nativebot/{MinecraftPlugin.java => NativeBotPlugin.java} (93%) diff --git a/src/main/java/ren/taske/nativebot/MinecraftPlugin.java b/src/main/java/ren/taske/nativebot/NativeBotPlugin.java similarity index 93% rename from src/main/java/ren/taske/nativebot/MinecraftPlugin.java rename to src/main/java/ren/taske/nativebot/NativeBotPlugin.java index 423eaf6..694553d 100644 --- a/src/main/java/ren/taske/nativebot/MinecraftPlugin.java +++ b/src/main/java/ren/taske/nativebot/NativeBotPlugin.java @@ -15,7 +15,7 @@ import ren.taske.nativebot.i18n.I18nInit; import ren.taske.nativebot.minecraft.command.CommandQQ; import ren.taske.nativebot.minecraft.command.CommandQQAdmin; -public class MinecraftPlugin extends JavaPlugin { +public class NativeBotPlugin extends JavaPlugin { protected final NativeBot nativebot = new NativeBot(this); protected final Chatting chatting = new Chatting(this);