1
0
Fork 0

[R] 给主类改个名

master
Taskeren 2019-07-10 22:47:11 +08:00
parent c83c9b9e17
commit e1a6b0af5e
1 changed files with 1 additions and 1 deletions

View File

@ -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);