Giter VIP home page Giter VIP logo

miraimc's Introduction

你好 👋

关于我

关于我的ID

如果你想用中文,请叫我“流光”,我不是很建议你用英文,但你一定要用的话,可以叫我“dream”(不是YouTube上的Dream哟)

我的英文ID:“DreamVoid”。它由“Dream”和“Void”两个单词组成,前一个单词大家都很熟悉,后一个单词是我把虚空(Void)的单词加进来,这样拼凑成的我的 ID。我是这样解释它的:梦想坠入虚空而消失

我的中文ID:“流光”。最初使用“流光”是因为过去有一款黑客软件也叫“流光”。

你知道吗?

  • 虽然我已经用 Github 有两年多了,但是我真正开始开发点什么是在 MiraiMC 后。
  • 虽然我的第一个真正意义上的项目 MiraiMC 是一个很完善的插件并且有很多好评,但其实在创建这个仓库的前一天我根本没有接触过 Java 开发,甚至没有完善的 Java 基础
  • 我有一点强迫症,比如我喜欢(没有意义的)整理代码,但我真的写起代码来完全不拘一格。比如我会把 Java 的方法写成这样:public void AnExampleMethod(String a,boolean b){}(规范的写法逗号b 中间要有空格,并且右括号左花括号也要有空格,开头 AnA 最好是小写以遵循小驼峰命名法)。
  • 我有钱买域名,但我非常喜欢使用免费域名,并且尤其喜欢 .ml 顶域。
  • 我不知道陈春是谁,但是肯定有人把我错认为TA了。不过,我知道顾红光李金涛是谁,如果你也想和他交朋友的话,我可以把他介绍给你。
  • 我只是一个学生,但是我已经通过 GitHub 收到了来自世界各地的工作机会邀请邮件🙏

我的Github数据

Anurag's github stats

miraimc's People

Contributors

codacy-badger avatar dependabot[bot] avatar dreamvoid avatar lt-name avatar thrrip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

miraimc's Issues

BotIsBeingMutedException异常无法处理,导致程序无法继续进行

问题描述

机器人在群内处于全员禁言状态时“BotIsBeingMutedException: bot is being muted, remaining 0.0s seconds”
程序会在禁言的群那部分卡住没有继续执行(我写的一个遍历群 然后挨个群发送消息的功能 类似群发)
然后群发并不完整,在禁言的那个群停了下来,后台报错BotIsBeingMutedException,程序也停了

复现方法

List groups = MiraiBot.getBot(MiraiBot.getOnlineBots().get(0)).getGroupList();
for (Long group : groups) {
MiraiBot.getBot(MiraiBot.getOnlineBots().get(0)).getGroup(group).sendMessageMirai(“测试”);
}

版本类型

  • Minecraft 服务端版本:
  • Catserver-1.12.2
  • MiraiMC 插件版本:
  • MiraiMC-Bukkit-1.5.1

截图

服务器日志

[15:54:12] [Server thread/WARN]: [MiraiMCBroadcast] Task #11 for MiraiMCBroadcast v1.0-SNAPSHOT generated an exception
net.mamoe.mirai.contact.BotIsBeingMutedException: bot is being muted, remaining 0.0s seconds
        at net.mamoe.mirai.internal.contact.SendMessageHandler.sendMessagePacket(SendMessageHandler.kt:175) ~[?:?]
        at net.mamoe.mirai.internal.contact.SendMessageHandler$sendMessagePacket$1.invokeSuspend(SendMessageHandler.kt) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[?:?]
        at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) ~[?:?]
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) ~[?:?]
        at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:178) ~[?:?]
        at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:166) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:397) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:431) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$default(CancellableContinuationImpl.kt:420) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:328) ~[?:?]
        at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1412) ~[?:?]
        at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:318) ~[?:?]
        at kotlinx.coroutines.JobSupport.tryFinalizeSimpleState(JobSupport.kt:295) ~[?:?]
        at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:856) ~[?:?]
        at kotlinx.coroutines.JobSupport.makeCompleting$kotlinx_coroutines_core(JobSupport.kt:806) ~[?:?]
        at kotlinx.coroutines.CompletableDeferredImpl.complete(CompletableDeferred.kt:92) ~[?:?]
        at net.mamoe.mirai.internal.network.handler.NetworkHandlerSupport.collectReceived$mirai_core(NetworkHandlerSupport.kt:78) ~[?:?]
        at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$PacketDecodePipeline$send$1.invokeSuspend(NettyNetworkHandler.kt:178) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[?:?]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[?:?]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[AbstractEventExecutor.class:4.1.9.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) ~[SingleThreadEventExecutor.class:4.1.9.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442) ~[NioEventLoop.class:4.1.9.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[SingleThreadEventExecutor$5.class:4.1.9.Final]
        at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) ~[DefaultThreadFactory$DefaultRunnableDecorator.class:4.1.9.Final]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]

额外说明

或许是其他问题(我也不清楚= =

QQ机器人在登陆后存在后台刷屏问题

问题描述

后台存在单一信息的持续刷屏,内容:
[05:18:25] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String

复现方法

  1. 安装MiraiMC
  2. 登陆账号

服务端类型

Bukkit

服务端版本

Spigot-1.18.2

MiraiMC 插件版本

1.6

服务端日志

[05:17:50] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[05:17:53] [Worker-Main-6/INFO]: Loaded 7 recipes
[05:17:54] [Server thread/INFO]: Starting minecraft server version 1.18.2
[05:17:54] [Server thread/INFO]: Loading properties
[05:17:55] [Server thread/INFO]: This server is running CraftBukkit version 3470-Spigot-ffceeae-1092219 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT)
[05:17:55] [Server thread/INFO]: Debug logging is disabled
[05:17:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:17:55] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:17:55] [Server thread/INFO]: Default game type: SURVIVAL
[05:17:55] [Server thread/INFO]: Generating keypair
[05:17:55] [Server thread/INFO]: Starting Minecraft server on *:25565
[05:17:55] [Server thread/INFO]: Using epoll channel type
[05:17:56] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.6
[05:17:57] [Server thread/INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[05:17:57] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.11.0-M2.1.jar
[05:17:58] [Server thread/INFO]: [MiraiMC] Loading library mirai-core-all-2.11.0-M2.1.jar
[05:17:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+4-4bd1b3c
[05:17:58] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[05:17:58] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.9 (Phoenix)
[05:17:58] [Server thread/INFO]: [TAB] Loading TAB v3.1.0
[05:17:58] [Server thread/INFO]: [MiaoChat] Loading MiaoChat v2.1.0
[05:17:58] [Server thread/INFO]: Preparing level "world"
[05:17:59] [Server thread/INFO]: -------- World Settings For [world] --------
[05:17:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:17:59] [Server thread/INFO]: Mob Spawn Range: 6
[05:17:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:17:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:17:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[05:17:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:17:59] [Server thread/INFO]: Max TNT Explosions: 100
[05:17:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:17:59] [Server thread/INFO]: Item Despawn Rate: 6000
[05:17:59] [Server thread/INFO]: Item Merge Radius: 2.5
[05:17:59] [Server thread/INFO]: View Distance: 12
[05:17:59] [Server thread/INFO]: Simulation Distance: 10
[05:17:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:17:59] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:17:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:17:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:17:59] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[05:17:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:17:59] [Server thread/INFO]: Mob Spawn Range: 6
[05:17:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:17:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:17:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:17:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[05:17:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:18:00] [Server thread/INFO]: Max TNT Explosions: 100
[05:18:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:18:00] [Server thread/INFO]: Item Despawn Rate: 6000
[05:18:00] [Server thread/INFO]: Item Merge Radius: 2.5
[05:18:00] [Server thread/INFO]: View Distance: 12
[05:18:00] [Server thread/INFO]: Simulation Distance: 10
[05:18:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:18:00] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:18:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:18:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:18:00] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[05:18:00] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:18:00] [Server thread/INFO]: Mob Spawn Range: 6
[05:18:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:18:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:18:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:18:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[05:18:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:18:00] [Server thread/INFO]: Max TNT Explosions: 100
[05:18:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:18:00] [Server thread/INFO]: Item Despawn Rate: 6000
[05:18:00] [Server thread/INFO]: Item Merge Radius: 2.5
[05:18:00] [Server thread/INFO]: View Distance: 12
[05:18:00] [Server thread/INFO]: Simulation Distance: 10
[05:18:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:18:00] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:18:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:18:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:18:00] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:18:01] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[05:18:02] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:02] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:02] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:02] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:03] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[05:18:03] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[05:18:04] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[05:18:04] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:05] [Worker-Main-5/INFO]: Preparing spawn area: 4%
[05:18:05] [Worker-Main-5/INFO]: Preparing spawn area: 9%
[05:18:06] [Worker-Main-4/INFO]: Preparing spawn area: 9%
[05:18:06] [Worker-Main-5/INFO]: Preparing spawn area: 10%
[05:18:07] [Worker-Main-5/INFO]: Preparing spawn area: 20%
[05:18:07] [Worker-Main-5/INFO]: Preparing spawn area: 48%
[05:18:08] [Worker-Main-5/INFO]: Preparing spawn area: 77%
[05:18:09] [Server thread/INFO]: Time elapsed: 8997 ms
[05:18:09] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:18:10] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:10] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:11] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[05:18:11] [Worker-Main-4/INFO]: Preparing spawn area: 4%
[05:18:12] [Worker-Main-6/INFO]: Preparing spawn area: 4%
[05:18:12] [Worker-Main-5/INFO]: Preparing spawn area: 12%
[05:18:13] [Worker-Main-4/INFO]: Preparing spawn area: 42%
[05:18:13] [Worker-Main-4/INFO]: Preparing spawn area: 76%
[05:18:14] [Server thread/INFO]: Time elapsed: 4955 ms
[05:18:14] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:18:15] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:15] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:15] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:15] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[05:18:16] [Worker-Main-4/INFO]: Preparing spawn area: 6%
[05:18:16] [Worker-Main-5/INFO]: Preparing spawn area: 51%
[05:18:17] [Server thread/INFO]: Time elapsed: 2834 ms
[05:18:17] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.6
[05:18:17] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[05:18:17] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[05:18:17] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[05:18:17] [Server thread/INFO]: [MiraiMC] Registering commands.
[05:18:17] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[05:18:17] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[05:18:17] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[05:18:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+4-4bd1b3c
[05:18:17] [Server thread/INFO]: [Essentials] You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[05:18:18] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[05:18:18] [Server thread/INFO]: No kits found to migrate.
[05:18:18] [Server thread/INFO]: Loaded 36926 items from items.json.
[05:18:18] [Server thread/INFO]: Using locale zh
[05:18:18] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:18:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:18:18] [Server thread/WARN]: [Essentials] Detected supported permissions plugin GroupManager without Vault installed.
[05:18:18] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[05:18:18] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[05:18:18] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[05:18:19] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:18:19] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.9 (Phoenix)
[05:18:19] [Server thread/INFO]: [GroupManager] World Found: world
[05:18:19] [Server thread/INFO]: [GroupManager] Superperms support enabled.
[05:18:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: groupmanager [1.0.0]
[05:18:19] [Server thread/INFO]: [GroupManager] Add-ons: PlaceholderAPI v2.11.1
[05:18:19] [Server thread/INFO]: [GroupManager] Scheduled Data Saving is set for every 10 minutes!
[05:18:19] [Server thread/INFO]: [GroupManager] Backups will be retained for 24 hours!
[05:18:19] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is enabled!
[05:18:19] [Server thread/INFO]: [TAB] Enabling TAB v3.1.0
[05:18:19] [Server thread/INFO]: [TAB] §7Server version: 1.18.2 (v1_18_R2)
[05:18:19] [Server thread/INFO]: [TAB] §7Loaded NMS hook in 70ms
[05:18:19] [Server thread/INFO]: [TAB] §aEnabled in 161ms
[05:18:19] [Server thread/INFO]: [MiaoChat] Enabling MiaoChat v2.1.0
[05:18:19] [Server thread/INFO]: [MiaoChat] 已开启 BungeeCord 模式!
[05:18:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mct [1.0]
[05:18:19] [Server thread/INFO]: [MiaoChat] 异步初始化本地化工具...
[05:18:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:18:19] [Thread-8/INFO]: [MiaoChat] 配置 Item_zh_CN.yml 来自 YUMC 数据中心...
[05:18:19] [Thread-8/INFO]: [MiaoChat] 远程汉化文件词条数量: 1912
[05:18:19] [Thread-8/INFO]: [MiaoChat] 本地化工具初始化完毕...
[05:18:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:18:20] [Server thread/INFO]: Done (21.796s)! For help, type "help"
[05:18:20] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[05:18:20] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] [AutoLogin] Auto login bot account: 320****384 Protocol: ANDROID_PAD
[05:18:20] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] Checking update...
[05:18:20] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 登录新的机器人账号: 320****384, 协议: ANDROID_PAD
[05:18:20] [Craft Scheduler Thread - 3/INFO]: [Essentials] §6正在获取版本信息...
[05:18:20] [Server thread/INFO]: [GroupManager] Bukkit Permissions Updated!
[05:18:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.0]
[05:18:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.2]
[05:18:20] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 3 scripts loaded!
[05:18:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [2.1.0]
[05:18:20] [Server thread/INFO]: �[0;32;1m3 placeholder hook(s) registered!�[m
[05:18:20] [Craft Scheduler Thread - 5/INFO]: [GroupManager] There was an issue parsing the version string.
[05:18:20] [Craft Scheduler Thread - 5/INFO]: [GroupManager] No new version available
[05:18:20] [Craft Scheduler Thread - 3/WARN]: [Essentials] §4你正在运行的EssentialsX已过期§c1§4个开发版本!
[05:18:20] [Craft Scheduler Thread - 3/WARN]: [Essentials] §4在此处下载:§chttps://essentialsx.net/downloads.html
[05:18:25] [DefaultDispatcher-worker-1/WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:131)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:240)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.serialization.protobuf.internal.ProtobufTaggedDecoder.decodeSerializableElement(ProtobufTaggedDecoder.kt:82)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:214)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.serialization.protobuf.ProtoBuf.decodeFromByteArray(ProtoBuf.kt:137)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs(utils.kt:220)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs(utils.kt:1)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs$default(utils.kt:215)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs$default(utils.kt:1)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecretsImpl(AccountSecretsManager.kt:198)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecrets(AccountSecretsManager.kt:192)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.CombinedAccountSecretsManager.getSecrets(AccountSecretsManager.kt:240)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:152)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:24)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:111)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:257)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: Caused by: java.util.jar.JarException: The JCE Provider file:/usr/local/minecraft/1.18.2-spigot/plugins/MiraiMC/MiraiBot/libs/mirai-core-all-2.11.0-M2.1.jar is not signed.
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:464)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:317)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:260)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:130)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:190)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:218)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:128)
[05:18:25] [DefaultDispatcher-worker-1/WARN]: 	... 39 more
[05:18:25] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:25] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:26] [nioEventLoopGroup-2-2/INFO]: () -> kotlin.String
[05:18:26] [nioEventLoopGroup-2-3/INFO]: () -> kotlin.String
[05:18:26] [nioEventLoopGroup-2-4/INFO]: () -> kotlin.String
[05:18:26] [nioEventLoopGroup-2-1/INFO]: () -> kotlin.String
[05:18:26] [nioEventLoopGroup-2-2/INFO]: () -> kotlin.String
[05:18:26] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 我的Bot昵称(320****384) 登录成功
[05:18:43] [Server thread/INFO]: Stopping the server
[05:18:43] [Server thread/INFO]: Stopping server
[05:18:43] [Server thread/INFO]: [MiaoChat] Disabling MiaoChat v2.1.0
[05:18:43] [Server thread/INFO]: [TAB] Disabling TAB v3.1.0
[05:18:43] [Server thread/INFO]: [TAB] §aDisabled in 1ms
[05:18:43] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.9 (Phoenix)
[05:18:43] [Server thread/WARN]: [GroupManager] Scheduled Data Saving is Disabled!
[05:18:43] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is disabled!
[05:18:43] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.1
[05:18:43] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.0-dev+4-4bd1b3c
[05:18:44] [Server thread/INFO]: [MiraiMC] Disabling MiraiMC v1.6
[05:18:44] [Server thread/INFO]: [MiraiMC] Stopping bot event listener.
[05:18:44] [Server thread/INFO]: [MiraiMC] Closing all bots
[05:18:44] [Server thread/INFO]: [MiraiMC] Closing SQLite database.
[05:18:44] [Server thread/INFO]: [MiraiMC] All tasks done. Thanks for use MiraiMC!
[05:18:44] [Server thread/INFO]: Saving players
[05:18:44] [Server thread/INFO]: Saving worlds
[05:18:47] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[05:18:47] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[05:18:47] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[05:18:47] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[05:18:47] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[05:18:47] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[05:18:47] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved

额外说明

正常日志原文

”禁止登录“ ”当前上网环境异常,请更换网络环境或在常用设备上登录或稍后再试“

问题描述

登陆出现错误
提示禁止登录, 当前上网环境异常,请更换网络环境或在常用设备上登录或稍后再试。tips=若频繁出现, 请尝试开启设备锁

复现方法

  1. 使用滑块登陆
  2. 进行登陆

版本类型
mohist-1.12.2-243-server
MiraiMC 1.3.2

  • Minecraft 服务端版本:
  • MiraiMC 插件版本:

服务器日志


[21:59:58] [Craft Scheduler Thread - 10/INFO] [Mohist]: [MiraiMC] 登录新的机器人账号: 1850616764, 协议: ANDROID_PHONE
[21:59:59] [Craft Scheduler Thread - 10/INFO] []: �[92m2021-08-07 21:59:59 I/Mirai: Mirai 正在使用桌面环境. 如遇到验证码将会弹出对话框. 可添加 JVM 属性 `mirai.no-desktop` 以关闭.�[0m
[21:59:59] [Craft Scheduler Thread - 10/INFO] []: �[92m2021-08-07 21:59:59 I/Mirai: Mirai is using desktop. Captcha will be thrown by window popup. You can add `mirai.no-desktop` to JVM properties (-Dmirai.no-desktop) to disable it.�[0m
[22:00:04] [DefaultDispatcher-worker-1/TRACE] [Mohist]: [MiraiMC] [BotSessionSyncer] No server list cached.
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:105)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:230)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:123)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.getDefaultInitialPublicKey(ECDH.kt:132)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.context.AccountSecretsKt.AccountSecretsImpl(AccountSecrets.kt:102)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:45)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:37)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:25)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:29)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:81)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:95)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:269)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: Caused by: java.util.jar.JarException: file:/D:/Game/Mohist-243/plugins/MiraiMC-release.jar has unsigned entries - net/mamoe/mirai/internal/network/impl/netty/NettyChannelException.class
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:502)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verifyJars(JarVerifier.java:363)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verify(JarVerifier.java:289)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:164)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:190)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:102)
[22:00:06] [DefaultDispatcher-worker-1/WARN] []: 	... 29 more
[22:00:06] [DefaultDispatcher-worker-1/INFO] [Mohist]: [MiraiMC] [ECDHInitialPublicKeyUpdater] ECDH key is invalid, start to fetch ecdh public key from server.
[22:00:08] [DefaultDispatcher-worker-1/INFO] [Mohist]: [MiraiMC] [ECDHInitialPublicKeyUpdater] Successfully fetched ecdh public key from server.
[22:00:09] [DefaultDispatcher-worker-1/TRACE] [Mohist]: [MiraiMC] Send: wtlogin.login
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] 当前登录的QQ(1850616764)需要滑动验证码验证
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] 请使用手机QQ打开以下链接进行验证
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=1850616764&sid=3184719595937108457&cap_cd=NJXsAwzFUohMDuoFldY1vIB7kifQ53XCYRjcAksxOL_6st-AGoQLpA**&clientype=1&apptype=2
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] 验证完成后,请输入指令 /miraiverify slidercaptcha 1850616764 <ticket>
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify slidercaptchacancel 1850616764
[22:00:09] [Thread-26/WARN] [Mohist]: [MiraiMC] 如需帮助,请参阅: https://github.com/DreamVoid/MiraiMC
[22:00:09] [DefaultDispatcher-worker-1/TRACE] [Mohist]: [MiraiMC] Recv: wtlogin.login
[22:00:48] [Server thread/INFO] []: 已将ticket提交到服务器
[22:00:48] [DefaultDispatcher-worker-3/TRACE] [Mohist]: [MiraiMC] Send: wtlogin.login
[22:00:48] [DefaultDispatcher-worker-3/TRACE] [Mohist]: [MiraiMC] Recv: wtlogin.login
[22:00:48] [DefaultDispatcher-worker-3/WARN] [Mohist]: [MiraiMC] null
net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1850616764), code=237, title=禁止登录, message=当前上网环境异常,请更换网络环境或在常用设备上登录或稍后再试。, errorInfo=), tips=若频繁出现, 请尝试开启设备锁
	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249) ~[MiraiMC-release.jar:?]
	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt) ~[MiraiMC-release.jar:?]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) [MiraiMC-release.jar:?]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [MiraiMC-release.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [MiraiMC-release.jar:?]
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1850616764), code=237, title=禁止登录, message=当前上网环境异常,请更换网络环境或在常用设备上登录或稍后再试。, errorInfo=), tips=若频繁出现, 请尝试开启设备锁
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[22:00:48] [Craft Scheduler Thread - 10/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[22:00:48] [DefaultDispatcher-worker-2/INFO] [Mohist]: [MiraiMC] Bot cancelled: Bot closed

请求加入撤回功能

rt,请求加入群撤回功能(至少在收到群消息事件里加个方法),便于管理群消息

登录时报错 Failed to fetch ECDH public key from server

问题描述

服务器装了此插件后,一直循环报错一个问题(不管有没有输入指令),不能绑定机器人.希望快速解决此问题.急

复现方法

开启服务器

服务端类型

Bukkit(包括Paper)

服务端版本

spigot-1.16.5

MiraiMC 插件版本

1.5和1.6

服务端日志

[21:37:55] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
[21:37:55] [DefaultDispatcher-worker-1/ERROR]: [MiraiMC] Failed to fetch ECDH public key from server, using default key instead
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
	at io.ktor.utils.io.bits.MemoryJvmKt.sliceSafe(MemoryJvm.kt:211) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.bits.Memory.slice-SK3TCg8(MemoryJvm.kt:47) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.CharsetJVMKt.encodeImpl(CharsetJVM.kt:356) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encodeToImpl(Encoding.kt:204) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode(Encoding.kt:62) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode$default(Encoding.kt:57) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.CodecsKt.encodeURLParameter(Codecs.kt:123) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:68) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.text.StringsKt__AppendableKt.appendElement(Appendable.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo(_Collections.kt:3347) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo$default(_Collections.kt:3341) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:108) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:90) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.appendUrlFullPath(URLUtils.kt:101) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.getFullPath(URLUtils.kt:79) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.Url.toString(URLBuilder.kt:169) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.convertToOkHttpRequest(OkHttpEngine.kt:183) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.access$convertToOkHttpRequest(OkHttpEngine.kt:1) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:71) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0.jar:2.10.0]
[21:37:55] [nioEventLoopGroup-4-2/ERROR]: [MiraiMC] Exception in decoding packet.
java.lang.IllegalStateException: Cannot find error message, unknown login result type: 180, TLVMap = {353=[B@7f993fc7}
	at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.decode(WtLogin.kt:188) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at net.mamoe.mirai.internal.network.components.PacketCodecImpl.processBody(PacketCodec.kt:368) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$PacketDecodePipeline$send$1.invokeSuspend(NettyNetworkHandler.kt:175) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:465) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
[21:37:56] [Craft Scheduler Thread - 7/WARN]: 从皮肤站读取玩家Black_XY的profile失败!
[21:37:56] [Craft Scheduler Thread - 7/WARN]: 请检查<https://skin.prinzeugen.net/Black_XY.json>是否能够正常访问!
[21:37:58] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
[21:37:58] [DefaultDispatcher-worker-1/ERROR]: [MiraiMC] Failed to fetch ECDH public key from server, using default key instead
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
	at io.ktor.utils.io.bits.MemoryJvmKt.sliceSafe(MemoryJvm.kt:211) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.bits.Memory.slice-SK3TCg8(MemoryJvm.kt:47) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.CharsetJVMKt.encodeImpl(CharsetJVM.kt:356) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encodeToImpl(Encoding.kt:204) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode(Encoding.kt:62) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode$default(Encoding.kt:57) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.CodecsKt.encodeURLParameter(Codecs.kt:123) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:68) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.text.StringsKt__AppendableKt.appendElement(Appendable.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo(_Collections.kt:3347) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo$default(_Collections.kt:3341) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:108) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:90) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.appendUrlFullPath(URLUtils.kt:101) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.getFullPath(URLUtils.kt:79) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.Url.toString(URLBuilder.kt:169) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.convertToOkHttpRequest(OkHttpEngine.kt:183) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.access$convertToOkHttpRequest(OkHttpEngine.kt:1) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:71) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0.jar:2.10.0]
[21:37:58] [nioEventLoopGroup-5-2/ERROR]: [MiraiMC] Exception in decoding packet.
java.lang.IllegalStateException: Cannot find error message, unknown login result type: 180, TLVMap = {353=[B@79724360}
	at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.decode(WtLogin.kt:188) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at net.mamoe.mirai.internal.network.components.PacketCodecImpl.processBody(PacketCodec.kt:368) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$PacketDecodePipeline$send$1.invokeSuspend(NettyNetworkHandler.kt:175) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:465) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
[21:38:01] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
[21:38:01] [DefaultDispatcher-worker-2/ERROR]: [MiraiMC] Failed to fetch ECDH public key from server, using default key instead
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
	at io.ktor.utils.io.bits.MemoryJvmKt.sliceSafe(MemoryJvm.kt:211) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.bits.Memory.slice-SK3TCg8(MemoryJvm.kt:47) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.CharsetJVMKt.encodeImpl(CharsetJVM.kt:356) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encodeToImpl(Encoding.kt:204) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode(Encoding.kt:62) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.utils.io.charsets.EncodingKt.encode$default(Encoding.kt:57) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.CodecsKt.encodeURLParameter(Codecs.kt:123) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:68) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.text.StringsKt__AppendableKt.appendElement(Appendable.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo(_Collections.kt:3347) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo$default(_Collections.kt:3341) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:108) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:90) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.appendUrlFullPath(URLUtils.kt:101) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.URLUtilsKt.getFullPath(URLUtils.kt:79) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.http.Url.toString(URLBuilder.kt:169) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.convertToOkHttpRequest(OkHttpEngine.kt:183) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngineKt.access$convertToOkHttpRequest(OkHttpEngine.kt:1) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:71) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:85) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0.jar:2.10.0]
[21:38:01] [nioEventLoopGroup-6-2/ERROR]: [MiraiMC] Exception in decoding packet.
java.lang.IllegalStateException: Cannot find error message, unknown login result type: 180, TLVMap = {353=[B@6ef81e4b}

完整日志在下面的额外说明,辛苦了qwq

额外说明

2022-02-08-20.log

Mohist 1.12.2 机器人无法登录问题

版本类型

  • Minecraft 服务端版本:mohist1.12.2
  • MiraiMC 插件版本:1.5.2

截图
QQ图片20211221161215

服务器日志
[14:52:55 INFO]: 正在启用 QQConnect v3.1-SNAPSHOT
[14:52:55 INFO]: [QQConnect] ────────────────────────
[14:52:55 INFO]: [QQConnect] 插件 QQConnect 已完成加载
[14:52:55 INFO]: [QQConnect] 作者: 郁冬Yyc
[14:52:55 INFO]: [QQConnect] ────────────────────────
[14:52:55 INFO]: [QQConnect] 机器人 3534094246 正在登录中...
[14:52:55 INFO]: [MiraiMC] 登录新的机器人账号: 3534094246, 协议: ANDROID_PHONE
[14:52:55 ERROR]: 启用 QQConnect v3.1-SNAPSHOT 时发生错误 (它是最新的吗?)
java.lang.NoClassDefFoundError: Could not initialize class kotlinx.serialization.json.Json
at kotlinx.serialization.json.JsonKt.Json$default(Json.kt:135) ~[?:?]
at net.mamoe.mirai.utils.BotConfiguration.(BotConfiguration.kt:72) ~[?:?]
at net.mamoe.mirai.utils.BotConfiguration.(BotConfiguration.kt:624) ~[?:?]
at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:213) ~[?:?]
at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94) ~[?:?]
at org.yycstudio.qqconnect.bot.Bot.initBot(Bot.java:23) ~[?:?]
at org.yycstudio.qqconnect.QQConnect.onEnable(QQConnect.java:38) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:177) ~[JavaPlugin.class:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:318) [JavaPluginLoader.class:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:399) [SimplePluginManager.class:?]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:477) [CraftServer.class:?]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:418) [CraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:383) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:315) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]

不必要的反斜杠

问题描述

使用MiraiGroupMessageEvent的getMessage方法时,得到的字符串里会出现不必要的反斜杠"\"

复现方法

版本类型

  • Minecraft 服务端版本: paper 1.17.1
  • MiraiMC 插件版本: 1.3.2

服务器日志

服务器启动时插件启动失败

问题描述

如标题,我实在不知道怎么回事。

复现方法

版本类型

  • Minecraft 服务端版本:paper 1.17.1
  • MiraiMC 插件版本:1.4 pre1

服务器日志

(节选)

[22:05:41 INFO]: Enabling MiraiMC v1.4-pre1
[22:05:41 INFO]: Mirai working dir: default
[22:05:41 INFO]: Starting Mirai-Events listener.
[22:05:42 ERROR]: Error occurred while enabling MiraiMC v1.4-pre1 (Is it up to date?)
java.lang.LinkageError: loader constraint violation in interface itable initialization for class net.mamoe.mirai.internal.event.Handler: when selecting method 'java.lang.Object kotlin.coroutines.CoroutineContext.fold(java.lang.Object, kotlin.jvm.functions.Function2)' the class loader 'app' for super interface kotlin.coroutines.CoroutineContext, and the class loader 'MiraiMC-release.jar' @1f38cf4 of the selected method's class, net.mamoe.mirai.internal.event.Handler have different Class objects for the type kotlin.jvm.functions.Function2 used in the signature (kotlin.coroutines.CoroutineContext is in unnamed module of loader 'app'; net.mamoe.mirai.internal.event.Handler is in unnamed module of loader 'MiraiMC-release.jar' @1f38cf4, parent loader 'app')
	at net.mamoe.mirai.event.EventChannel.createListener(EventChannel.kt:606) ~[MiraiMC-release.jar:?]
	at net.mamoe.mirai.event.EventChannel.subscribeAlways(EventChannel.kt:511) ~[MiraiMC-release.jar:?]
	at net.mamoe.mirai.event.EventChannel.subscribeAlways$default(EventChannel.kt:503) ~[MiraiMC-release.jar:?]
	at net.mamoe.mirai.event.EventChannel.subscribeAlways(EventChannel.kt) ~[MiraiMC-release.jar:?]
	at me.dreamvoid.miraimc.bukkit.MiraiEvent.startListenEvent(MiraiEvent.java:81) ~[MiraiMC-release.jar:?]
	at me.dreamvoid.miraimc.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:42) ~[MiraiMC-release.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:529) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:443) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:639) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-172]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[22:05:42 INFO]: Disabling MiraiMC v1.4-pre1
[22:05:42 INFO]: Stopping bot event listener.
[22:05:42 ERROR]: Error occurred while disabling MiraiMC v1.4-pre1 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "net.mamoe.mirai.event.Listener.complete()" because "this.BotOnlineListener" is null
	at me.dreamvoid.miraimc.bukkit.MiraiEvent.stopListenEvent(MiraiEvent.java:160) ~[MiraiMC-release.jar:?]
	at me.dreamvoid.miraimc.bukkit.BukkitPlugin.onDisable(BukkitPlugin.java:94) ~[MiraiMC-release.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:529) ~[patched_1.17.1.jar:git-Paper-172]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:443) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:639) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-172]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-172]
	at java.lang.Thread.run(Thread.java:831) [?:?]

从Mirai最新版本转用2.8.2后无法登陆机器人

问题描述

Bungee 无法创建db文件,连接数据库以后数据库驱动器不工作

复现方法

  1. bungee安装,连接mysql

版本类型
waterfall-1.18-475

截图

服务器日志

[17:05:59 ERROR]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[17:05:59 ERROR]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[17:05:59 ERROR]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[17:05:59 INFO] [MiraiMC]: 登录新的机器人账号: xxxxxxxxxx, 协议: ANDROID_PHONE
[17:05:59 ERROR]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

[17:06:00 WARN] [MiraiMC]: 登录机器人时出现异常,原因: Fields [display, product, device, board, brand, model, bootloader, fingerprint, bootId, procVersion, baseBand, version, simInfo, osType, macAddress, wifiBSSID, wifiSSID, imsiMd5, imei, apn] are required for type with serial name 'net.mamoe.mirai.utils.DeviceInfo', but they were missing

额外说明

无法收到机器人发送的消息

问题描述

服务器内消息机器人不会再qq群发送,但是qq群消息后台可以看到
使用mirai自带指令直接发送QQ群消息,是收不到消息的
控制台使用指令,发送好友消息正常
使用电脑端登陆机器人账号可以在群内发送消息,怀疑是被限制发言

复现方法

  1. 正常方法登陆机器人账号
  2. 正常游玩一段时间,期间使用了chat2qq插件和xiaoheiconsole插件在qq群和服务器内反复使用(此时正常回复
  3. 几个钟后,服务器内消息机器人不会再qq群发送,并且qq群消息后台可以看到
  4. 使用mirai自带指令直接发送QQ群消息,是收不到消息的
  5. 经过测试发送好友消息正常
  6. 使用电脑端登陆机器人账号可以在群内发送消息,怀疑是被限制发言但不知有无解决方法

服务端类型

Bukkit(包括Paper)

服务端版本

spigot-1.18.1

MiraiMC 插件版本

1.6

服务端日志

[18:32:24] [Server thread/INFO]: CONSOLE: Please note that this command is not supported and may cause issues when using some plugins.
[18:32:24] [Server thread/INFO]: CONSOLE: If you encounter any issues please use the /stop command to restart your server.
[18:32:24] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:32:24] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:32:24] [Server thread/INFO]: Debug logging is disabled
[18:32:24] [Server thread/INFO]: -------- World Settings For [world] --------
[18:32:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:32:24] [Server thread/INFO]: View Distance: 10
[18:32:24] [Server thread/INFO]: Simulation Distance: 10
[18:32:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:32:24] [Server thread/INFO]: Item Despawn Rate: 6000
[18:32:24] [Server thread/INFO]: Item Merge Radius: 2.5
[18:32:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:32:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:32:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:32:24] [Server thread/INFO]: Mob Spawn Range: 6
[18:32:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:32:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:32:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:32:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:32:24] [Server thread/INFO]: Max TNT Explosions: 100
[18:32:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:32:24] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:32:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:32:24] [Server thread/INFO]: View Distance: 10
[18:32:24] [Server thread/INFO]: Simulation Distance: 10
[18:32:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:32:24] [Server thread/INFO]: Item Despawn Rate: 6000
[18:32:24] [Server thread/INFO]: Item Merge Radius: 2.5
[18:32:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:32:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:32:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:32:24] [Server thread/INFO]: Mob Spawn Range: 6
[18:32:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:32:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:32:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:32:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:32:24] [Server thread/INFO]: Max TNT Explosions: 100
[18:32:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:32:24] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:32:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:32:24] [Server thread/INFO]: View Distance: 10
[18:32:24] [Server thread/INFO]: Simulation Distance: 10
[18:32:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:32:24] [Server thread/INFO]: Item Despawn Rate: 6000
[18:32:24] [Server thread/INFO]: Item Merge Radius: 2.5
[18:32:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:32:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:32:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:32:24] [Server thread/INFO]: Mob Spawn Range: 6
[18:32:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:32:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:32:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:32:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:32:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:32:24] [Server thread/INFO]: Max TNT Explosions: 100
[18:32:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:32:24] [Server thread/INFO]: [xiaoheiConsole] Disabling xiaoheiConsole v1.0-SNAPSHOT
[18:32:24] [Server thread/INFO]: §8[§9xiaoheiConsole§8] §7控制台插件已§c卸载!
[18:32:24] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.0.1-SNAPSHOT
[18:32:24] [Server thread/INFO]: [Geyser-Spigot] Geyser关闭中
[18:32:25] [Server thread/INFO]: [Geyser-Spigot] Geyser成功关闭.
[18:32:25] [Server thread/INFO]: [MiraiMC] Disabling Chat2QQ v1.5
[18:32:25] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.1
[18:32:25] [Server thread/INFO]: [floodgate] Disabling floodgate v2.1.0-SNAPSHOT
[18:32:25] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.1.1
[18:32:25] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[18:32:25] [Server thread/ERROR]: [ViaVersion] ViaVersion failed to uninject:
[18:32:25] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "o" is null
[18:32:25] [Server thread/WARN]:        at com.viaversion.viaversion.util.ReflectionUtil.get(ReflectionUtil.java:65)
[18:32:25] [Server thread/WARN]:        at com.viaversion.viaversion.platform.LegacyViaInjector.uninject(LegacyViaInjector.java:119)
[18:32:25] [Server thread/WARN]:        at com.viaversion.viaversion.bukkit.platform.BukkitViaInjector.uninject(BukkitViaInjector.java:57)
[18:32:25] [Server thread/WARN]:        at com.viaversion.viaversion.ViaManagerImpl.destroy(ViaManagerImpl.java:204)
[18:32:25] [Server thread/WARN]:        at com.viaversion.viaversion.ViaVersionPlugin.onDisable(ViaVersionPlugin.java:158)
[18:32:25] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266)
[18:32:25] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:367)
[18:32:25] [Server thread/WARN]:        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501)
[18:32:25] [Server thread/WARN]:        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493)
[18:32:25] [Server thread/WARN]:        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:544)
[18:32:25] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.reload(CraftServer.java:912)
[18:32:25] [Server thread/WARN]:        at org.bukkit.Bukkit.reload(Bukkit.java:749)
[18:32:25] [Server thread/WARN]:        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27)
[18:32:25] [Server thread/WARN]:        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[18:32:25] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServer.java:821)
[18:32:25] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchServerCommand(CraftServer.java:806)
[18:32:25] [Server thread/WARN]:        at net.minecraft.server.dedicated.DedicatedServer.bf(DedicatedServer.java:453)
[18:32:25] [Server thread/WARN]:        at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:429)
[18:32:25] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206)
[18:32:25] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034)
[18:32:25] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[18:32:25] [Server thread/WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)
[18:32:25] [Server thread/INFO]: [MiraiMC] Disabling MiraiMC v1.6
[18:32:25] [Server thread/INFO]: [MiraiMC] Stopping bot event listener.
[18:32:25] [Server thread/INFO]: [MiraiMC] Closing all bots
[18:32:25] [Server thread/INFO]: [MiraiMC] Closing SQLite database.
[18:32:25] [Server thread/INFO]: [MiraiMC] All tasks done. Thanks for use MiraiMC!
[18:32:25] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Bot cancelled: Job was cancelled
[18:32:25] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[18:32:25] [WebSocketConnectReadThread-829/INFO]: [Geyser-Spigot] The skin uploader has been closed
[18:32:26] [Server thread/INFO]: Loaded 7 recipes
[18:32:30] [Server thread/WARN]: Legacy plugin xiaoheiConsole v1.0-SNAPSHOT does not specify an api-version.
[18:32:30] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.6
[18:32:30] [Server thread/INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[18:32:30] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.10.0.jar
[18:32:31] [Server thread/INFO]: [MiraiMC] Loading library mirai-core-all-2.10.0.jar
[18:32:31] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.1.1
[18:32:31] [Server thread/INFO]: [ViaVersion] ViaVersion 4.1.1 is now loaded, waiting for boot. (late-bind)
[18:32:31] [Server thread/INFO]: [floodgate] Loading floodgate v2.1.0-SNAPSHOT
[18:32:32] [Server thread/INFO]: [floodgate] 启动 Floodgate,耗时927ms
[18:32:32] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[18:32:32] [Server thread/INFO]: [MiraiMC] Loading Chat2QQ v1.5
[18:32:32] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.1-SNAPSHOT
[18:32:32] [Server thread/INFO]: [xiaoheiConsole] Loading xiaoheiConsole v1.0-SNAPSHOT
[18:32:32] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.6
[18:32:32] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[18:32:32] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[18:32:32] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[18:32:32] [Server thread/INFO]: [MiraiMC] Registering commands.
[18:32:32] [Server thread/INFO]: [MiraiMC] Registering events.
[18:32:32] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[18:32:32] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[18:32:32] [Server thread/WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[18:32:32] [Server thread/WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[18:32:32] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[18:32:32] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.1.1
[18:32:32] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, this should work fine. If you get any console errors, try rebooting.
[18:32:33] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[18:32:33] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[18:32:33] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[18:32:34] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[18:32:34] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:32:34] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[18:32:34] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[18:32:34] [Server thread/INFO]: [floodgate] Enabling floodgate v2.1.0-SNAPSHOT
[18:32:34] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[18:32:35] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[18:32:36] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[18:32:36] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.1.1 which is not a depend, softdepend or loadbefore of this plugin.
[18:32:36] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:32:36] [Server thread/INFO]: [MiraiMC] Enabling Chat2QQ v1.5
[18:32:36] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.1-SNAPSHOT
[18:32:37] [Server thread/INFO]: [Geyser-Spigot] 成功自动加载Floodgate密钥
[18:32:37] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:32:37] [Server thread/INFO]: [Geyser-Spigot]
[18:32:37] [Server thread/INFO]: [Geyser-Spigot] 加载 Geyser 中, 版本 2.0.1-SNAPSHOT (git-master-0ca7723)
[18:32:37] [Server thread/INFO]: [Geyser-Spigot]
[18:32:37] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:32:43] [Server thread/INFO]: [Geyser-Spigot] 成功加载Floodgate密钥!
[18:32:43] [Network Listener - #1/INFO]: [Geyser-Spigot] Geyser正在启动 0.0.0.0:11002
[18:32:43] [Server thread/INFO]: [Geyser-Spigot] 完成 (5.976s)! 执行/geyser help 来获取帮助信息!
[18:32:43] [Server thread/WARN]: java.lang.RuntimeException: Unable to find listening channel!
[18:32:43] [Server thread/WARN]:        at org.geysermc.geyser.platform.spigot.GeyserSpigotInjector.initializeLocalChannel0(GeyserSpigotInjector.java:107)
[18:32:43] [Server thread/WARN]:        at org.geysermc.geyser.network.netty.GeyserInjector.initializeLocalChannel(GeyserInjector.java:64)
[18:32:43] [Server thread/WARN]:        at org.geysermc.geyser.platform.spigot.GeyserSpigotPlugin.onEnable(GeyserSpigotPlugin.java:190)
[18:32:43] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[18:32:43] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
[18:32:43] [Server thread/WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480)
[18:32:43] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:526)
[18:32:43] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:440)
[18:32:43] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.reload(CraftServer.java:941)
[18:32:43] [Server thread/WARN]:        at org.bukkit.Bukkit.reload(Bukkit.java:749)
[18:32:43] [Server thread/WARN]:        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27)
[18:32:43] [Server thread/WARN]:        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[18:32:43] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServer.java:821)
[18:32:43] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchServerCommand(CraftServer.java:806)
[18:32:43] [Server thread/WARN]:        at net.minecraft.server.dedicated.DedicatedServer.bf(DedicatedServer.java:453)
[18:32:43] [Server thread/WARN]:        at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:429)
[18:32:43] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1206)
[18:32:43] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1034)
[18:32:43] [Server thread/WARN]:        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[18:32:43] [Server thread/WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)
[18:32:43] [Server thread/INFO]: [xiaoheiConsole] Enabling xiaoheiConsole v1.0-SNAPSHOT
[18:32:43] [Server thread/WARN]: [xiaoheiConsole] Loaded class me.dreamvoid.miraimc.bukkit.event.MiraiFriendMessageEvent from MiraiMC v1.6 which is not a depend, softdepend or loadbefore of this plugin.
[18:32:43] [Server thread/INFO]: §8[§9xiaoheiConsole§8] §7控制台插件已§e加载!
[18:32:43] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:32:43] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[18:32:43] [Server thread/INFO]: CONSOLE: Reload complete.
[18:32:43] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 19669ms or 393 ticks behind
[18:32:43] [Craft Scheduler Thread - 32/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[18:32:43] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18 (757)
[18:32:44] [Craft Scheduler Thread - 33/INFO]: [MiraiMC] Checking update...
[18:32:44] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[18:32:44] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[18:32:44] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[18:32:44] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
[18:32:44] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[18:32:44] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:32:44] [Server thread/INFO]: LouLouHasHCl lost connection: Disconnected
[18:32:44] [Server thread/INFO]: LouLouHasHCl left the game
[18:32:44] [Craft Scheduler Thread - 35/WARN]: [MiraiMC] Plugin Chat2QQ v1.5 generated an exception while executing task 160
java.lang.NullPointerException: Cannot invoke "me.dreamvoid.miraimc.internal.httpapi.MiraiHttpAPI.sendGroupMessage(String, long, String)" because "me.dreamvoid.miraimc.internal.httpapi.MiraiHttpAPI.INSTANCE" is null
        at me.dreamvoid.chat2qq.bukkit.listener.onPlayerQuit$1.lambda$run$0(onPlayerQuit.java:33) ~[?:?]
        at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
        at me.dreamvoid.chat2qq.bukkit.listener.onPlayerQuit$1.lambda$run$1(onPlayerQuit.java:28) ~[?:?]
        at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
        at me.dreamvoid.chat2qq.bukkit.listener.onPlayerQuit$1.run(onPlayerQuit.java:28) ~[?:?]
        at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:82) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3368-Spigot-8965a50-2a2caa7]
        at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [spigot-1.18.1-R0.1-SNAPSHOT.jar:3368-Spigot-8965a50-2a2caa7]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
        at java.lang.Thread.run(Thread.java:833) [?:?]
[18:32:44] [Server thread/WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[18:32:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [2.1]
[18:32:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.0]
[18:32:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: RealTPS [1.0.0]
[18:32:44] [Server thread/INFO]: 3 placeholder hook(s) registered!
[18:32:45] [Craft Scheduler Thread - 33/INFO]: [MiraiMC] You are using the latest version!
[18:32:51] [User Authenticator #15/INFO]: UUID of player LouLouHasHCl is aa69ccc3-f52d-4eb8-b823-05a92e2e632b
[18:32:52] [Server thread/INFO]: LouLouHasHCl[/111.25.78.211:9908] logged in with entity id 23592 at ([world]1238.1093527877854, 68.0, 761.2405782287648)
[18:32:52] [Craft Scheduler Thread - 33/WARN]: [MiraiMC] 指定的机器人3410677064不存在,是否已经登录了机器人?
>stop
[18:33:04] [Server thread/INFO]: Stopping the server
[18:33:04] [Server thread/INFO]: Stopping server
[18:33:04] [Server thread/INFO]: [xiaoheiConsole] Disabling xiaoheiConsole v1.0-SNAPSHOT
[18:33:04] [Server thread/INFO]: §8[§9xiaoheiConsole§8] §7控制台插件已§c卸载!
[18:33:04] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.0.1-SNAPSHOT
[18:33:04] [Server thread/INFO]: [Geyser-Spigot] Geyser关闭中
[18:33:04] [Server thread/INFO]: [Geyser-Spigot] Geyser成功关闭.
[18:33:04] [Server thread/INFO]: [MiraiMC] Disabling Chat2QQ v1.5
[18:33:04] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.1
[18:33:04] [Server thread/INFO]: [floodgate] Disabling floodgate v2.1.0-SNAPSHOT
[18:33:04] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.1.1
[18:33:04] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[18:33:04] [Server thread/INFO]: [MiraiMC] Disabling MiraiMC v1.6
[18:33:04] [Server thread/INFO]: [MiraiMC] Stopping bot event listener.
[18:33:04] [WebSocketConnectReadThread-918/INFO]: [Geyser-Spigot] The skin uploader has been closed
[18:33:04] [Server thread/INFO]: [MiraiMC] Closing all bots
[18:33:05] [Server thread/INFO]: [MiraiMC] Closing SQLite database.
[18:33:05] [Server thread/INFO]: [MiraiMC] All tasks done. Thanks for use MiraiMC!
[18:33:05] [Server thread/INFO]: Saving players
[18:33:05] [Server thread/INFO]: IdyllicCarp8398 lost connection: Server closed
[18:33:05] [Server thread/INFO]: IdyllicCarp8398 left the game
[18:33:05] [Server thread/INFO]: xpe_StarryEpic lost connection: Server closed
[18:33:05] [Server thread/INFO]: xpe_StarryEpic left the game
[18:33:05] [Server thread/INFO]: LouLouHasHCl lost connection: Server closed
[18:33:05] [Server thread/INFO]: LouLouHasHCl left the game
[18:33:05] [Server thread/INFO]: Saving worlds
[18:33:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[18:33:13] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[18:33:13] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[18:33:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[18:33:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[18:33:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[18:33:14] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
>
C:\Users\Administrator\Desktop\Server>TIMEOUT /T 10 /NOBREAK

等待  0 秒,按 CTRL+C 退出 ...

C:\Users\Administrator\Desktop\Server>goto start

C:\Users\Administrator\Desktop\Server>java -server -Xms4096M -Xmx6666M -jar spigot-1.18.1.jar nogui
Unbundling libraries to C:\Users\Administrator\Desktop\Server\bundler
Starting server
*** Error, this build is outdated ***
*** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
*** Server will start in 20 seconds ***
Loading libraries, please wait...
[18:33:53] [ServerMain/WARN]: Failed to update counter. Error code: 0x800007D5
[18:33:53] [ServerMain/WARN]: Disabling further attempts to query Paging File.
[18:34:09] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:34:12] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit
[18:34:15] [Worker-Main-2/INFO]: Loaded 7 recipes
[18:33:53] [ServerMain/WARN]: Failed to update counter. Error code: 0x800007D5
[18:33:53] [ServerMain/WARN]: Disabling further attempts to query Paging File.
[18:34:09] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:34:12] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit
[18:34:15] [Worker-Main-2/INFO]: Loaded 7 recipes
[18:34:22] [Server thread/INFO]: Starting minecraft server version 1.18.1
[18:34:22] [Server thread/INFO]: Loading properties
[18:34:23] [Server thread/INFO]: This server is running CraftBukkit version 3368-Spigot-8965a50-2a2caa7 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT)
[18:34:23] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:34:23] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:34:24] [Server thread/INFO]: Debug logging is disabled
[18:34:24] [Server thread/INFO]: Default game type: SURVIVAL
[18:34:24] [Server thread/INFO]: Generating keypair
[18:34:24] [Server thread/INFO]: Starting Minecraft server on *:11001
[18:34:26] [Server thread/INFO]: Using default channel type
[18:34:29] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[18:34:37] [Server thread/WARN]: Legacy plugin xiaoheiConsole v1.0-SNAPSHOT does not specify an api-version.
[18:34:37] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.6
[18:34:39] [Server thread/INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[18:34:39] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.10.0.jar
[18:34:39] [Server thread/INFO]: [MiraiMC] Loading library mirai-core-all-2.10.0.jar
[18:34:39] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.1.1
[18:34:40] [Server thread/INFO]: [ViaVersion] ViaVersion 4.1.1 is now loaded, injecting!
[18:34:41] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[18:34:41] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[18:34:42] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[18:34:43] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[18:34:43] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[18:34:43] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[18:34:43] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[18:34:44] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[18:34:44] [Server thread/INFO]: [floodgate] Loading floodgate v2.1.0-SNAPSHOT
[18:34:45] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:34:48] [Server thread/INFO]: [floodgate] 启动 Floodgate,耗时3,713ms
[18:34:48] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[18:34:48] [Server thread/INFO]: [MiraiMC] Loading Chat2QQ v1.5
[18:34:48] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.1-SNAPSHOT
[18:34:48] [Server thread/INFO]: [xiaoheiConsole] Loading xiaoheiConsole v1.0-SNAPSHOT
[18:34:48] [Server thread/INFO]: Preparing level "world"
[18:34:50] [Server thread/INFO]: -------- World Settings For [world] --------
[18:34:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:34:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:34:50] [Server thread/INFO]: View Distance: 10
[18:34:50] [Server thread/INFO]: Simulation Distance: 10
[18:34:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:34:50] [Server thread/INFO]: Item Despawn Rate: 6000
[18:34:50] [Server thread/INFO]: Item Merge Radius: 2.5
[18:34:50] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:34:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:34:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:34:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:34:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:34:50] [Server thread/INFO]: Max TNT Explosions: 100
[18:34:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:34:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:34:50] [Server thread/INFO]: Mob Spawn Range: 6
[18:34:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:34:50] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:34:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:34:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:34:51] [Server thread/INFO]: View Distance: 10
[18:34:51] [Server thread/INFO]: Simulation Distance: 10
[18:34:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:34:51] [Server thread/INFO]: Item Despawn Rate: 6000
[18:34:51] [Server thread/INFO]: Item Merge Radius: 2.5
[18:34:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:34:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:34:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:34:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:34:51] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:34:51] [Server thread/INFO]: Max TNT Explosions: 100
[18:34:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:34:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:34:51] [Server thread/INFO]: Mob Spawn Range: 6
[18:34:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:34:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:34:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:34:51] [Server thread/INFO]: View Distance: 10
[18:34:51] [Server thread/INFO]: Simulation Distance: 10
[18:34:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:34:51] [Server thread/INFO]: Item Despawn Rate: 6000
[18:34:51] [Server thread/INFO]: Item Merge Radius: 2.5
[18:34:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:34:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:34:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:34:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:34:51] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:34:51] [Server thread/INFO]: Max TNT Explosions: 100
[18:34:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:34:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:34:51] [Server thread/INFO]: Mob Spawn Range: 6
[18:34:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:34:51] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:56] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:56] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:57] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:57] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:58] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:58] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:34:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:00] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:01] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:01] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:01] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:02] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:03] [Worker-Main-2/INFO]: Preparing spawn area: 1%
[18:35:03] [Worker-Main-2/INFO]: Preparing spawn area: 3%
[18:35:04] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:04] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:04] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:05] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:05] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:06] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:06] [Worker-Main-2/INFO]: Preparing spawn area: 5%
[18:35:07] [Worker-Main-2/INFO]: Preparing spawn area: 7%
[18:35:08] [Worker-Main-2/INFO]: Preparing spawn area: 8%
[18:35:08] [Worker-Main-2/INFO]: Preparing spawn area: 10%
[18:35:08] [Worker-Main-2/INFO]: Preparing spawn area: 11%
[18:35:09] [Worker-Main-2/INFO]: Preparing spawn area: 12%
[18:35:09] [Worker-Main-2/INFO]: Preparing spawn area: 13%
[18:35:10] [Worker-Main-2/INFO]: Preparing spawn area: 13%
[18:35:10] [Worker-Main-2/INFO]: Preparing spawn area: 15%
[18:35:11] [Worker-Main-2/INFO]: Preparing spawn area: 17%
[18:35:11] [Worker-Main-2/INFO]: Preparing spawn area: 20%
[18:35:12] [Worker-Main-2/INFO]: Preparing spawn area: 32%
[18:35:12] [Worker-Main-2/INFO]: Preparing spawn area: 33%
[18:35:13] [Worker-Main-2/INFO]: Preparing spawn area: 41%
[18:35:13] [Worker-Main-2/INFO]: Preparing spawn area: 42%
[18:35:14] [Worker-Main-2/INFO]: Preparing spawn area: 47%
[18:35:14] [Worker-Main-2/INFO]: Preparing spawn area: 48%
[18:35:15] [Worker-Main-2/INFO]: Preparing spawn area: 54%
[18:35:15] [Worker-Main-2/INFO]: Preparing spawn area: 56%
[18:35:16] [Worker-Main-2/INFO]: Preparing spawn area: 59%
[18:35:16] [Worker-Main-2/INFO]: Preparing spawn area: 66%
[18:35:17] [Worker-Main-2/INFO]: Preparing spawn area: 72%
[18:35:17] [Worker-Main-2/INFO]: Preparing spawn area: 76%
[18:35:18] [Worker-Main-2/INFO]: Preparing spawn area: 83%
[18:35:18] [Worker-Main-2/INFO]: Preparing spawn area: 87%
[18:35:19] [Worker-Main-2/INFO]: Preparing spawn area: 92%
[18:35:20] [Server thread/INFO]: Time elapsed: 29604 ms
[18:35:20] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:25] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:25] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:26] [Worker-Main-2/INFO]: Preparing spawn area: 1%
[18:35:27] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:27] [Worker-Main-2/INFO]: Preparing spawn area: 5%
[18:35:28] [Worker-Main-2/INFO]: Preparing spawn area: 6%
[18:35:28] [Worker-Main-2/INFO]: Preparing spawn area: 8%
[18:35:29] [Worker-Main-2/INFO]: Preparing spawn area: 14%
[18:35:30] [Worker-Main-2/INFO]: Preparing spawn area: 18%
[18:35:30] [Worker-Main-2/INFO]: Preparing spawn area: 18%
[18:35:30] [Worker-Main-2/INFO]: Preparing spawn area: 18%
[18:35:31] [Worker-Main-2/INFO]: Preparing spawn area: 18%
[18:35:31] [Worker-Main-2/INFO]: Preparing spawn area: 23%
[18:35:32] [Worker-Main-2/INFO]: Preparing spawn area: 30%
[18:35:32] [Worker-Main-2/INFO]: Preparing spawn area: 37%
[18:35:33] [Worker-Main-2/INFO]: Preparing spawn area: 41%
[18:35:33] [Worker-Main-2/INFO]: Preparing spawn area: 44%
[18:35:34] [Worker-Main-2/INFO]: Preparing spawn area: 50%
[18:35:34] [Worker-Main-2/INFO]: Preparing spawn area: 61%
[18:35:35] [Worker-Main-2/INFO]: Preparing spawn area: 63%
[18:35:35] [Worker-Main-2/INFO]: Preparing spawn area: 64%
[18:35:36] [Worker-Main-2/INFO]: Preparing spawn area: 74%
[18:35:36] [Worker-Main-2/INFO]: Preparing spawn area: 82%
[18:35:37] [Worker-Main-2/INFO]: Preparing spawn area: 87%
[18:35:37] [Worker-Main-2/INFO]: Preparing spawn area: 98%
[18:35:38] [Server thread/INFO]: Time elapsed: 17625 ms
[18:35:38] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:43] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:44] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:44] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:35:45] [Worker-Main-2/INFO]: Preparing spawn area: 2%
[18:35:45] [Worker-Main-2/INFO]: Preparing spawn area: 3%
[18:35:46] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:46] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:47] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:47] [Worker-Main-2/INFO]: Preparing spawn area: 4%
[18:35:48] [Worker-Main-2/INFO]: Preparing spawn area: 7%
[18:35:48] [Worker-Main-2/INFO]: Preparing spawn area: 9%
[18:35:49] [Worker-Main-2/INFO]: Preparing spawn area: 11%
[18:35:49] [Worker-Main-2/INFO]: Preparing spawn area: 15%
[18:35:50] [Worker-Main-2/INFO]: Preparing spawn area: 23%
[18:35:50] [Worker-Main-2/INFO]: Preparing spawn area: 34%
[18:35:51] [Worker-Main-2/INFO]: Preparing spawn area: 36%
[18:35:51] [Worker-Main-2/INFO]: Preparing spawn area: 37%
[18:35:52] [Worker-Main-2/INFO]: Preparing spawn area: 46%
[18:35:52] [Worker-Main-2/INFO]: Preparing spawn area: 54%
[18:35:53] [Worker-Main-2/INFO]: Preparing spawn area: 62%
[18:35:53] [Worker-Main-2/INFO]: Preparing spawn area: 75%
[18:35:54] [Worker-Main-2/INFO]: Preparing spawn area: 75%
[18:35:54] [Worker-Main-2/INFO]: Preparing spawn area: 85%
[18:35:55] [Worker-Main-2/INFO]: Preparing spawn area: 92%
[18:35:55] [Server thread/INFO]: Time elapsed: 17191 ms
[18:35:55] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.6
[18:35:55] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[18:35:55] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[18:35:55] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[18:35:55] [Server thread/INFO]: [MiraiMC] Registering commands.
[18:35:56] [Server thread/INFO]: [MiraiMC] Registering events.
[18:35:56] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[18:35:56] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[18:35:56] [Server thread/WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[18:35:56] [Server thread/WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[18:35:56] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[18:35:56] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.1.1
[18:35:56] [Server thread/INFO]: [floodgate] Enabling floodgate v2.1.0-SNAPSHOT
[18:35:58] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[18:35:59] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.1.1 which is not a depend, softdepend or loadbefore of this plugin.
[18:35:59] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:35:59] [Server thread/INFO]: [MiraiMC] Enabling Chat2QQ v1.5
[18:35:59] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.1-SNAPSHOT
[18:36:01] [Server thread/INFO]: [Geyser-Spigot] 成功自动加载Floodgate密钥
[18:36:01] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:36:01] [Server thread/INFO]: [Geyser-Spigot]
[18:36:01] [Server thread/INFO]: [Geyser-Spigot] 加载 Geyser 中, 版本 2.0.1-SNAPSHOT (git-master-0ca7723)
[18:36:01] [Server thread/INFO]: [Geyser-Spigot]
[18:36:01] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:36:16] [Server thread/INFO]: [Geyser-Spigot] 成功加载Floodgate密钥!
[18:36:16] [Network Listener - #1/INFO]: [Geyser-Spigot] Geyser正在启动 0.0.0.0:11002
[18:36:16] [Server thread/INFO]: [Geyser-Spigot] 完成 (15.261s)! 执行/geyser help 来获取帮助信息!
[18:36:16] [Server thread/INFO]: [xiaoheiConsole] Enabling xiaoheiConsole v1.0-SNAPSHOT
[18:36:17] [Server thread/WARN]: [xiaoheiConsole] Loaded class me.dreamvoid.miraimc.bukkit.event.MiraiFriendMessageEvent from MiraiMC v1.6 which is not a depend, softdepend or loadbefore of this plugin.
[18:36:17] [Server thread/INFO]: §8[§9xiaoheiConsole§8] §7控制台插件已§e加载!
[18:36:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:36:17] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[18:36:17] [Server thread/INFO]: Done (89.650s)! For help, type "help"
[18:36:18] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[18:36:18] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] Checking update...
[18:36:18] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18 (757)
[18:36:18] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[18:36:18] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[18:36:18] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[18:36:18] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
[18:36:18] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[18:36:19] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:36:19] [Server thread/WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[18:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [2.1]
[18:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.0]
[18:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: RealTPS [1.0.0]
[18:36:19] [Server thread/INFO]: 3 placeholder hook(s) registered!
>help
[18:36:36] [Server thread/INFO]: --------- Help: Index ---------------------------
[18:36:36] [Server thread/INFO]: Use /help [n] to get page n of help.
[18:36:36] [Server thread/INFO]: Aliases: Lists command aliases
[18:36:36] [Server thread/INFO]: Bukkit: All commands for Bukkit
[18:36:36] [Server thread/INFO]: Chat2QQ: All commands for Chat2QQ
[18:36:36] [Server thread/INFO]: floodgate: All commands for floodgate
[18:36:36] [Server thread/INFO]: Geyser-Spigot: All commands for Geyser-Spigot
[18:36:36] [Server thread/INFO]: Minecraft: All commands for Minecraft
[18:36:36] [Server thread/INFO]: MiraiMC: All commands for MiraiMC
[18:36:36] [Server thread/INFO]: PlaceholderAPI: All commands for PlaceholderAPI
[18:36:36] [Server thread/INFO]: ViaVersion: All commands for ViaVersion
[18:36:36] [Server thread/INFO]: xiaoheiConsole: All commands for xiaoheiConsole
[18:36:36] [Server thread/INFO]: /advancement: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /attribute: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /ban: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /ban-ip: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /banlist: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /bossbar: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /chat2qq: Chat2QQ 插件主命令
[18:36:36] [Server thread/INFO]: /clear: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /clone: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /data: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /datapack: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /debug: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /defaultgamemode: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /deop: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /difficulty: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /effect: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /enchant: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /execute: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /experience: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /fill: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /floodgate:
[18:36:36] [Server thread/INFO]: /forceload: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /function: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /fwhitelist:
[18:36:36] [Server thread/INFO]: /gamemode: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /gamerule: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /geyser: The main command for Geyser.
[18:36:36] [Server thread/INFO]: /give: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /help: Shows the help menu
[18:36:36] [Server thread/INFO]: /item: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /jfr: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /kick: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /kill: A Mojang provided command.
[18:36:36] [Server thread/INFO]: /linkaccount:
[18:36:37] [Server thread/INFO]: /list: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /locate: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /locatebiome: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /loot: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /me: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /minecraft:help: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /minecraft:reload: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /mirai: MiraiMC Bot Command.
[18:36:37] [Server thread/INFO]: /miraimc: MiraiMC Plugin Command.
[18:36:37] [Server thread/INFO]: /miraiverify: MiraiMC LoginVerify Command.
[18:36:37] [Server thread/INFO]: /msg: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /op: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /pardon: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /pardon-ip: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /particle: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /perf: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /placeholderapi: PlaceholderAPI Command
[18:36:37] [Server thread/INFO]: /playsound: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /plugins: Gets a list of plugins running on the server
[18:36:37] [Server thread/INFO]: /qchat: 发送聊天消息到QQ群
[18:36:37] [Server thread/INFO]: /recipe: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /reload: Reloads the server configuration and plugins
[18:36:37] [Server thread/INFO]: /restart: Restarts the server
[18:36:37] [Server thread/INFO]: /save-all: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /save-off: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /save-on: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /say: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /schedule: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /scoreboard: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /seed: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /setblock: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /setidletimeout: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /setworldspawn: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /spawnpoint: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /spectate: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /spigot: Spigot related commands
[18:36:37] [Server thread/INFO]: /spreadplayers: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /stop: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /stopsound: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /summon: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tag: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /team: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /teammsg: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /teleport: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tell: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tellraw: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /time: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /timings: Manages Spigot Timings data to see performance of the server.
[18:36:37] [Server thread/INFO]: /title: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tm: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tp: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /tps: Gets the current ticks per second for the server
[18:36:37] [Server thread/INFO]: /trigger: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /unlinkaccount:
[18:36:37] [Server thread/INFO]: /version: Gets the version of this server including any plugins in use
[18:36:37] [Server thread/INFO]: /viaversion: Shows ViaVersion Version and more.
[18:36:37] [Server thread/INFO]: /w: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /weather: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /whitelist: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /worldborder: A Mojang provided command.
[18:36:37] [Server thread/INFO]: /xhconsole: xiaoheiConsole
[18:36:37] [Server thread/INFO]: /xp: A Mojang provided command.
[18:36:40] [Craft Scheduler Thread - 1/WARN]: [MiraiMC] An error occurred while fetching the latest version, reason: java.net.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
>mirai
mirai                 miraimc               miraimc:mirai         miraimc:miraimc       miraimc:miraiverify   miraiverify
>mirai login 3410677064 zsy666219
[18:37:20] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] 登录新的机器人账号: 3410677064, 协议: ANDROID_PHONE
[18:37:28] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Server list: 113.96.13.208:14000, 183.47.98.77:443, msfwifi.3g.qq.com:8080, 117.62.243.225:8080, 114.222.112.229:8080, 49.7.253.219:80, 49.7.253.116:443, 180.163.212.164:80, 119.147.190.171:8080, 42.81.192.232:443.
[18:37:46] [DefaultDispatcher-worker-1/WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:131)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:240)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.serialization.protobuf.internal.ProtobufTaggedDecoder.decodeSerializableElement(ProtobufTaggedDecoder.kt:82)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:214)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.serialization.protobuf.ProtoBuf.decodeFromByteArray(ProtoBuf.kt:137)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs(utils.kt:168)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs(utils.kt:1)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs$default(utils.kt:163)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs$default(utils.kt:1)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecretsImpl(AccountSecretsManager.kt:198)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecrets(AccountSecretsManager.kt:192)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.CombinedAccountSecretsManager.getSecrets(AccountSecretsManager.kt:240)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:152)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:24)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:111)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:257)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[18:37:46] [DefaultDispatcher-worker-1/WARN]: Caused by: java.util.jar.JarException: The JCE Provider file:/C:/Users/Administrator/Desktop/Server/plugins/MiraiMC/MiraiBot/libs/mirai-core-all-2.10.0.jar is not signed.
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:464)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:317)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:260)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:130)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:190)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:218)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:128)
[18:37:46] [DefaultDispatcher-worker-1/WARN]:   ... 39 more
[18:37:46] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Loaded account secrets from local cache.
[18:37:46] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] ECDH key is valid.
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Saved account secrets to local cache for fast login.
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Login successful.
[18:37:48] [nioEventLoopGroup-6-3/INFO]: [MiraiMC] Server time updated, serverTime: 1644663021, diff: 753ms=0.753s
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Start loading stranger list...
[18:37:48] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Syncing friend message history...
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Start loading friend list...
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Successfully loaded stranger list: 0 in total
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Start loading group list...
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] No OtherClient online.
[18:37:48] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Syncing friend message history: Success.
[18:37:48] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Successfully loaded friend list: 3 in total
[18:37:48] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Successfully loaded group list: 1 in total.
[18:37:48] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Bot login successful.
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Scheduled key refresh in 23h 55min 0.0s.
[18:37:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Scheduled refresh login session in 19d 23h 55min 0.0s.
[18:37:48] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] 服务器助手(3410677064) 登录成功
[18:37:51] [nioEventLoopGroup-6-4/INFO]: [MiraiMC] Server list: msfwifi.3g.qq.com:8080, 183.47.102.218:443, 114.221.151.171:8080, 125.94.60.178:14000, 42.81.192.181:80, 49.7.253.199:443, 180.102.110.73:8080, 42.81.170.122:443, 117.62.243.213:80, 14.22.3.83:8080.
[18:38:01] [User Authenticator #1/INFO]: UUID of player LouLouHasHCl is aa69ccc3-f52d-4eb8-b823-05a92e2e632b
[18:38:02] [Server thread/INFO]: LouLouHasHCl[/111.25.78.211:9394] logged in with entity id 202 at ([world]1254.171801391324, 69.24918707874468, 771.1739015027583)
[18:38:09] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 8220ms or 164 ticks behind
[18:38:28] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> #tps
[18:38:59] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *h
[18:38:59] [DefaultDispatcher-worker-1/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): h
[18:39:05] [Async Chat Thread - #0/INFO]: <LouLouHasHCl> *123
[18:39:06] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5038ms or 100 ticks behind
[18:39:07] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> #list
[18:39:08] [Async Chat Thread - #0/INFO]: <LouLouHasHCl> *qwq
[18:39:13] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> emmm
[18:39:14] [Async Chat Thread - #0/INFO]: <LouLouHasHCl> *汉字
[18:39:16] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> wc
[18:39:22] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 这个用不了就离谱
[18:39:32] [DefaultDispatcher-worker-4/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 全坏了
[18:39:41] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 只能群里发消息了
[18:50:38] [User Authenticator #2/INFO]: UUID of player IdyllicCarp8398 is 7dd128b5-ab30-40a9-839a-99d3e4186de0
[18:50:38] [Server thread/INFO]: IdyllicCarp8398[/175.161.176.203:52789] logged in with entity id 2794 at ([world]1543.699999988079, 58.0, 713.8058979774262)
[18:51:17] [Async Chat Thread - #1/INFO]: <LouLouHasHCl> zzz
[18:51:40] [Async Chat Thread - #1/INFO]: <LouLouHasHCl> zzz
[18:54:19] [Server thread/INFO]: LouLouHasHCl lost connection: Disconnected
[18:54:19] [Server thread/INFO]: LouLouHasHCl left the game
[18:54:26] [User Authenticator #3/INFO]: UUID of player LouLouHasHCl is aa69ccc3-f52d-4eb8-b823-05a92e2e632b
[18:54:26] [Server thread/INFO]: LouLouHasHCl[/111.25.78.211:9860] logged in with entity id 4038 at ([world]1253.6916513386764, 66.0, 798.4445295057054)
[18:57:59] [Async Chat Thread - #2/INFO]: <IdyllicCarp8398> *这个服务器是正版才能进吗?
[18:58:04] [Async Chat Thread - #2/INFO]: <LouLouHasHCl> en
[18:58:25] [Async Chat Thread - #2/INFO]: <IdyllicCarp8398> *那基岩版?
[18:58:52] [Async Chat Thread - #2/INFO]: <LouLouHasHCl> 微软登录就行
[18:59:18] [Async Chat Thread - #2/INFO]: <IdyllicCarp8398> 我明白了
[18:59:51] [Async Chat Thread - #2/INFO]: <IdyllicCarp8398> 基岩版登录同一个微软就行
>say buxing
[19:01:47] [Server thread/INFO]: [Server] buxing
>say zheshiliangge zhanghao
[19:01:57] [Server thread/INFO]: [Server] zheshiliangge zhanghao
[19:02:14] [Async Chat Thread - #3/INFO]: <IdyllicCarp8398> 那如果有人改XboxID登录别人的账号呢
[19:02:23] [Async Chat Thread - #3/INFO]: <LouLouHasHCl> 基岩前面会有+
[19:02:32] [Async Chat Thread - #3/INFO]: <LouLouHasHCl> 系统能分辨
[19:02:37] [Async Chat Thread - #3/INFO]: <LouLouHasHCl> 你看有右边
[19:03:18] [Async Chat Thread - #3/INFO]: <IdyllicCarp8398> 也就是说基岩Java账号数据不共享?
>xiaoheiconsole:xhconsole reload
[19:04:04] [Server thread/INFO]: [Console] 正在重载配置..Done
[19:04:13] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> #tps
[19:06:07] [Async Chat Thread - #4/INFO]: <LouLouHasHCl> zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
[19:06:30] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *你们能看到我的消息吗
[19:06:30] [DefaultDispatcher-worker-3/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): 你们能看到我的消息吗
[19:06:44] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 能
[19:06:55] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> *.
[19:06:55] [DefaultDispatcher-worker-3/INFO]: [Happy New Year|重新出发/740789217] LouLouHasHCl(1662489772): .
[19:06:58] [Async Chat Thread - #4/INFO]: <IdyllicCarp8398> *能
>chat2qq reload
[19:07:43] [Server thread/INFO]: 配置文件已经重新载入!
[19:07:54] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 现在可以了
[19:07:57] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> #tps
[19:08:37] [DefaultDispatcher-worker-4/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *现在可以使用# ! ~符号进行跨服交流(只有服务器内可用
[19:08:37] [DefaultDispatcher-worker-4/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): 现在可以使用# ! ~符号进行跨服交流(只有服务器内可用
[19:08:50] [Async Chat Thread - #5/INFO]: <LouLouHasHCl> ~www
[19:08:52] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *QQ群仍然用*
[19:08:52] [DefaultDispatcher-worker-1/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): QQ群仍然用
[19:08:58] [Async Chat Thread - #5/INFO]: <LouLouHasHCl> !www
[19:09:05] [Async Chat Thread - #5/INFO]: <LouLouHasHCl> #www
[19:09:14] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 好似还是坏的
[19:09:20] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 有没有一种可能
[19:09:28] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 这个账号被禁言了
[19:09:30] [Async Chat Thread - #5/INFO]: <IdyllicCarp8398> #emm
[19:09:36] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 草
[19:09:40] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 不应该
[19:09:50] [Async Chat Thread - #5/INFO]: <LouLouHasHCl> wru
[19:10:11] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 可以发md
>ddd
[19:11:30] [Server thread/INFO]: Unknown command. Type "/help" for help.
>mirai
mirai                 miraimc               miraimc:mirai         miraimc:miraimc       miraimc:miraiverify   miraiverify
>mirai checkonline 3410677064
[19:11:50] [Server thread/INFO]: 当前机器人在线
[19:11:52] [Async Chat Thread - #6/INFO]: <LouLouHasHCl> *az
[19:11:56] [Async Chat Thread - #6/INFO]: <LouLouHasHCl> !az
[19:11:59] [Async Chat Thread - #6/INFO]: <LouLouHasHCl> #az
[19:12:04] [Async Chat Thread - #6/INFO]: <LouLouHasHCl> ~az
[19:12:43] [Async Chat Thread - #6/INFO]: <IdyllicCarp8398> #群里能看到我的话了吗
[19:12:50] [Async Chat Thread - #6/INFO]: <LouLouHasHCl> no
>chat2qq reload
[19:13:17] [Server thread/INFO]: 配置文件已经重新载入!
>chat2qq hi
[19:13:22] [Server thread/INFO]: This server is running Chat2QQ version 1.5 by DreamVoid (MiraiMC version 1.6)
[19:13:25] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] JE.xpe_StarryEpic/BE.XPEggs(2123005820) -> [mirai:image:{22231052-444A-8B80-45DA-6F24DC0ED42D}.jpg]sb
[19:13:37] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] JE.xpe_StarryEpic/BE.XPEggs(2123005820) -> 正常速通都得用F3
[19:13:49] [Async Chat Thread - #6/INFO]: <IdyllicCarp8398> 咋办
[19:13:51] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] JE.xpe_StarryEpic/BE.XPEggs(2123005820) -> 除非那个人自己就是F3
>chat2qq hhhhh
[19:14:03] [Server thread/INFO]: This server is running Chat2QQ version 1.5 by DreamVoid (MiraiMC version 1.6)
[19:15:57] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] JE.xpe_StarryEpic/BE.XPEggs(2123005820) -> 麻了人傻了
[19:16:36] [Server thread/INFO]: LouLouHasHCl has completed the challenge [Cover Me in Debris]
[19:16:42] [Server thread/INFO]: LouLouHasHCl has completed the challenge [Serious Dedication]
[19:16:45] [Server thread/INFO]: LouLouHasHCl has made the advancement [Ice Bucket Challenge]
[19:16:53] [Server thread/INFO]: LouLouHasHCl has reached the goal [The Next Generation]
[19:17:37] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> z
[19:17:37] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> zz
[19:17:38] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> z
[19:17:38] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> z
[19:17:38] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> z
[19:17:38] [Async Chat Thread - #7/INFO]: <LouLouHasHCl> z
[19:18:58] [Async Chat Thread - #8/INFO]: <IdyllicCarp8398> 按tab基岩版玩家会显示头像吗?
[19:19:04] [Async Chat Thread - #8/INFO]: <LouLouHasHCl> yes
[19:19:09] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *md好像这个机器人只能看消息不能说话了
[19:19:09] [DefaultDispatcher-worker-2/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): md好像这个机器人只能看消息不能说话了
[19:19:23] [Async Chat Thread - #8/INFO]: <LouLouHasHCl> hh?
[19:19:29] [Async Chat Thread - #8/INFO]: <IdyllicCarp8398> az
[19:19:36] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] LouLouHasHCl(1662489772) -> 被禁言了?
[19:19:46] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 能发东西啊
[19:20:47] [Server thread/INFO]: IdyllicCarp8398 issued server command: /list
[19:21:05] [Server thread/INFO]: IdyllicCarp8398 issued server command: /?
>list
[19:21:37] [Server thread/INFO]: There are 2 of a max of 20 players online: IdyllicCarp8398, LouLouHasHCl
>say yes
[19:22:42] [Server thread/INFO]: [Server] yes
[19:22:56] [Async Chat Thread - #9/INFO]: <LouLouHasHCl> koopas
[19:23:25] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *How can I do For you ?
[19:23:25] [DefaultDispatcher-worker-2/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): How can I do For you ?
>mirai sendfgroupmessage 3410677064 740789217 <消息>
[19:24:47] [Server thread/INFO]: 未知或不完整的命令,请输入 /mirai help 查看帮助!
>mirai sendfgroupmessage 3410677064 740789217 <消息>
[19:24:56] [Server thread/INFO]: 未知或不完整的命令,请输入 /mirai help 查看帮助!
>mirai help
[19:25:02] [Server thread/INFO]: MiraiMC 机器人帮助菜单
[19:25:02] [Server thread/INFO]: /mirai login <账号> <密码> [协议]: 登录一个机器人
[19:25:02] [Server thread/INFO]: /mirai logout <账号>: 退出一个机器人
[19:25:02] [Server thread/INFO]: /mirai list: 查看当前存在的机器人
[19:25:02] [Server thread/INFO]: /mirai sendfriendmessage <账号> <好友> <消息>: 向指定好友发送私聊消息
[19:25:02] [Server thread/INFO]: /mirai sendgroupmessage <账号> <群号> <消息>: 向指定群发送群聊消息
[19:25:02] [Server thread/INFO]: /mirai sendfriendnudge <账号> <好友>: 向指定好友发送戳一戳
[19:25:02] [Server thread/INFO]: /mirai checkonline <账号>: 检查指定的机器人是否在线
[19:25:02] [Server thread/INFO]: /mirai autologin add <账号> <密码> [协议]: 添加一个自动登录账号
[19:25:02] [Server thread/INFO]: /mirai autologin list: 查看自动登录账号列表
[19:25:02] [Server thread/INFO]: /mirai autologin remove <账号>: 删除一个自动登录账号
>mirai sendfgroupmessage 3410677064 740789217 "message"
[19:25:17] [Server thread/INFO]: 未知或不完整的命令,请输入 /mirai help 查看帮助!
>mirai
mirai                 miraimc               miraimc:mirai         miraimc:miraimc       miraimc:miraiverify   miraiverify
>mirai sedgroupmessage 3410677064 740789217 hello
[19:25:59] [Server thread/INFO]: 未知或不完整的命令,请输入 /mirai help 查看帮助!
>mirai list
[19:26:11] [Server thread/INFO]: 存在的机器人:
[19:26:11] [Server thread/INFO]: 3410677064 - 服务器助手
>mirai sendgroupmessage 3410677064 740789217 hello
[19:27:00] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> 的确是不能在服务端上发送消息
>mirai logout 3410677064
[19:27:24] [Server thread/INFO]: 已退出指定机器人!
[19:27:24] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Bot cancelled: Job was cancelled
>mirai login 3410677064 zsy666219
[19:27:47] [Craft Scheduler Thread - 11/INFO]: [MiraiMC] 登录新的机器人账号: 3410677064, 协议: ANDROID_PHONE
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Server list: msfwifi.3g.qq.com:8080, 183.47.102.218:443, 114.221.151.171:8080, 125.94.60.178:14000, 42.81.192.181:80, 49.7.253.199:443, 180.102.110.73:8080, 42.81.170.122:443, 117.62.243.213:80, 14.22.3.83:8080.
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Loaded account secrets from local cache.
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] ECDH key is valid.
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Saved account secrets to local cache for fast login.
[19:27:48] [nioEventLoopGroup-7-3/INFO]: [MiraiMC] Server time updated, serverTime: 1644666038, diff: 770ms=0.77s
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Login successful.
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Start loading stranger list...
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Syncing friend message history...
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Start loading friend list...
[19:27:48] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Start loading group list...
[19:27:48] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Successfully loaded stranger list: 0 in total
[19:27:48] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Syncing friend message history: Success.
[19:27:48] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Successfully loaded friend list: 3 in total
[19:27:49] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Online OtherClients: DESKTOP-SUIL1F5(WINDOWS)
[19:27:49] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Successfully loaded group list: 1 in total.
[19:27:49] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Scheduled key refresh in 23h 55min 0.0s.
[19:27:49] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Scheduled refresh login session in 19d 23h 55min 0.0s.
[19:27:49] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] Bot login successful.
[19:27:49] [Craft Scheduler Thread - 11/INFO]: [MiraiMC] 服务器助手(3410677064) 登录成功
[19:27:51] [nioEventLoopGroup-7-4/INFO]: [MiraiMC] Server list: 180.163.212.180:8080, 113.96.18.168:14000, 183.47.101.174:443, 49.7.253.32:80, 114.221.148.67:8080, 101.91.43.168:80, 49.7.253.252:443, 14.22.9.53:8080, msfwifi.3g.qq.com:8080, 42.81.169.43:443.
>mirai sendgroupmessage 3410677064 740789217 hello
[19:28:24] [Async Chat Thread - #10/INFO]: <LouLouHasHCl> zzzz
[19:30:17] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] [GroupMessage/3410677064] [Happy New Year|重新出发(740789217)] Cracy_Actor(3308225809) -> *的确是不能在服务端上发送消息
[19:30:17] [DefaultDispatcher-worker-2/INFO]: [Happy New Year|重新出发/740789217] Cracy_Actor(3308225809): 的确是不能在服务端上发送消息
>mirai
[19:35:34] [Server thread/INFO]: This server is running MiraiMC version 1.6 by DreamVoid
[19:35:34] [Server thread/INFO]: For help, type /mirai help

额外说明

No response

登录时提示“当前版本过低,请升级到QQ最新版本。”

问题描述

如题,使用的是最新的版本,但登入时仍然提示版本过低,导致无法登入。

复现方法

  1. 直接登入

版本类型

  • Minecraft 服务端版本:paper 1.17.1
  • MiraiMC 插件版本:1.3 pre3

服务器日志

[19:31:50 INFO]: [PlugMan] MiraiMC has been loaded and enabled.
[19:31:50 INFO]: [MiraiMC] [AutoLogin] Starting auto-bot task.
[19:31:50 INFO]: [MiraiMC] [AutoLogin] Auto login bot account: 1**7 Protocol: ANDROID_PHONE
[19:31:50 INFO]: [MiraiMC] 登录新的机器人账号: 1***7, 协议: ANDROID_PHONE
[19:31:50 INFO]: 2021-07-27 19:31:50 I/Mirai: Mirai 正在使用桌面环境. 如遇到验证码将会弹出对话框. 可添加 JVM 属性 `mirai.no-desktop` 以关闭.
[19:31:50 INFO]: 2021-07-27 19:31:50 I/Mirai: Mirai is using desktop. Captcha will be thrown by window popup. You can add `mirai.no-desktop` to JVM properties (-Dmirai.no-desktop) to disable it.
[19:31:52 WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[19:31:52 WARN]:        at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:130)
[19:31:52 WARN]:        at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:123)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[19:31:52 WARN]:        at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.utils.crypto.ECDHKt.getDefaultInitialPublicKey(ECDH.kt:132)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.context.AccountSecretsKt.AccountSecretsImpl(AccountSecrets.kt:102)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:45)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:37)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:25)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[19:31:52 WARN]:        at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:29)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:81)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:95)
[19:31:52 WARN]:        at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:269)
[19:31:52 WARN]:        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[19:31:52 WARN]:        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[19:31:52 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[19:31:52 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[19:31:52 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[19:31:52 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[19:31:52 WARN]: Caused by: java.util.jar.JarException: The JCE Provider file:/D:/Minecraft%20Server%201.17.1/plugins/MiraiMC-release-hotfix1.jar is not signed.
[19:31:52 WARN]:        at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:463)
[19:31:52 WARN]:        at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:316)
[19:31:52 WARN]:        at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:259)
[19:31:52 WARN]:        at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:129)
[19:31:52 WARN]:        at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189)
[19:31:52 WARN]:        at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
[19:31:52 WARN]:        at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127)
[19:31:52 WARN]:        ... 29 more
[19:31:52 INFO]: [MiraiMC] [ECDHInitialPublicKeyUpdater] ECDH key is invalid, start to fetch ecdh public key from server.
[19:31:53 INFO]: [MiraiMC] [ECDHInitialPublicKeyUpdater] Successfully fetched ecdh public key from server.
[19:31:53 WARN]: [MiraiMC] 当前登录的QQ(1***7)需要文字验证码验证
[19:31:53 WARN]: [MiraiMC] 请找到下面的文件并识别文字验证码
[19:31:53 WARN]: [MiraiMC] plugins\MiraiMC\verifyimage\1***7-verify.png
[19:31:53 WARN]: [MiraiMC] 识别完成后,请输入指令 /miraiverify piccaptcha 1***7 <验证码>
[19:31:53 WARN]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify piccaptchacancel 1***7
[19:31:53 WARN]: [MiraiMC] 如需帮助,请参阅: https://github.com/DreamVoid/MiraiMC
> miraiverify piccaptcha 1***7 hags
[19:32:12 INFO]: 已将验证码提交到服务器
[19:32:12 WARN]: [MiraiMC] null
net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1***7), code=235, title=温馨提示, message=当前版本过 低,请升级到QQ最新版本。, errorInfo= )
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249) ~[?:?]
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[?:?]
        at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) ~[?:?]
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) ~[?:?]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) ~[?:?]
[19:32:12 WARN]: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1***7), code=235, title=温馨提示, message=当前版本过低,请升级到QQ最新版本。, errorInfo= )
[19:32:12 WARN]:        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249)
[19:32:12 WARN]:        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt)
[19:32:12 WARN]:        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[19:32:12 WARN]:        at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
[19:32:12 WARN]:        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
[19:32:12 WARN]:        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[19:32:12 WARN]:        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[19:32:12 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[19:32:12 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[19:32:12 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[19:32:12 WARN]:        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[19:32:12 INFO]: [MiraiMC] Bot cancelled: Bot closed

关于miraimc与mcl mirai兼容

原因

我按照使用方法把 general.mirai-working-dir 改成了mcl mirai 根目录 成功运行。 但是miraiMC与mcl mirai只能运行一个,mcl有需要使用的插件。

建议

  1. 做一个mcl mirai的插件 类似http与bukkit插件相连,可以在mcl mirai处理发送服务器信息
  2. 或者有什么很好的解决方案吗

login命令后无任何反应

问题描述

login命令后无任何反应

复现方法

  1. 使用mirai login命令后无任何反应,mirai list显示离线

版本类型
paper1.8.8

  • Minecraft 服务端版本:
  • MiraiMC 插件版本:
    1.5.3
    截图

image

服务器日志

[14:08:48] [Server thread/INFO]: Starting minecraft server version 1.8.8
[14:08:48] [Server thread/INFO]: Loading properties
[14:08:48] [Server thread/INFO]: Default game type: SURVIVAL
[14:08:48] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-e489049-07c3001 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[14:08:48] [Server thread/INFO]: Debug logging is disabled
[14:08:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:08:48] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:08:48] [Server thread/INFO]: Data value allowed items: 
[14:08:48] [Server thread/INFO]: Generating keypair
[14:08:49] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:10086
[14:08:49] [Server thread/INFO]: Using epoll channel type
[14:08:49] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[14:08:49] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.5.3
[14:08:49] [Server thread/INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[14:08:49] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.10.0-RC2.jar
[14:08:50] [Server thread/INFO]: [MiraiMC] Loading library mirai-core-all-2.10.0-RC2.jar
[14:08:50] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:08:50] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:08:50] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[14:08:50] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:08:50] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[14:08:50] [Server thread/INFO]: Preparing level "world"
[14:08:50] [Server thread/INFO]: -------- World Settings For [world] --------
[14:08:50] [Server thread/INFO]: Anti X-Ray: true
[14:08:50] [Server thread/INFO]: 	Engine Mode: 1
[14:08:50] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:08:50] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[14:08:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:08:50] [Server thread/INFO]: Mob Spawn Range: 4
[14:08:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:08:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:08:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:08:50] [Server thread/INFO]: Random Lighting Updates: false
[14:08:50] [Server thread/INFO]: Structure Info Saving: true
[14:08:50] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:08:50] [Server thread/INFO]: Max Entity Collisions: 8
[14:08:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:08:50] [Server thread/INFO]: Max TNT Explosions: 100
[14:08:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:08:50] [Server thread/INFO]: Item Despawn Rate: 6000
[14:08:50] [Server thread/INFO]: Item Merge Radius: 2.5
[14:08:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:08:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:08:50] [Server thread/INFO]: View Distance: 10
[14:08:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:08:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:08:50] [Server thread/INFO]: Clear tick list: false
[14:08:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:08:50] [Server thread/INFO]: -------- World Settings For [world] --------
[14:08:50] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[14:08:50] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[14:08:50] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[14:08:50] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[14:08:50] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[14:08:50] [Server thread/INFO]: Water over lava flow speed: 5
[14:08:50] [Server thread/INFO]: Fix TNT cannons: false
[14:08:50] [Server thread/INFO]: Allow undead horse types to be leashed: false
[14:08:50] [Server thread/INFO]: World async lighting: false
[14:08:50] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[14:08:50] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[14:08:50] [Server thread/INFO]: Keep spawn chunk loaded: true
[14:08:50] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:08:50] [Server thread/INFO]: Anti X-Ray: true
[14:08:50] [Server thread/INFO]: 	Engine Mode: 1
[14:08:50] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:08:50] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[14:08:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:08:50] [Server thread/INFO]: Mob Spawn Range: 4
[14:08:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:08:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:08:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:08:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:08:50] [Server thread/INFO]: Random Lighting Updates: false
[14:08:50] [Server thread/INFO]: Structure Info Saving: true
[14:08:50] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:08:50] [Server thread/INFO]: Max Entity Collisions: 8
[14:08:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:08:50] [Server thread/INFO]: Max TNT Explosions: 100
[14:08:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:08:50] [Server thread/INFO]: Item Despawn Rate: 6000
[14:08:50] [Server thread/INFO]: Item Merge Radius: 2.5
[14:08:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:08:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:08:50] [Server thread/INFO]: View Distance: 10
[14:08:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:08:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:08:50] [Server thread/INFO]: Clear tick list: false
[14:08:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:08:50] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:08:50] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[14:08:50] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[14:08:50] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[14:08:50] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[14:08:50] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[14:08:50] [Server thread/INFO]: Water over lava flow speed: 5
[14:08:50] [Server thread/INFO]: Fix TNT cannons: false
[14:08:50] [Server thread/INFO]: Allow undead horse types to be leashed: false
[14:08:50] [Server thread/INFO]: World async lighting: false
[14:08:50] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[14:08:50] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[14:08:50] [Server thread/INFO]: Keep spawn chunk loaded: true
[14:08:50] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5079001962705311136)
[14:08:51] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5079001962705311136)
[14:08:51] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.5.3
[14:08:51] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[14:08:51] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[14:08:51] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[14:08:51] [Server thread/INFO]: [MiraiMC] Registering commands.
[14:08:51] [Server thread/INFO]: [MiraiMC] Registering events.
[14:08:51] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[14:08:51] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[14:08:51] [Server thread/WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[14:08:51] [Server thread/WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[14:08:51] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[14:08:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:08:52] [Server thread/INFO]: Done (1.831s)! For help, type "help" or "?"
[14:08:52] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[14:08:52] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] Checking update...
[14:08:52] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] You are using the latest version!
[14:09:08] [Server thread/INFO]: This server is running MiraiMC version 1.5.3 by DreamVoid�[m
[14:09:08] [Server thread/INFO]: For help, type /mirai help�[m
[14:09:10] [Server thread/INFO]: �[0;32;1m存在的机器人: �[m
[14:09:24] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] 登录新的机器人账号: 3338380774, 协议: ANDROID_PHONE
[14:09:53] [Server thread/INFO]: �[0;32;1m存在的机器人: �[m
[14:09:53] [Server thread/INFO]: �[0;36;1m3338380774�[m �[0;37;22m-�[m �[0;31;1m离线�[m
[14:12:23] [Craft Scheduler Thread - 2/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[14:12:24] [Craft Scheduler Thread - 2/INFO]: [MiraiMC] Bot cancelled: Job was cancelled
[14:12:24] [Craft Scheduler Thread - 2/INFO]: [MiraiMC] 登录新的机器人账号: 3338380774, 协议: ANDROID_PHONE
[14:16:08] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:16:10] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:16:11] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:16:11] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:16:12] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:16:16] [Server thread/INFO]: �[0;32;1m存在的机器人: �[m
[14:16:16] [Server thread/INFO]: �[0;36;1m3338380774�[m �[0;37;22m-�[m �[0;31;1m离线�[m
[14:19:24] [Server thread/INFO]: Unknown command. Type "/help" for help.�[m
[14:19:29] [Server thread/INFO]: This server is running MiraiMC version 1.5.3 by DreamVoid�[m
[14:19:29] [Server thread/INFO]: For help, type /miraimc help�[m
[14:19:46] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[14:19:47] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] 登录新的机器人账号: 3338380774, 协议: ANDROID_PHONE

额外说明

群消息无法发送

问题描述

登录QQ账号后机器人的表现不稳定,频繁出现无法发送群消息的情况。
相同的测试环境下有时可以发送群消息,有时则无法发送。

复现方法

  1. 控制台使用 /mirai sendgroupmessage 试图发送群消息时,bot不发送任何消息,控制台无任何输出。
  2. 插件内部使用MiraiGroupMessageEvent监听时,使用mirai.sendGroupMessage方法试图发送群消息时,bot不发送任何消息,控制台无任何输出,插件无任何报错。
  3. 插件内部获取mirai.sendGroupMessage方法的返回值时,即使bot未发送任何信息,仍得到返回值"true"。

版本类型

  • Minecraft 服务端版本:Paper-1.17.1
  • MiraiMC 插件版本:1.3.2-release

服务器日志

由于以上所报错误均无任何日志记录,故在此呈上插件加载时的一串警告,希望对解决问题有所帮助

[01:07:11 WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[01:07:11 WARN]:  at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:130)
[01:07:11 WARN]:  at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.serialization.protobuf.internal.ProtobufTaggedDecoder.decodeSerializableElement(ProtobufTaggedDecoder.kt:82)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.context.AccountSecretsImpl$$serializer.deserialize(AccountSecrets.kt:60)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.context.AccountSecretsImpl$$serializer.deserialize(AccountSecrets.kt:60)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:214)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.serialization.protobuf.ProtoBuf.decodeFromByteArray(ProtoBuf.kt:137)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs(utils.kt:162)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs(utils.kt:1)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecretsImpl(AccountSecretsManager.kt:96)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecrets(AccountSecretsManager.kt:90)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.CombinedAccountSecretsManager.getSecrets(AccountSecretsManager.kt:127)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:43)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:37)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:25)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:29)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:81)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:95)
[01:07:11 WARN]:  at MiraiMC.jar//net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:269)
[01:07:11 WARN]:  at MiraiMC.jar//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[01:07:11 WARN]:  at MiraiMC.jar//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[01:07:11 WARN]: Caused by: java.util.jar.JarException: The JCE Provider file:/D:/CatLand/MCSManager_8.6.23_Win64/server/server_core/OriginRemake/plugins/MiraiMC.jar is not signed.
[01:07:11 WARN]:  at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:463)
[01:07:11 WARN]:  at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:316)
[01:07:11 WARN]:  at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:259)
[01:07:11 WARN]:  at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:129)
[01:07:11 WARN]:  at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189)
[01:07:11 WARN]:  at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
[01:07:11 WARN]:  at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127)
[01:07:11 WARN]:  ... 37 more

登录提示“当前上网环境异常,请更换网络环境或在常用设备上登录 或稍后再试。”

问题描述

登录机器人提示“当前上网环境异常,请更换网络环境或在常用设备上登录 或稍后再试。”

复现方法

完成滑动验证码之后出现此提示

版本类型

  • Minecraft 服务端版本:Spigot-1.17.1
  • MiraiMC 插件版本:1.3.2

服务器日志

[17:33:42] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 登录新的机器人账号: 1***6, 协议: ANDROID_PHONE
[17:33:43] [Craft Scheduler Thread - 0/INFO]: 2021-08-15 17:33:43 I/Mirai: Mirai 正在使用桌面环境. 如遇到验证码将会弹出 对话框. 可添加 JVM 属性 `mirai.no-desktop` 以关闭.
[17:33:43] [Craft Scheduler Thread - 0/INFO]: 2021-08-15 17:33:43 I/Mirai: Mirai is using desktop. Captcha will be thrown by window popup. You can add `mirai.no-desktop` to JVM properties (-Dmirai.no-desktop) to disable it.
[17:33:52] [DefaultDispatcher-worker-3/WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:130)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:123)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.utils.crypto.ECDHKt.getDefaultInitialPublicKey(ECDH.kt:132)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.context.AccountSecretsKt.AccountSecretsImpl(AccountSecrets.kt:102)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:45)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:37)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:25)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:29)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:29)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:81)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:95)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:269)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[17:33:52] [DefaultDispatcher-worker-3/WARN]: Caused by: java.util.jar.JarException: The JCE Provider file:/D:/桌面/mcmairl/plugins/MiraiMC-release.jar is not signed.
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:463)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:316)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:259)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:129)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127)
[17:33:52] [DefaultDispatcher-worker-3/WARN]:   ... 29 more
[17:33:53] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [ECDHInitialPublicKeyUpdater] ECDH key is invalid, start to fetch ecdh public key from server.
[17:33:54] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] [ECDHInitialPublicKeyUpdater] Successfully fetched ecdh public key from server.
[17:33:56] [Thread-16/WARN]: [MiraiMC] 当前登录的QQ(1***6)需要滑动验证码验证
[17:33:56] [Thread-16/WARN]: [MiraiMC] 请使用手机QQ打开以下链接进行验证
[17:33:56] [Thread-16/WARN]: [MiraiMC] https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=1***6&sid=6770428396541894531&cap_cd=2OSFSU_1t0982kL7xLiAlZuADVUtizzSdNiCuZizHqfieSS7bc030w**&clientype=1&apptype=2
[17:33:56] [Thread-16/WARN]: [MiraiMC] 验证完成后,请输入指令 /miraiverify slidercaptcha 1***6 <ticket>
[17:33:56] [Thread-16/WARN]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify slidercaptchacancel 1***6
[17:33:56] [Thread-16/WARN]: [MiraiMC] 如需帮助,请参阅: https://github.com/DreamVoid/MiraiMC
>miraiverify slidercaptcha 1***6 t03wpuYztJ69md6w8DvtKFqhdu3Q-h6mOuuQuKkxLhMYd6qOvFLDAaZMj4cV6ZOE3Tw23iThAoqELbFUfX0iuLsCpOdLB3JakALJODxR6232LFFolEJqRwZ5khtVexMFsYY
[17:34:55] [Server thread/INFO]: 已将ticket提交到服务器
[17:34:55] [DefaultDispatcher-worker-4/WARN]: [MiraiMC] null
net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1***6), code=237, title=禁止登录, message=当前上网环 境异常,请更换网络环境或在常用设备上登录或稍后再试。, errorInfo=), tips=若频繁出现, 请尝试开启设备锁
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249) ~[MiraiMC-release.jar:?]
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt) ~[MiraiMC-release.jar:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) [MiraiMC-release.jar:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [MiraiMC-release.jar:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [MiraiMC-release.jar:?]
[17:34:56] [Craft Scheduler Thread - 0/WARN]: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(1***6), code=237, title=禁止登录, message=当前上网环境异常,请更换网络环境或在常用设备上登录或稍后再试。, errorInfo=), tips=若 频繁出现, 请尝试开启设备锁
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:249)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[17:34:56] [Craft Scheduler Thread - 0/WARN]:   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[17:34:56] [DefaultDispatcher-worker-4/INFO]: [MiraiMC] Bot cancelled: Bot closed

注:我启动时加上了 -Dmirai.slider.captcha.supported 参数,并且在使用miraimc登录机器人之前已经在电脑上登录电脑端QQ,可以正常登录

发送消息命令不支持空格与换行符

问题描述

sendgroupmessage和sendfriendnudge不支持空格和换行符

复现方法

  1. /mirai sendgroupmessage 123 123 测试1\n测试2 测试3
  2. 群内只收到"测试1\n测试2"(换行符未转换, 空格后内容丢失)

版本类型

  • Minecraft 服务端版本:Paper-1.12.2
  • MiraiMC 插件版本:1.5.1

截图

null

服务器日志

null

额外说明

null

MiraiBot Account问题

很抱歉又打扰你了
MiraiBot#doBotLogin(int, String, BotConfiguration.MiraiProtocol)
为什么第一个参数要求传 int,QQ号码长的话不是超出 Integer 限制了么

后来我查了一下调用的方法 privateBotLogin
但是我发现机器人登录是 BotFactory.INSTANCE.newBot(int, String, BotConfiguration)
说明 Mirai 默认提供的就是 int 账号
到底是怎么回事

群成员数量

功能描述

能否更新一个getGroupMembers()的方法用于获取当前群成员总数,以及遍历每个群成员进行操作啥的

使用方法

额外说明

手动登录QQ账号报错

问题描述

手动登录账号报错

复现方法

  1. 使用/mirai login 账号 密码

版本类型

  • Minecraft 服务端版本:Bungeecord #1628版本
  • MiraiMC 插件版本:1.5.3

截图

服务器日志

02:46:42 [严重] Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

02:46:42 [严重] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

02:46:42 [严重] SLF4J: Defaulting to no-operation (NOP) logger implementation

02:46:42 [严重] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

02:46:50 [严重] java.security.NoSuchProviderException: JCE cannot authenticate the provider BC

02:46:50 [严重]     at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:131)

02:46:50 [严重]     at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:240)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)

02:46:50 [严重]     at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)

02:46:50 [严重]     at kotlinx.serialization.protobuf.internal.ProtobufTaggedDecoder.decodeSerializableElement(ProtobufTaggedDecoder.kt:82)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)

02:46:50 [严重]     at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)

02:46:50 [严重]     at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:214)

02:46:50 [严重]     at kotlinx.serialization.protobuf.ProtoBuf.decodeFromByteArray(ProtoBuf.kt:137)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs(utils.kt:168)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs(utils.kt:1)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs$default(utils.kt:163)

02:46:50 [严重]     at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs$default(utils.kt:1)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecretsImpl(AccountSecretsManager.kt:198)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecrets(AccountSecretsManager.kt:192)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.CombinedAccountSecretsManager.getSecrets(AccountSecretsManager.kt:240)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:152)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36)
02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)

02:46:50 [严重]     at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:111)

02:46:50 [严重]     at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:257)

02:46:50 [严重]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)

02:46:50 [严重]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)

02:46:50 [严重]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)

02:46:50 [严重]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)

02:46:50 [严重]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)

02:46:50 [严重]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

02:46:50 [严重] Caused by: java.util.jar.JarException: The JCE Provider file:/www/BungeeCord/plugins/MiraiMC/MiraiBot/libs/mirai-core-all-2.9.2.jar is not signed.

02:46:50 [严重]     at java.base/javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:464)

02:46:50 [严重]     at java.base/javax.crypto.JarVerifier.verifyJars(JarVerifier.java:317)

02:46:50 [严重]     at java.base/javax.crypto.JarVerifier.verify(JarVerifier.java:260)

02:46:50 [严重]     at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:130)

02:46:50 [严重]     at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:190)

02:46:50 [严重]     at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:218)

02:46:50 [严重]     at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:128)

02:46:50 [严重]     ... 39 more

额外说明

使用mysql5.7作为数据库,上一个版本也是

关于关服会报错

问题描述

关服报错

复现方法

版本类型
1.12.2catserver

  • Minecraft 服务端版本:[例如 Paper-1.12.2]
  • MiraiMC 插件版本:[例如 1.4]
    版本最新版
    截图

GSX 75K94PR6%1912PEK3R

服务器日志

[19:54:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:54:33] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2855 for Minecraft 1.12.2 loading
[19:54:33] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_301, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_301
[19:54:33] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[19:54:33] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[19:54:33] [main/WARN] [FML]: The coremod CatCorePlugin (catserver.server.CatCorePlugin) is not signed!
[19:54:33] [main/INFO] [FML]: Searching C:\Users\24882\Desktop\缘分帝国服务端V2.0\.\mods for mods
[19:54:33] [main/INFO] [FML]: Searching C:\Users\24882\Desktop\缘分帝国服务端V2.0\.\mods\1.12.2 for mods
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [BUG修复]AnotherCommonBugFix.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod com.anotherera.core.AnotherCommonBugFix does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:54:33] [main/WARN] [FML]: The coremod AnotherCommonBugFix (com.anotherera.core.AnotherCommonBugFix) is not signed!
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [前置-锤子核心]HammerLib-1.12.2-2.0.6.28.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [在线相框前置]CreativeCore_v1.10.44_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:54:33] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [拔刀剑-拔刀强化器]slashforitierplus-1.9.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod SFFCore (top.windyroad.sffcore.SFFCoreLoadingPlugin) is not signed!
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [星辉魔法]astralsorcery-1.12.2-1.10.27.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:54:33] [main/INFO] [Astral Core]: [AstralCore] Initialized.
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [神秘时代6-神秘进阶]ThaumicAugmentation-1.12.2-2.1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod Thaumic Augmentation Core Plugin (thecodex6824.thaumicaugmentation.core.ThaumicAugmentationCore) is not signed!
[19:54:33] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [自定义NPC-修复补丁]CustomNPCsFix-B1.2.2.9-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:54:33] [main/WARN] [FML]: The coremod CustomNPCFixPlugin (mchhui.customnpcsfix.coremod.CustomNPCFixPlugin) is not signed!
[19:54:33] [main/WARN] [FML]: The coremod io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:54:33] [main/WARN] [FML]: The coremod ChunkGenLimiterCoremod (io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod) is not signed!
[19:54:33] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from 优化[启动加速]Surge-1.12.2-2.0.77.jar
[19:54:33] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:54:33] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from 优化[性能]phosphor-1.12.2-0.2.6+build50-universal.jar
[19:54:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:54:33] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.10 Source=file:/C:/Users/24882/Desktop/缘分帝国服务端V2.0/./mods/优化%5B启动加速%5DSurge-1.12.2-2.0.77.jar Service=LaunchWrapper Env=SERVER
[19:54:33] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[19:54:33] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[19:54:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:54:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [anothercommonbugfix]: Load config
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:ForgeTransform-1.12.2.zip:net.minecraftforge.common.ForgeHooks
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:TConstructTransform-1.12.2.zip:slimeknights.tconstruct.tools.common.network.ToolStationTextPacket
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:AE2Transform-1.12.2.zip:com.transform.AE2StorageBusTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:AE2Transform-1.12.2.zip:appeng.util.Platform
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:AE2Transform-1.12.2.zip:appeng.items.tools.powered.ToolEntropyManipulator
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:AE2Transform-1.12.2.zip:appeng.tile.crafting.TileCraftingTile
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:[zzqmb]ThaumTransform-1.12.2.zip:thaumcraft.common.lib.events.CraftingEvents
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:[zzqmb]ThaumTransform-1.12.2.zip:com.nekokittygames.thaumictinkerer.common.recipes.SpellClothRecipe
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:PlaceEventTransform-1.12.2.zip:com.transform.ForgePlaceEventTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:forestry.core.inventory.ItemInventory
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:micdoodle8.mods.galacticraft.core.entities.EntityParachest
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:thaumcraft.api.crafting.ContainerProxy
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:thaumcraft.common.container.ContainerArcaneWorkbench
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:thaumcraft.common.tiles.crafting.TileArcaneWorkbench
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:mods.flammpfeil.slashblade.RecipeInstantRepair
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:BaseTransform-1.12.2.zip:forestry.core.utils.ItemStackUtil
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:HammerTransform-1.12.2.zip:com.zeitheron.hammercore.net.internal.PacketDropItem
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:ThermalExpansionTransform-1.12.2.zip:cofh.thermalexpansion.block.storage.BlockCache
[19:54:35] [main/INFO] [anothercommonbugfix]: Enable transform:IC2Transform-1.12.2.zip:ic2.core.util.LiquidUtil
[19:54:35] [main/INFO] [anothercommonbugfix]: Load fix packet
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:AE2Transform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:com.transform.AE2StorageBusTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:appeng.util.Platform com.transform.AE2PlatformTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:appeng.items.tools.powered.ToolEntropyManipulator com.transform.AE2EntropyManipulatorTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:appeng.tile.crafting.TileCraftingTile com.transform.AE2TileCraftingTileTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:BaseTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:forestry.core.inventory.ItemInventory classResource/ItemInventory.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:micdoodle8.mods.galacticraft.core.entities.EntityParachest classResource/EntityParachest.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:thaumcraft.api.crafting.ContainerProxy classResource/thaumcraft/api/crafting/ContainerProxy.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:thaumcraft.common.container.ContainerArcaneWorkbench classResource/thaumcraft/common/container/ContainerArcaneWorkbench.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:thaumcraft.common.tiles.crafting.TileArcaneWorkbench classResource/thaumcraft/common/tiles/crafting/TileArcaneWorkbench.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:mods.flammpfeil.slashblade.RecipeInstantRepair classResource/RecipeInstantRepair.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:forestry.core.utils.ItemStackUtil classResource/ItemStackUtil.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:ForgeTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:net.minecraftforge.common.ForgeHooks com.transform.ForgeHooksTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:HammerTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:com.zeitheron.hammercore.net.internal.PacketDropItem classResource/PacketDropItem.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:IC2Transform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:ic2.core.util.LiquidUtil com.transform.IC2FluidCellTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:TConstructTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:slimeknights.tconstruct.tools.common.network.ToolStationTextPacket com.transform.TC2ToolStationTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:ThermalExpansionTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:cofh.thermalexpansion.block.storage.BlockCache com.transform.TE5CacheTransform
[19:54:35] [main/INFO] [anothercommonbugfix]: Find packet:[zzqmb]ThaumTransform-1.12.2.zip
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:thaumcraft.common.lib.events.CraftingEvents classResource/CraftingEvents.class
[19:54:35] [main/INFO] [anothercommonbugfix]: Load transform:com.nekokittygames.thaumictinkerer.common.recipes.SpellClothRecipe classResource/SpellClothRecipe.class
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[19:54:35] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@6a0cbc6f
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:54:35] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches...
[19:54:35] [main/INFO] [Astral Core]: [AstralTransformer] Found 0 Transformers! Trying to recover with direct references...
[19:54:35] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches!
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:54:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:54:35] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[19:54:36] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.therandomlabs.randompatches.core.RPTransformer' was detected and will no longer process meta class data
[19:54:36] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.item.EntityItem (acl)...
[19:54:36] [main/INFO] [Hammer Core [ASM]]:   -Patching EntityItem
[19:54:36] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'attackEntityFrom': added event call.
[19:54:36] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.zeitheron.hammercore.asm.HammerCoreTransformer' was detected and will no longer process meta class data
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
[19:54:36] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...
[19:54:36] [main/INFO] [Hammer Core [ASM]]:   -Patching World
[19:54:36] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'k', replaced nx.e()V with HC call.
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
[19:54:36] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.world.WorldServer
[19:54:36] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[19:54:36] [main/INFO] [Hammer Core [ASM]]:   -Patching EntityLivingBase
[19:54:36] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'onItemUseFinish': added event call.
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
[19:54:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
[19:54:36] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.EntityLivingBase
[19:54:36] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:54:36] [main/INFO] [STDOUT]: [org.bukkit.craftbukkit.v1_12_R1.Main:main:203]: Loading libraries, please wait...
[19:54:37] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.block.Block
[19:54:37] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.item.EntityItem (acl)...
[19:54:37] [main/INFO] [Hammer Core [ASM]]:   -Patching EntityItem
[19:54:37] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'attackEntityFrom': added event call.
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER
[19:54:37] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.block.state.BlockStateContainer$StateImplementation
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER
[19:54:37] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER
[19:54:38] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.item.ItemSpade
[19:54:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches!
[19:54:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE
[19:54:38] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.monster.EntityEnderman$AITakeBlock
[19:54:39] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
[19:54:39] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
[19:54:39] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
[19:54:39] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
[19:54:39] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
[19:54:39] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.EntityLivingBase
[19:54:39] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.ai.EntityAIEatGrass
[19:54:39] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.passive.EntityRabbit$AIRaidFarm
[19:54:39] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.ai.EntityAIHarvestFarmland
[19:54:39] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.profiler.Profiler (rl)...
[19:54:39] [main/INFO] [Hammer Core [ASM]]:   -Patched startSection!
[19:54:39] [main/INFO] [Hammer Core [ASM]]:   -Patched endSection!
[19:54:39] [main/INFO] [Hammer Core [ASM]]:   -Patched endStartSection!
[19:54:39] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[19:54:39] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2855 Initialized
[19:54:39] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[19:54:39] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[19:54:39] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[19:54:39] [Server thread/INFO] [anothercommonbugfix]: Transform:net.minecraftforge.common.ForgeHooks
[19:54:39] [Server thread/WARN] [FML]: Enabling removal of erroring Entities - USE AT YOUR OWN RISK
[19:54:39] [Server thread/WARN] [FML]: Enabling removal of erroring Tile Entities - USE AT YOUR OWN RISK
[19:54:39] [Server thread/INFO] [FML]: Searching C:\Users\24882\Desktop\缘分帝国服务端V2.0\.\mods for mods
[19:54:39] [Server thread/INFO] [FML]: Searching C:\Users\24882\Desktop\缘分帝国服务端V2.0\.\mods\1.12.2 for mods
[19:54:40] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
[19:54:40] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[19:54:41] [Server thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-21
[19:54:41] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.71
[19:54:41] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
[19:54:41] [Server thread/WARN] [FML]: Mod botanianeedsit is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-3.0-release
[19:54:41] [Server thread/WARN] [FML]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.10
[19:54:42] [Server thread/INFO] [FML]: Forge Mod Loader has identified 75 mods to load
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for noic2destruction: assets/noic2destruction/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for negorerouse: assets/negorerouse/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for customnpcsfix: assets/customnpcsfix/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for custommc: assets/custommc/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for aiimprovements: assets/aiimprovements/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for surge: assets/surge/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for attributefix: assets/attributefix/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for chunkgenlimit: assets/chunkgenlimit/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang
[19:54:42] [Server thread/WARN] [FML]: Missing English translation for phosphor-lighting: assets/phosphor-lighting/lang/en_us.lang
[19:54:42] [Server thread/INFO] [FML]: FML has found a non-mod file [BUG修复]AnotherCommonBugFix.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:54:42] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, anothercommonbugfix, creativecoredummy, slashfortifiercore, randompatches, ae2stuff, bdlib, threng, libnine, extracells, appliedenergistics2, crafttweaker, crafttweakerjei, redstoneflux, hammercore, baubles, codechickenlib, cofhcore, cofhworld, recipehandler, opframe, creativecore, mm_lib, cfm, mets, advanced_solar_panels, ic2, noic2destruction, patchouli, cookingforblockheads, negorerouse, slashfortifier, slashblade_addon, lastsmith, flammpfeil.slashblade, denseneutroncollectors, avaritia, armourers_workshop, astralsorcery, ironchest, forestry, botanianeedsit, extrabotany, botania, sakura, thermalfoundation, redstonearsenal, thermalexpansion, tcinventoryscan, thaumictinkerer, thaumicaugmentation, thaumadditions, thaumcraft, xnet, mcjtylib_ng, customnpcsfix, customnpcs, custommc, projectintelligence, brandonscore, draconicevolution, draconicadditions, aiimprovements, surge, attributefix, chunkgenlimit, neenergistics, jei, waila, base, clumps, phosphor-lighting] at CLIENT
[19:54:42] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, anothercommonbugfix, creativecoredummy, slashfortifiercore, randompatches, ae2stuff, bdlib, threng, libnine, extracells, appliedenergistics2, crafttweaker, crafttweakerjei, redstoneflux, hammercore, baubles, codechickenlib, cofhcore, cofhworld, recipehandler, opframe, creativecore, mm_lib, cfm, mets, advanced_solar_panels, ic2, noic2destruction, patchouli, cookingforblockheads, negorerouse, slashfortifier, slashblade_addon, lastsmith, flammpfeil.slashblade, denseneutroncollectors, avaritia, armourers_workshop, astralsorcery, ironchest, forestry, botanianeedsit, extrabotany, botania, sakura, thermalfoundation, redstonearsenal, thermalexpansion, tcinventoryscan, thaumictinkerer, thaumicaugmentation, thaumadditions, thaumcraft, xnet, mcjtylib_ng, customnpcsfix, customnpcs, custommc, projectintelligence, brandonscore, draconicevolution, draconicadditions, aiimprovements, surge, attributefix, chunkgenlimit, neenergistics, jei, waila, base, clumps, phosphor-lighting] at SERVER
[19:54:43] [Server thread/ERROR] [FML]: The mod redstoneflux is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source [前置-红石通量]RedstoneFlux-1.12-2.1.1.1-universal.jar, however there is no signature matching that description
[19:54:43] [Server thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[19:54:43] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.block.Block
[19:54:44] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
[19:54:44] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
[19:54:44] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.network.NetHandlerPlayServer
[19:54:44] [Server thread/ERROR] [FML]: The mod cofhworld is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source [前置]CoFHWorld-1.12.2-1.4.0.1-universal.jar, however there is no signature matching that description
[19:54:44] [Server thread/INFO] [ChunkGenLimitTransformer]: Transforming net.minecraft.server.management.PlayerChunkMap
[19:54:44] [Server thread/INFO] [ChunkGenLimitTransformer]:  > Finding method func_72693_b
[19:54:44] [Server thread/INFO] [ChunkGenLimitTransformer]:  > Transforming PlayerChunkMap.tick()
[19:54:44] [Server thread/INFO] [ChunkGenLimitTransformer]:  >>> Replacing constant 50000000L with getTimeLimit
[19:54:44] [Server thread/INFO] [ChunkGenLimitTransformer]:  >>> Replacing constant 49 with getChunkLimit
[19:54:44] [Server thread/INFO] [top.windyroad.sffcore.transformer.SFFTransformer]: Now Transform: mods.flammpfeil.slashblade.item.ItemSlashBlade
[19:54:44] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming thaumcraft.common.lib.events.PlayerEvents : thaumcraft.common.lib.events.PlayerEvents with 1 patches!
[19:54:44] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHRUNICSHIELDINGHOOK
[19:54:45] [Server thread/INFO] [anothercommonbugfix]: Transform:thaumcraft.common.lib.events.CraftingEvents
[19:54:45] [Server thread/ERROR] [FML]: The mod thermalfoundation is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source [热力膨胀5-热力基本]ThermalFoundation-1.12.2-2.6.7.1-universal.jar, however there is no signature matching that description
[19:54:45] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[19:54:45] [Server thread/INFO] [draconicevolution]: Draconic Evolution online!
[19:54:45] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[19:54:45] [Server thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it!
[19:54:45] [Server thread/INFO] [draconicevolution]: Hello Minecraft!!!
[19:54:45] [Server thread/ERROR] [FML]: The mod thermalexpansion is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source [热力膨胀5] ThermalExpansion-1.12.2-5.5.7.1-universal.jar, however there is no signature matching that description
[19:54:45] [Server thread/ERROR] [FML]: The mod redstonearsenal is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source [热力膨胀5-红石兵工厂]RedstoneArsenal-1.12.2-2.6.6.1-universal.jar, however there is no signature matching that description
[19:54:46] [Server thread/ERROR] [FML]: The mod thaumicaugmentation is expecting signature 8f678591ba6f78d579e553a8aa94b4c4766cb13d for source [神秘时代6-神秘进阶]ThaumicAugmentation-1.12.2-2.1.4.jar, however there is no signature matching that description
[19:54:46] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class thaumcraft.common.items.casters.foci.FocusMediumTouch
[19:54:46] [Server thread/WARN] [thaumicaugmentation]: A file failed to match with the signing key.
[19:54:46] [Server thread/WARN] [thaumicaugmentation]: If you *know* this is a homebrew/custom build then this is expected, carry on.
[19:54:46] [Server thread/WARN] [thaumicaugmentation]: Otherwise, you might want to redownload this mod from the *official* CurseForge page.
[19:54:46] [Server thread/INFO] [thaumadditions]: You are running general public build 12.6.7@bc-270518. You're fine! ;)
[19:54:46] [Server thread/INFO] [projectintelligence]: Hello Minecraft!!!
[19:54:46] [Server thread/INFO] [draconicadditions]: I see you, Draconic Evolution...  Ready for a boost?
[19:54:46] [Server thread/INFO] [draconicevolution]: Upping the potential for my draconic arsonal?  You bet!!!
[19:54:46] [Server thread/INFO] [draconicadditions]: Then let's do this!
[19:54:46] [Server thread/INFO] [draconicadditions]: Hello Minecraft!!!
[19:54:46] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[19:54:46] [Server thread/INFO] [FML]: Found 1372 ObjectHolder annotations
[19:54:46] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[19:54:46] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[19:54:46] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[19:54:46] [Server thread/INFO] [anothercommonbugfix]: Another Common Bug Fix Loaded
[19:54:46] [Server thread/INFO] [bdlib]: bdlib 1.14.3.12 loaded
[19:54:46] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[19:54:47] [Server thread/INFO] [anothercommonbugfix]: Transform:appeng.util.Platform
[19:54:47] [Server thread/INFO] [AE2:S]: Pre Initialization ( started )
[19:54:47] [Server thread/INFO] [anothercommonbugfix]: Transform:appeng.tile.crafting.TileCraftingTile
[19:54:47] [Server thread/INFO] [anothercommonbugfix]: Transform:appeng.items.tools.powered.ToolEntropyManipulator
[19:54:48] [Server thread/INFO] [anothercommonbugfix]: Transform:appeng.parts.misc.PartStorageBus
[19:54:48] [Server thread/INFO] [AE2:S]: Starting AE2 VersionChecker
[19:54:48] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 1592ms )
[19:54:48] [AE2 VersionChecker/INFO] [AE2:S]: Last check was just recently.
[19:54:48] [AE2 VersionChecker/INFO] [AE2:S]: Stopping AE2 VersionChecker
[19:54:48] [Server thread/INFO] [bdlib]: Loading internal config files for mod AE2 Stuff
[19:54:48] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/24882/Desktop/缘分帝国服务端V2.0/./mods/%5BAE2-Stuff%5Dae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/tuning.cfg
[19:54:48] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/24882/Desktop/缘分帝国服务端V2.0/./mods/%5BAE2-Stuff%5Dae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/recipes.cfg
[19:54:48] [Server thread/INFO] [bdlib]: Loading user config files for mod AE2 Stuff
[19:54:48] [Server thread/INFO] [bdlib]: Config loading for mod AE2 Stuff finished
[19:54:48] [Server thread/INFO] [bdlib]: Loaded creative tabs for ae2stuff
[19:54:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `machine`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `machine`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `big_assembler`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `big_assembler`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `material`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:49] [Server thread/INFO] [threng]: Skipping missing mod for integration: opencomputers
[19:54:49] [Server thread/INFO] [extracells]: Enable integration for 'waila (waila)'
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.hammercore.cfg.HammerCoreConfigs" to Hammer Core Simple Configs.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.thaumicadditions.config.ConfigsTAR" to Hammer Core Simple Configs.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.hammercore.world.gen.WorldRetroGen@796ebf7a" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.hammercore.internal.variables.VarEvents@562cdf6e" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.thaumicadditions.utils.ThaumicScheduler@5b05c4f4" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.hammercore.specials.Zeitheron.ZeitheronGlobEvents@40dbd132" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.thaumicadditions.init.KnowledgeTAR@20f081c6" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.thaumicadditions.events.LivingEventsTAR@16ef1744" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.thaumicadditions.seals.SealChunkLoader@27e9022e" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added "com.zeitheron.hammercore.HammerCore@666666" to MCF Event Bus.
[19:54:49] [Server thread/INFO] [HammerCore]: Added 8 object to MCF Event Bus.
[19:54:49] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class baubles.api.cap.BaublesContainer
[19:54:49] [Server thread/INFO] [CoFH World]: Registering default Feature Templates...
[19:54:49] [Server thread/INFO] [CoFH World]: Registering default World Generators...
[19:54:49] [Server thread/INFO] [CoFH World]: Verifying or creating base world generation directory...
[19:54:49] [Server thread/INFO] [CoFH World]: Complete.
[19:54:50] [Server thread/INFO] [Mysterious Mountain Lib]: Presented by Zaia
[19:54:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mmlib` for name `seat_block`, expected `mm_lib`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `niobium_ore`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `titanium_ore`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `titanium_block`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `lighter_block`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `geomagnetic_pedestal`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `geomagnetic_antenna`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `mets` for name `titanium_scaffold`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `molecular_transformer`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `quantum_generator`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `advanced_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `hybrid_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `ultimate_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `quantum_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:55] [Server thread/INFO] [anothercommonbugfix]: Transform:ic2.core.util.LiquidUtil
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 354 out of 354 recipes for shaped recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 79 out of 79 recipes for shapeless recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 41 out of 41 recipes for solid uu recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 27 out of 27 recipes for furnace recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for block cutter recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 51 out of 51 recipes for compressor recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for extractor recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 89 out of 89 recipes for macerator recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for metal former cutting recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[19:54:56] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 26 out of 26 recipes for thermal centrifuge recipes
[19:54:56] [Server thread/INFO] []: [INFO]METS now running under a new version of ic2.
[19:54:56] [Server thread/INFO] []: [INFO]METS now running under a ic2 version newer than ex112-216.
[19:54:56] [Server thread/INFO] [advanced_solar_panels]: Loading ASP Config from C:\Users\24882\Desktop\缘分帝国服务端V2.0\config\advanced_solar_panels.cfg
[19:54:56] [Server thread/INFO] [advanced_solar_panels]: Loading MT Recipes from C:\Users\24882\Desktop\缘分帝国服务端V2.0\config\advanced_solar_panels_MTRecipes.cfg
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashblade`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashbladeWood`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashbladeBambooLight`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashbladeSilverBambooLight`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashbladeWhite`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `avaritia_extreme_crafting_table`, expected `avaritia`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `neutron_collector`, expected `avaritia`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `neutronium_compressor`, expected `avaritia`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia` for name `neutron_collector`, expected `denseneutroncollectors`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `compressed_neutron_collector`, expected `denseneutroncollectors`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `double_compressed_neutron_collector`, expected `denseneutroncollectors`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `triple_compressed_neutron_collector`, expected `denseneutroncollectors`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia` for name `neutron_collector`, expected `denseneutroncollectors`. This could be a intended override, but in most cases indicates a broken mod.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Loading Armourer's Workshop version 1.12.2-0.51.0.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Loading addons
[19:54:57] [Server thread/INFO] [armourers_workshop]: Loading CustomNPC Compatibility Addon
[19:54:57] [Server thread/INFO] [armourers_workshop]: Loading Just Enough Items Compatibility Addon
[19:54:57] [Server thread/INFO] [armourers_workshop]: Loading Minecraft Compatibility Addon
[19:54:57] [Server thread/INFO] [armourers_workshop]: user home: C:\Users\24882
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:head
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:chest
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:legs
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:feet
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:wings
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:sword
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:shield
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:bow
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:pickaxe
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:axe
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:shovel
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:hoe
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:item
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:block
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:part
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:outfit
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering skin: armourers:unknown
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering equipment cube - id:0 name:Cube
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering equipment cube - id:1 name:CubeGlowing
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering equipment cube - id:2 name:CubeGlass
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering equipment cube - id:3 name:CubeGlassGlowing
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Trigger Registry] Registering: always as armourers_workshop:always.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Action Registry] Registering: rotate as armourers_workshop:rotate.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Value Registry] Registering: health_percentage as armourers_workshop:health_percentage.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Value Registry] Registering: in_water as armourers_workshop:in_water.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Value Registry] Registering: sneaking as armourers_workshop:sneaking.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Value Registry] Registering: time as armourers_workshop:time.
[19:54:57] [Server thread/INFO] [armourers_workshop]: [Skin Value Registry] Registering: raining as armourers_workshop:raining.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.passive.EntityChicken as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.monster.EntityCreeper as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.monster.EntityGhast as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.player.EntityPlayer as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.monster.EntitySkeleton as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class net.minecraft.entity.monster.EntitySlime as a skinnable entity.
[19:54:57] [Server thread/INFO] [armourers_workshop]: Registering class moe.plushie.armourers_workshop.common.init.entities.EntityMannequin as a skinnable entity.
[19:54:58] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming wh : net.minecraft.entity.ai.attributes.ModifiableAttributeInstance with 1 patches!
[19:54:58] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHPOSTPROCESSATTRIBUTES
[19:54:58] [Server thread/INFO] [Astral Sorcery]: Crafttweaker found! Adding recipe handlers...
[19:54:58] [Server thread/INFO] [forestry]: Module disabled: Charcoal Module
[19:54:58] [Server thread/INFO] [forestry]: Module AgriCraft Module failed to load: AgriCraft not found
[19:54:58] [Server thread/INFO] [forestry]: Module TechReborn Module failed to load: TechReborn not found
[19:54:58] [Server thread/INFO] [forestry]: Module rustic Module failed to load: Rustic not found
[19:54:58] [Server thread/INFO] [forestry]: Module Extra Utilities Module failed to load: Extra Utilities not found
[19:54:58] [Server thread/INFO] [forestry]: Module Natura Module failed to load: Natura not found
[19:54:58] [Server thread/INFO] [forestry]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found
[19:54:58] [Server thread/INFO] [forestry]: Module Roots Module failed to load: Roots not found
[19:54:58] [Server thread/INFO] [forestry]: Module EnderIO Module failed to load: EnderIO not found
[19:54:58] [Server thread/INFO] [forestry]: Module BiomesOPlenty Module failed to load: BiomesOPlenty not found
[19:54:58] [Server thread/INFO] [forestry]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found
[19:54:58] [Server thread/INFO] [forestry]: Module Better With Mods Module failed to load: Better With Mods not found
[19:54:58] [Server thread/INFO] [forestry]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found
[19:54:58] [Server thread/INFO] [forestry]: Module Mystical Agriculture Module failed to load: Mystical Agriculture not found
[19:54:58] [Server thread/INFO] [forestry]: Module HarvestCraft Module failed to load: HarvestCraft not found
[19:54:58] [Server thread/INFO] [forestry]: Module Actually Additions Module failed to load: Actually Additions not found
[19:54:58] [Server thread/INFO] [forestry]: Module ImmersiveEngineering Module failed to load: ImmersiveEngineering not found
[19:54:58] [Server thread/INFO] [forestry]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found
[19:54:59] [Server thread/INFO] [anothercommonbugfix]: Transform:forestry.core.inventory.ItemInventory
[19:54:59] [Server thread/INFO] [anothercommonbugfix]: Transform:forestry.core.utils.ItemStackUtil
[19:54:59] [Server thread/INFO] [extrabotany]: Welcome to the World of the supreme principle of Mana
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod feature container for mod: draconicevolution
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod feature container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: brandonscore
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicadditions
[19:55:00] [Server thread/INFO] [brandonscore]: Loading mod config for: draconicevolution
[19:55:00] [Server thread/INFO] [brandonscore]: Loading mod config for: brandonscore
[19:55:00] [Server thread/INFO] [brandonscore]: Loading mod config for: draconicadditions
[19:55:00] [Server thread/WARN] [brandonscore]: No features were detected for mod: brandonscore. This maybe an issue or maybe this mod just does not have any items or blocks.
[19:55:00] [Server thread/INFO] [brandonscore]: Registering features for mod: draconicevolution
[19:55:00] [Server thread/INFO] [draconicevolution]: Finished PreInitialization
[19:55:00] [Server thread/INFO] [anothercommonbugfix]: Transform:cofh.thermalexpansion.block.storage.BlockCache
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:rune_set
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:popen
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:pclose
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:fizz
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:shadow_beam
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:essentia_pistol_shoot
[19:55:00] [Server thread/INFO] [thaumadditions]: [SOUNDS] Registered sound thaumadditions:mithminite_scythe
[19:55:00] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class thaumcraft.common.items.armor.ItemVoidRobeArmor
[19:55:01] [Server thread/INFO] [customnpcsfix]: Started loading config. 
[19:55:01] [Server thread/INFO] [customnpcsfix]: Finished loading config. 
[19:55:01] [Server thread/INFO] [brandonscore]: Registering features for mod: draconicadditions
[19:55:01] [Server thread/INFO] [base]: Module Tool has successfully loaded
[19:55:01] [Server thread/FATAL] [base]: Module JourneyMap did not load due to issue: Mod with modid: journeymap was not found
[19:55:01] [Server thread/INFO] [anothercommonbugfix]: Transform:thaumcraft.common.tiles.crafting.TileArcaneWorkbench
[19:55:01] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class thaumcraft.common.tiles.crafting.TileInfusionMatrix
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.dirtchest9000`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `botania` for name `specialflower`, expected `extrabotany`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilebigassemblerpart`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilecentrifuge`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilebigassemblerpatternstore`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilebigassemblercore`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tileaggregator`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilebigassemblerioport`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilelevelmaintainer`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tileetcher`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tilefastcraftingbus`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `threng` for name `tileenergizer`, expected `libnine`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileredstoneblock`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileblockanvil`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilemailbox`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilewaypoint`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripted`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripteddoor`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcbuilder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpccopy`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcborder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:02] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:02] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:02] [Server thread/INFO] []: Block{botanianeedsit:mana_charger}
[19:55:02] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:02] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:02] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class thaumcraft.common.entities.monster.EntityEldritchGuardian
[19:55:03] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:03] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:03] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:03] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:03] [Server thread/INFO] [FML]: Injecting itemstacks
[19:55:03] [Server thread/INFO] [FML]: Itemstack injection complete
[19:55:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[19:55:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[19:55:03] [Server thread/INFO] [Minecraft]: This server is running CatServer version git-CatServer-1.12.2-d1fba12 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[19:55:03] [Server thread/INFO] []: Server Ping Player Sample Count: 12
[19:55:03] [Server thread/INFO] [Minecraft]: Using 4 threads for Netty based IO
[19:55:03] [Server thread/INFO] [Minecraft]: Debug logging is enabled
[19:55:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[19:55:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[19:55:03] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
[19:55:03] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[19:55:03] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
[19:55:03] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[19:55:03] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
[19:55:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@8 = 1xitem.ingotIron@0
[19:55:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@7 = 1xitem.ingotGold@0
[19:55:04] [Server thread/INFO] [THAUMCRAFT]: Checking for mod & oredict compatibilities
[19:55:04] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class thaumcraft.common.lib.crafting.InfusionRunicAugmentRecipe
[19:55:04] [Server thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
[19:55:04] [Server thread/INFO] [anothercommonbugfix]: Transform:com.nekokittygames.thaumictinkerer.common.recipes.SpellClothRecipe
[19:55:04] [Server thread/INFO] [thaumictinkerer]: Hi Botania, we have unfinished business you and I
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `essence_salt.mix`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `essence_salt.apply`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `essence_salt.remove`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `seal_paint`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `phantom_ink.apply`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `phantom_ink.remove`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumadditions` for name `disenchant`, expected `hammercore`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:04] [Server thread/INFO] [Avaritia]: rawMeats: []
[19:55:04] [Server thread/INFO] [Avaritia]: knownMeats: [1xitem.beefRaw@0, 1xitem.chickenRaw@0, 1xitem.porkchopRaw@0, 1xitem.rabbitRaw@0, 1xitem.fish@0]
[19:55:05] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0
[19:55:05] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0
[19:55:05] [Server thread/INFO] [draconicevolution]: Loading Default Recipes...
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_ultimate_stew`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_cosmic_meatballs`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_dragon_egg`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia:craft_tweaker_shaped_resource` for name `5`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia:craft_tweaker_shaped_mets:te` for name `21`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `avaritia:craft_tweaker_shaped_mets` for name `tachyon_disruptor`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:05] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:05] [Server thread/INFO] [AE2:S]: Initialization ( started )
[19:55:05] [Server thread/INFO] [AE2:S]: Disabling item.csv export for custom recipes, since creative tab information is only available on the client.
[19:55:05] [Server thread/INFO] [anothercommonbugfix]: Transform:appeng.hooks.TickHandler
[19:55:05] [Server thread/INFO] [AE2:S]: Initialization ( ended after 143ms )
[19:55:05] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.ae2stuff' for mod 'ae2stuff'
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycertustank`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitywalrus`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidcrafter`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidinterface`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidfiller`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityhardmedrive`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityvibrationchamberfluid`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `opframetileentity`, expected `opframe`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmoven`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmfridge`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmfreezer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbedsidecabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmailbox`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcomputer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmprinter`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmstereo`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmpresent`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbin`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmwallcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbath`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmshowerhead`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmplate`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcouch`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtoaster`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmchoppingboard`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmblender`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmicrowave`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmwashingmachine`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdishwasher`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcabinetkitchen`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcup`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcookiejar`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtree`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmirror`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmgrill`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmeski`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdoormat`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcrate`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmlightswitch`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmceilingfan`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdeskcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmodernslidingdoor`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdigitalclock`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtv`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmkitchencounter`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmkitchencounterdrawer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/INFO] [advanced_solar_panels]: Loading Molecular Transformer recipes from file
[19:55:06] [Server thread/WARN] [advanced_solar_panels]: Skipping line 23 as the output (OreDict:gemSapphire) cannot be resolved
[19:55:06] [Server thread/WARN] [advanced_solar_panels]: Skipping line 24 as the output (OreDict:gemRuby) cannot be resolved
[19:55:06] [Server thread/WARN] [advanced_solar_panels]: Skipping line 27 as the output (OreDict:dustChrome) cannot be resolved
[19:55:06] [Server thread/WARN] [advanced_solar_panels]: Skipping line 28 as the output (OreDict:ingotChrome) cannot be resolved
[19:55:06] [Server thread/WARN] [advanced_solar_panels]: Skipping line 29 as the output (OreDict:gemCertusQuartz) cannot be resolved
[19:55:06] [Server thread/INFO] [advanced_solar_panels]: Load complete, successfully loaded 17 out of 22.
[19:55:06] [Server thread/INFO] [anothercommonbugfix]: Transform:mods.flammpfeil.slashblade.RecipeInstantRepair
[19:55:06] [Server thread/INFO] [top.windyroad.sffcore.transformer.SFFTransformer]: Now Transform: mods.flammpfeil.slashblade.event.AnvilEventHandler
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `artemis`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `hercules`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `nier`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `chronos`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `erebus`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `chronosn`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `negorerouse` for name `protogenoi`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name ``, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [sakura]: Some one using an empty fluid list!!! When CraftBeef Stick
[19:55:06] [Server thread/WARN] [sakura]: Some one using an empty fluid list!!! When CraftChicken Stick
[19:55:06] [Server thread/WARN] [sakura]: Some one using an empty fluid list!!! When CraftPork Stick
[19:55:06] [Server thread/WARN] [sakura]: Some one using an empty fluid list!!! When CraftSoysause
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `phantomswordex`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `lightningsword`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `nofireligntningbolt`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `entitydriveex`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `entityaquaedge`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `entityflareedge`, expected `slashblade_addon`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering class noppes.npcs.entity.EntityCustomNpc as a skinnable entity.
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.armourer.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.skin-library.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.global-skin-library.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.colour-mixer.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.mannequin.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.doll.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.skinning-table.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.skinnable.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.skinnable.sit
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.skinnable.sleep
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.dye-table.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.hologram-projector.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.outfit-maker.open-gui
[19:55:06] [Server thread/INFO] [armourers_workshop]: Registering permission: armourers_workshop.tile.advanced-skin-builder.open-gui
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid crystaloil for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid empoweredoil for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid iron for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid gold for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid cobalt for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ardite for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid emerald for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidoil for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidnitrodiesel for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid nacre for rarity registry - it doesn't exist in the current environment
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Ignoring amulet enchantment 'cofhcore:holding' as it's prone to cause issues.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Got 0 recipe modifications from CraftTweaker. - Applying...
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Recipe changes applied.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded OAK of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded SPRUCE of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded BIRCH of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded JUNGLE of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded ACACIA of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Loaded DARK_OAK of minecraft into tree registry.
[19:55:06] [Server thread/INFO] [Astral Sorcery]: Not loading tree type SLIME as the mod tconstruct is not loaded.
[19:55:07] [Server thread/INFO] [draconicevolution]: Finished Initialization
[19:55:07] [Server thread/INFO] [thaumictinkerer]: Initializing Telekenetic powers
[19:55:07] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `thaumcraft` for name `stairsancient`, expected `thaumicaugmentation`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:07] [Server thread/INFO] [thaumadditions]: Registering seals...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Aqua, None, None...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Terra, Terra, Terra...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Victus, Herba, None...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Instrumentum, Herba, None...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Instrumentum, Herba, Ordo...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Vacuos, Vacuos, Vacuos...
[19:55:07] [Server thread/INFO] [thaumadditions]:  -Praecantatio, Aer, Any...
[19:55:07] [Server thread/INFO] [thaumadditions]: -Registered 7 seals.
[19:55:07] [Server thread/WARN] []: [19:55:07][FINE/CustomNPCs][noppes.npcs.LogWriter:71] Sat Oct 23 19:55:07 CST 2021

[19:55:07] [Server thread/WARN] []: [19:55:07][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Script Engines Available:

[19:55:07] [AstralSorcery Patreon Effect Loader/WARN] [Astral Sorcery]: Skipped 4 patreon effects during loading due to malformed data!
[19:55:07] [AstralSorcery Patreon Effect Loader/INFO] [Astral Sorcery]: Patreon effect loading finished.
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: CustomNPC Permissions available:
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.blocks
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.villager
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.bank
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.dialog
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.faction
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.linked
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.naturalspawn
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.playerdata
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.quest
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.recipe
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.transport
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.advanced
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.ai
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.clone
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.create
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.delete
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.display
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.freeze
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.gui
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.inventory
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.reset
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.stats
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.scenes
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.soulstone.all
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.create
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.mob
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.mounter
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.nbtbook
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.pather
[19:55:08] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.scripter
[19:55:08] [Server thread/INFO] []: Markov dictionaries loaded!
[19:55:08] [Server thread/INFO] [FML]: Injecting itemstacks
[19:55:08] [Server thread/INFO] [FML]: Itemstack injection complete
[19:55:08] [Server thread/WARN] [FML]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [PLAINS, COLD]
[19:55:08] [Server thread/INFO] [AE2:S]: Post Initialization ( started )
[19:55:08] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Enable
[19:55:08] [Server thread/INFO] [AE2:S]: Railcraft - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: Waila - Integration Enable
[19:55:08] [Server thread/INFO] [AE2:S]: Mekanism - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: OpenComputers - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: TheOneProbe - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: Tesla - Integration Disabled
[19:55:08] [Server thread/INFO] [AE2:S]: CraftTweaker - Integration Enable
[19:55:09] [Server thread/INFO] [AE2:S]: Post Initialization ( ended after 174ms )
[19:55:09] [Server thread/INFO] [ic2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[19:55:09] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches!
[19:55:09] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS
[19:55:09] [Server thread/INFO] [ic2.General]: ic2 version 2.8.221-ex112 loaded.
[19:55:09] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wanderer_restart`, expected `flammpfeil.slashblade`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/basics
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/artifice
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 0 research entries from thaumictinkerer:research/baubles
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 6 research entries from thaumictinkerer:research/machines
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 8 research entries from thaumicaugmentation:research/warded.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 10 research entries from thaumicaugmentation:research/impetus.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 22 research entries from thaumcraft:research/alchemy
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 23 research entries from thaumcraft:research/auromancy
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 4 research entries from thaumicaugmentation:research/foci.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 1 research entries from flammpfeil.slashblade:research/research.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 17 research entries from thaumcraft:research/infusion
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumcraft:research/eldritch
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 2 research entries from thaumictinkerer:research/foci
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 12 research entries from thaumcraft:research/scans
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 8 research entries from thaumicaugmentation:research/casting.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 6 research entries from thaumictinkerer:research/misc
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 1 research entries from thaumicaugmentation:research/ward_foci_coremod.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 29 research entries from thaumcraft:research/golemancy
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 2 research entries from lastsmith:research/research.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 6 research entries from thaumicaugmentation:research/baubles.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumicaugmentation:research/construct.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumicaugmentation:research/gear.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 14 research entries from thaumicaugmentation:research/void.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 1 research entries from thaumicaugmentation:research/alchemy.json
[19:55:10] [Server thread/INFO] [THAUMCRAFT]: Loaded 4 research entries from thaumicaugmentation:research/misc.json
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.nihil`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.nihilex`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.nihilul`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.crimsoncherry`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.nihilbx`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.darkraven`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.kamuy.base`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.kamuy.water`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.kamuy.fire`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.kamuy.lightning`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `flammpfeil.slashblade.named.kirisaya`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `recipexes`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `bamboolight`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `bamboolight_1`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `white`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `white2`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `white3`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `slashblade`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `yamato`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `agito`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `agito_ex`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `agito2`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `tagayasan`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `flammpfeil.slashblade` for name `tukumo`, expected `lastsmith`. This could be a intended override, but in most cases indicates a broken mod.
[19:55:10] [Armourer's Workshop library thread./INFO] [armourers_workshop]: Loading public library skins
[19:55:10] [Server thread/INFO] [Astral Sorcery]: Post compile recipes
[19:55:10] [Server thread/INFO] [botania]: The Lexica Botania has 30408 words.
[19:55:10] [Server thread/INFO] [extrabotany]: =============================================================================================
[19:55:10] [Server thread/INFO] [extrabotany]: *  _______   ___  ___   ___________    _______         __                                   *
[19:55:10] [Server thread/INFO] [extrabotany]: * /"     "| |"  \/"  | ("     _   ")  /"      \       /""\                                  *
[19:55:10] [Server thread/INFO] [extrabotany]: *(: ______)  \   \  /   )__/  \\__/  |:        |     /    \                                 *
[19:55:10] [Server thread/INFO] [extrabotany]: * \/    |     \\  \/       \\_ /     |_____/   )    /' /\  \                                *
[19:55:10] [Server thread/INFO] [extrabotany]: * // ___)_    /\.  \       |.  |      //      /    //  __'  \                               *
[19:55:10] [Server thread/INFO] [extrabotany]: *(:      "|  /  \   \      \:  |     |:  __   \   /   /  \\  \                              *
[19:55:10] [Server thread/INFO] [extrabotany]: * \_______) |___/\___|      \__|     |__|  \___) (___/    \___)                             *
[19:55:10] [Server thread/INFO] [extrabotany]: *           _______       ______     ___________        __       _____  ___    ___  ___       *
[19:55:10] [Server thread/INFO] [extrabotany]: *          |   _  "\     /    " \   ("     _   ")      /""\     (\"   \|"  \  |"  \/"  | 	  *
[19:55:10] [Server thread/INFO] [extrabotany]: *          (. |_)  :)   // ____  \   )__/  \\__/      /    \    |.\\   \    |  \   \  /  	  *
[19:55:10] [Server thread/INFO] [extrabotany]: *          |:     \/   /  /    ) :)     \\_ /        /' /\  \   |: \.   \\  |   \\  \/   	  *
[19:55:10] [Server thread/INFO] [extrabotany]: *          (|  _  \\  (: (____/ //      |.  |       //  __'  \  |.  \    \. |   /   /    	  *
[19:55:10] [Server thread/INFO] [extrabotany]: *          |: |_)  :)  \        /       \:  |      /   /  \\  \ |    \    \ |  /   /     	  *
[19:55:10] [Server thread/INFO] [extrabotany]: *          (_______/    \"_____/         \__|     (___/    \___) \___|\____\) |___/      	  *
[19:55:10] [Server thread/INFO] [extrabotany]: =============================================================================================
[19:55:10] [Server thread/INFO] [extrabotany]: *Thank you for installing ExtraBotany!                                                      *
[19:55:10] [Server thread/INFO] [extrabotany]: *Owner: ExtraMeteorP                                                                        *
[19:55:10] [Server thread/INFO] [extrabotany]: *Artist: MalayP, Gloridifice                                                                *
[19:55:10] [Server thread/INFO] [extrabotany]: *No more anime girl                                                                         *
[19:55:10] [Server thread/INFO] [extrabotany]: *Yes this is a spam                                                                         *
[19:55:10] [Server thread/INFO] [extrabotany]: *If you want to disable it, check your config settings                                      *
[19:55:10] [Server thread/INFO] [extrabotany]: =============================================================================================
[19:55:10] [Server thread/INFO] [extrabotany]:  .____         .                 __   __         .                        .___ 
[19:55:10] [Server thread/INFO] [extrabotany]:  /      _  .- _/_   .___    ___  |    |    ___  _/_     ___    __.  .___  /   \
[19:55:10] [Server thread/INFO] [extrabotany]:  |__.    \,'   |    /   \  /   ` |\  /|  .'   `  |    .'   ` .'   \ /   \ |,_-'
[19:55:10] [Server thread/INFO] [extrabotany]:  |       /\    |    |   ' |    | | \/ |  |----'  |    |----' |    | |   ' |    
[19:55:10] [Server thread/INFO] [extrabotany]:  /----/ /  \   \__/ /     `.__/| /    /  `.___,  \__/ `.___,  `._.' /     /    
[19:55:10] [Server thread/INFO] [extrabotany]:                                                                                
[19:55:10] [Server thread/INFO] [extrabotany]: 					 .___                                     .                _    
[19:55:10] [Server thread/INFO] [extrabotany]: 					 /   \ .___    ___    ____   ___  , __   _/_     ___    ___/  
[19:55:10] [Server thread/INFO] [extrabotany]: 					 |,_-' /   \ .'   `  (     .'   ` |'  `.  |    .'   `  /   |  
[19:55:10] [Server thread/INFO] [extrabotany]: 					 |     |   ' |----'  `--.  |----' |    |  |    |----' ,'   |  
[19:55:10] [Server thread/INFO] [extrabotany]: 					 /     /     `.___, \___.' `.___, /    |  \__/ `.___, `___,'  
[19:55:10] [Server thread/INFO] [extrabotany]: 																			   `   
[19:55:10] [Server thread/INFO] [extrabotany]: =============================================================================================
[19:55:10] [Server thread/INFO] [draconicevolution]: Finished PostInitialization
[19:55:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Forestry Plugin Enabled.
[19:55:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Applied Energistics 2 Plugin Enabled.
[19:55:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Astral Sorcery Plugin Enabled.
[19:55:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: IndustrialCraft 2 Plugin Enabled.
[19:55:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[19:55:10] [Server thread/INFO] [thaumicaugmentation]: The following mods were detected and have integration enabled:
[19:55:10] [Server thread/INFO] [thaumicaugmentation]: botania
[19:55:10] [Server thread/INFO] [thaumadditions]: I found draconicevolution:draconic_ingot and I added some aspects to it! 18x Draco, 6x Caeles
[19:55:10] [Server thread/INFO] [thaumadditions]: I also found draconicevolution:dragon_heart and I added some aspects to it! 100x Draco, 20x Caeles
[19:55:11] [Server thread/INFO] [thaumadditions]: I also found draconicevolution:draconic_block and I added some aspects to it! 162x Draco, 54x Caeles
[19:55:11] [Server thread/INFO] [thaumadditions]: I also found draconicevolution:chaos_shard and I added some aspects to it! 96x Exitium, 16x Caeles
[19:55:11] [Armourer's Workshop library thread./INFO] [armourers_workshop]: Created 17 type lists for file list type SERVER_PUBLIC.
[19:55:11] [Armourer's Workshop library thread./INFO] [armourers_workshop]: Finished loading 3182 server public library skins in 622 ms
[19:55:11] [Armourer's Workshop library thread./INFO] [armourers_workshop]: Loading private library skins
[19:55:11] [Armourer's Workshop library thread./INFO] [armourers_workshop]: Finished loading 0 server private library skins in 1 ms
[19:55:11] [Server thread/INFO] [draconicadditions]: Power costs are not modified. Skipping recipe rebalance.
[19:55:11] [Server thread/INFO] [Waila]: Starting Waila...
[19:55:11] [Server thread/INFO] [Waila]: Gathering annotated plugins...
[19:55:11] [Server thread/INFO] [Waila]: Gathering wrapped IMC plugins...
[19:55:11] [Server thread/INFO] [Waila]: Registering plugins...
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.core.PluginCore
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at appeng.integration.modules.waila.WailaModule
[19:55:11] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from appliedenergistics2 at appeng.integration.modules.waila.WailaModule.register
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at cn.mcmod.sakura.compat.waila.CampfirePlugin
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.capability.PluginCapability
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at cn.mcmod.sakura.compat.waila.CampfirePotPlugin
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at com.zeitheron.hammercore.compat.waila.GetWaila
[19:55:11] [Server thread/INFO] [HammerCore]: Waila API hooked!
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at extracells.integration.waila.Waila
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at mcjty.lib.compat.waila.WailaCompatibility
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at net.bdew.ae2stuff.waila.WailaHandler
[19:55:11] [Server thread/INFO] [Waila]: Registering plugin at net.blay09.mods.cookingforblockheads.compat.WailaProvider
[19:55:11] [Server thread/INFO] [Waila]: Starting Waila took 67.39 ms
[19:55:11] [Server thread/INFO] [cofhcore]: CoFH Core: Load Complete.
[19:55:11] [Server thread/INFO] [CoFH World]: Accumulating world generation files from: "C:\Users\24882\Desktop\缘分帝国服务端V2.0\config\cofh\world"
[19:55:11] [Server thread/INFO] [CoFH World]: Found a total of 3 world generation files.
[19:55:11] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh\world\01_thermalfoundation_ores.json":
[19:55:11] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh\world\02_thermalfoundation_oil.json":
[19:55:11] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh\world\03_thermalfoundation_clathrates.json":
[19:55:11] [Server thread/INFO] [CoFH World]: CoFH World: Load Complete.
[19:55:11] [Server thread/INFO] [thermalfoundation]: [Whitelist] Reading established Whitelist from file.
[19:55:11] [Server thread/INFO] [thermalfoundation]: Thermal Foundation: Load Complete.
[19:55:11] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Load Complete.
[19:55:11] [Server thread/INFO] [redstonearsenal]: Redstone Arsenal: Load Complete.
[19:55:11] [Server thread/INFO] [Surge]: The game loaded in approximately  37.632 seconds.
[19:55:11] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 75 mods
[19:55:11] [Server thread/INFO] [mcjtylib_ng]: Preparing all world data
[19:55:11] [Server thread/WARN] [FML]: [Transforming:noppes.npcs.util.NBTJsonUtil]
[19:55:11] [Server thread/WARN] [FML]: [Transformed:noppes.npcs.util.NBTJsonUtil]
[19:55:11] [Server thread/WARN] []: [19:55:11][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:42] Loading Linked Npcs

[19:55:11] [Server thread/WARN] []: [19:55:11][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:62] Done loading Linked Npcs

[19:55:11] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[19:55:11] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:wood_pile
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:wood_pile_decorative
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:ash_block_3
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:ash_block_0
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:ash_block_1
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:ash_block_2
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:charcoal
[19:55:12] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world forestry:loam
[19:55:12] [Server thread/INFO] [FML]: Applying holder lookups
[19:55:12] [Server thread/INFO] [FML]: Holder lookups applied
[19:55:15] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] Loading BossCooling v1.19
[19:55:15] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] Loading ClearEntity v1.12.2-1.3
[19:55:15] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Loading LuckPerms v5.3.47
[19:55:16] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[19:55:16] [Server thread/INFO] [net.zhouhaha.colorchat.ColorChat]: [ColorChat] Loading ColorChat v1.1
[19:55:16] [Server thread/INFO] [com.aeniruo.inventoryitemantibug.ll11I1IlII1]: [InventoryItemAntiBug] Loading InventoryItemAntiBug v1.12.2-1.2
[19:55:16] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10
[19:55:16] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Loading MiraiMC v1.5
[19:55:16] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[19:55:16] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Verifying mirai-core-all-2.8-M1.jar
[19:55:16] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Loading library mirai-core-all-2.8-M1.jar
[19:55:17] [Server thread/INFO] [me.dreamvoid.whitelist4qq.bukkit.BukkitPlugin]: [Whitelist4QQ] Loading Whitelist4QQ v1.0
[19:55:17] [Server thread/INFO] [me.lucko.spark.bukkit.BukkitSparkPlugin]: [spark] Loading spark v1.6.2
[19:55:17] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] Loading WorldBorder v1.8.7
[19:55:17] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] Loading NoOffhand v1.0.3
[19:55:17] [Server thread/INFO] [me.Bryan.IronElevators.IronElevators]: [IronElevators] Loading IronElevators v1.1
[19:55:17] [Server thread/INFO] [me.dreamvoid.chat2qq.bukkit.BukkitPlugin]: [MiraiMC] Loading Chat2QQ v1.4.1
[19:55:17] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib]: [ProtocolLib] Loading ProtocolLib v4.7.0
[19:55:20] [Server thread/INFO] [de.jeff_media.ChestSort.ChestSortPlugin]: [ChestSort] Loading ChestSort v9.5.1
[19:55:20] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Loading NoSpawnChunks v2.0.1-SNAPSHOT-b148
[19:55:20] [Server thread/INFO] [studio.trc.bukkit.litesignin.Main]: [LiteSignIn] Loading LiteSignIn v1.5.5
[19:55:20] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] Loading YuhaiBlocklimit v2.0
[19:55:20] [Server thread/INFO] [com.handy.monster.Monster]: [monster] Loading monster v3.0.3
[19:55:20] [Server thread/INFO] [cc.bukkitPlugin.banitem.BanItem]: [BanItem] Loading BanItem v3.2.38
[19:55:20] [Server thread/INFO] [com.infiniteplugins.infinitescoreboard.InfiniteScoreboard]: [InfiniteScoreboard] Loading InfiniteScoreboard v1.0.1
[19:55:20] [Server thread/INFO] [recoverypass.main]: [NoBuguppercaseLowerorcase] Loading NoBuguppercaseLowerorcase v1.2.3
[19:55:20] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] Loading CowSuperJoin v1.71
[19:55:20] [Server thread/INFO] []: ========================================
[19:55:20] [Server thread/INFO] []: 
[19:55:20] [Server thread/INFO] []:        CowSuperJoin
[19:55:20] [Server thread/INFO] []: 
[19:55:20] [Server thread/INFO] []:  版本: 1.71                 作者:牛哥
[19:55:20] [Server thread/INFO] []:       ON Loading。。。
[19:55:20] [Server thread/INFO] []: ========================================
[19:55:20] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] Loading Vault v1.7.3-b131
[19:55:20] [Server thread/INFO] [com.aeniruo.containerantibug.ll11I1IlII1]: [ContainerAntiBug] Loading ContainerAntiBug v1.12.2-1.1
[19:55:20] [Server thread/INFO] [studio.trc.bukkit.liteannouncer.Main]: [LiteAnnouncer] Loading LiteAnnouncer v1.1.4
[19:55:20] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Loading Essentials v2.18.0.0
[19:55:20] [Server thread/INFO] [main.java.me.dniym.IllegalStack]: [IllegalStack] Loading IllegalStack v2.4.2
[19:55:20] [Server thread/INFO] [com.plotsquared.bukkit.BukkitMain]: [PlotSquared] Loading PlotSquared v19.12.10-b4c257b-788
[19:55:20] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] Loading QuickShop v2.3.1-git-8edb488ab24519236553cabd943e946c6f223b02
[19:55:20] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 异步初始化本地化工具...
[19:55:20] [Server thread/INFO] [org.black_ixx.playerpoints.PlayerPoints]: [PlayerPoints] Loading PlayerPoints v2.1.5-SNAPSHOT
[19:55:20] [Server thread/INFO] [com.onarandombox.MultiverseCore.MultiverseCore]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[19:55:20] [Server thread/INFO] [info.TrenTech.EasyKits.EasyKits]: [EasyKitsRel] Loading EasyKitsRel v2.3
[19:55:20] [Server thread/INFO] [pers.tany.convenientsale.Main]: [ConvenientSale] Loading ConvenientSale v1.0.1
[19:55:20] [Server thread/INFO] [org.black_ixx.bossshop.BossShop]: [BossShopPro] Loading BossShopPro v1.9.8
[19:55:20] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Loading EssentialsProtect v2.18.0.0
[19:55:20] [Server thread/INFO] [com.killercraft.jimy.CustomShop]: [CustomShop] Loading CustomShop v1.3
[19:55:20] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Loading EssentialsChat v2.18.0.0
[19:55:20] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.0.0
[19:55:20] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] Loading CtOnlineReward v0.1.6
[19:55:20] [Server thread/INFO] [net.Zrips.CMILib.CMILib]: [CMILib] Loading CMILib v1.0.4.1
[19:55:20] [Server thread/INFO] [com.gmail.filoghost.holographicdisplays.HolographicDisplays]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[19:55:20] [Server thread/INFO] [com.bekvon.bukkit.residence.Residence]: [Residence] Loading Residence v5.0.0.3
[19:55:20] [Server thread/INFO] [com.neutralplasma.holographicPlaceholders.HolographicPlaceholders]: [HolographicPlaceholders] Loading HolographicPlaceholders v2.1.2 Stable
[19:55:20] [Server thread/INFO] [me.SuperRonanCraft.BetterRTP.BetterRTP]: [BetterRTP] Loading BetterRTP v3.2.1-4
[19:55:20] [Server thread/INFO] [com.aeniruo.residenceprotectexpand.ll11I1IlII1]: [ResidenceProtectExpand] Loading ResidenceProtectExpand v1.12.2-1.3
[19:55:20] [Server thread/INFO] [net.kitesoftware.holograms.HolographicExtension]: [HolographicExtension] Loading HolographicExtension v1.10.9
[19:55:20] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Enabling LuckPerms v5.3.47
[19:55:20] [Thread-11/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 配置 Item_zh_CN.yml 来自 YUMC 数据中心...
[19:55:20] [Thread-11/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 远程汉化文件词条数量: 1912
[19:55:20] [Thread-11/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 本地化工具初始化完毕...
[19:55:21] [Server thread/INFO] []:         __    
[19:55:21] [Server thread/INFO] []:   |    |__)   LuckPerms v5.3.47
[19:55:21] [Server thread/INFO] []:   |___ |      Running on Bukkit - CatServer
[19:55:21] [Server thread/INFO] []: 
[19:55:21] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Loading configuration...
[19:55:22] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Loading storage provider... [H2]
[19:55:25] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Loading internal permission managers...
[19:55:25] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Performing initial data load...
[19:55:26] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Successfully enabled. (took 6035ms)
[19:55:26] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib]: [ProtocolLib] Enabling ProtocolLib v4.7.0
[19:55:26] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib]: [ProtocolLib] Started structure compiler thread.
[19:55:26] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] Enabling Vault v1.7.3-b131
[19:55:26] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] [Economy] Essentials Economy found: Waiting
[19:55:27] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[19:55:27] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] Enabled Version 1.7.3-b131
[19:55:27] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Registered Vault permission & chat hook.
[19:55:27] [Server thread/INFO] [com.plotsquared.bukkit.BukkitMain]: [PlotSquared] Enabling PlotSquared v19.12.10-b4c257b-788
[19:55:27] [Server thread/INFO] []: Version is PlotSquared-19.12.10-b4c257b-788
[19:55:28] [Server thread/INFO] []: [地皮系统] Metrics enabled.
[19:55:28] [Server thread/INFO] []: [地皮系统]  PlotSquared is using online UUIDs
[19:55:30] [Server thread/INFO] []: PlotSquared hooked into WorldEdit.
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: plot-expiry, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: kill-road-mobs, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: kill-road-items, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: worlds, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: worldedit-restrictions, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: database-purger, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: economy, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: block-cache, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: kill-road-vehicles, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: persistent-meta, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: ban-deleter, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: updater, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: database, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: plotme-converter, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: permission-cache, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: disable-fawe-optimization, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: rating-cache, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: comment-notifier, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: metrics, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: chunk-processor, Value: false
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: uuid-cache, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: events, Value: true
[19:55:30] [Server thread/INFO] []: [地皮系统] Key: commands, Value: true
[19:55:30] [Server thread/INFO] []: PlotSquared 现已开启
[19:55:30] [Server thread/INFO] [Minecraft]: -------- World Settings For [world] --------
[19:55:30] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:30] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:30] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:30] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:30] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:30] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:30] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:30] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:30] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:30] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:30] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:30] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:30] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:30] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:30] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:30] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:30] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:30] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:30] [Server thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.world.WorldServer
[19:55:30] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:31] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/end_crystal
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:end_crystal'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:183) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:159) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.func_192059_a(Advancement.java:238) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
	at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:189) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:217) [oo.class:?]
	at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:350) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329) [nz.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
[19:55:31] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 681 advancements
[19:55:31] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:31] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 0
[19:55:31] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServer@736dfdbb
[19:55:31] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 0
[19:55:31] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:31] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM-1] --------
[19:55:31] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:31] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:31] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:31] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:31] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:31] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:31] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:31] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:31] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:31] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:31] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:31] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:31] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:31] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:31] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:31] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:31] [Server thread/INFO] [FML]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:31] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:31] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -1
[19:55:31] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServerMulti@5215d282
[19:55:31] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension -1
[19:55:31] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:31] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM1] --------
[19:55:31] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:31] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:31] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:31] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:31] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:31] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:31] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:31] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:31] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:31] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:31] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:31] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:31] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:31] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:31] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:31] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:31] [Server thread/INFO] [FML]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:31] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:31] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 1
[19:55:31] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServerMulti@66ed353a
[19:55:31] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 1
[19:55:31] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:31] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM14676] --------
[19:55:31] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:31] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:31] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:31] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:31] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:31] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:31] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:31] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:31] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:31] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:31] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:31] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:31] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:31] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:31] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:31] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:31] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:31] [Server thread/INFO] [FML]: Loading dimension 14676 (DIM14676) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:31] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:31] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 14676
[19:55:32] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServerMulti@3eaf9a94
[19:55:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 14676
[19:55:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:32] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM2] --------
[19:55:32] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:32] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:32] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:32] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:32] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:32] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:32] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:32] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:32] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:32] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:32] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:32] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:32] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:32] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:32] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:32] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:32] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:32] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:32] [Server thread/INFO] [FML]: Loading dimension 2 (DIM2) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:32] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:32] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 2
[19:55:32] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServerMulti@4a05b7c4
[19:55:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 2
[19:55:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[19:55:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0%
[19:55:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 92%
[19:55:34] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] Enabling BossCooling v1.19
[19:55:34] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] Boss冷却插件已加载!
[19:55:34] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] 作者QQ:1208465031
[19:55:34] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] 发现bug请及时联系我!谢谢!
[19:55:34] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] Enabling ClearEntity v1.12.2-1.3
[19:55:34] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] 定时清理实体插件已加载 by:AeXiaohu
[19:55:34] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] 定时清理实体插件已经开始计时,服务器将在 1080秒 后清理!
[19:55:34] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[19:55:34] [Server thread/INFO] [com.sk89q.wepif.PermissionsResolverManager]: WEPIF: Using the Bukkit Permissions API.
[19:55:34] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
[19:55:34] [Server thread/INFO] [net.zhouhaha.colorchat.ColorChat]: [ColorChat] Enabling ColorChat v1.1
[19:55:34] [Server thread/INFO] [com.aeniruo.inventoryitemantibug.ll11I1IlII1]: [InventoryItemAntiBug] Enabling InventoryItemAntiBug v1.12.2-1.2
[19:55:34] [Server thread/INFO] [com.aeniruo.inventoryitemantibug.ll11I1IlII1]: [InventoryItemAntiBug] 库存物品防止BUG插件已加载 by:AeXiaohu
[19:55:34] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10
[19:55:35] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Fetching available expansion information...
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Enabling MiraiMC v1.5
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Mirai working dir: default
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Starting Mirai-Events listener.
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Loading auto-login file.
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Registering commands.
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Initializing SQLite database.
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Initializing bStats metrics.
[19:55:35] [Server thread/WARN] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[19:55:35] [Server thread/WARN] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[19:55:35] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[19:55:35] [Server thread/INFO] [me.dreamvoid.whitelist4qq.bukkit.BukkitPlugin]: [Whitelist4QQ] Enabling Whitelist4QQ v1.0
[19:55:35] [Server thread/INFO] [me.lucko.spark.bukkit.BukkitSparkPlugin]: [spark] Enabling spark v1.6.2
[19:55:36] [Server thread/INFO] [me.lucko.spark.bukkit.BukkitSparkPlugin]: [spark] Using Bukkit scheduler for tick monitoring
[19:55:36] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: spark
[19:55:36] [Server thread/INFO] [me.lucko.spark.bukkit.BukkitSparkPlugin]: [spark] Registered PlaceholderAPI placeholders
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] Enabling WorldBorder v1.8.7
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] Border-checking timed task started.
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "zc" has border radius 100 at X: -0.5 Z: -0.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "world" has border radius 100000 at X: 158.5 Z: -183.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "DIM-1" has border radius 100000 at X: 85.5 Z: 0.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "DIM1" has border radius 100000 at X: 0.5 Z: 1.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "scsj" has border radius 100000 at X: 1.5 Z: -70.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] World "plotworld" has border radius 100000 at X: 0.3 Z: -0.5
[19:55:36] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] For reference, the main world's spawn location is at X: 126.0 Y: 74.0 Z: -117.0
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] Enabling NoOffhand v1.0.3
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] ┏  正在加载配置文件...
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] ┣  正在注册监听器...
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] ┣  正在注册指令...
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] ┗  插件加载完毕!
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand]   支持一下,来发个电呗~
[19:55:36] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand]    afdian.net/@Starc
[19:55:36] [Server thread/INFO] [me.Bryan.IronElevators.IronElevators]: [IronElevators] Enabling IronElevators v1.1
[19:55:36] [Server thread/INFO] [me.dreamvoid.chat2qq.bukkit.BukkitPlugin]: [MiraiMC] Enabling Chat2QQ v1.4.1
[19:55:36] [Server thread/INFO] [de.jeff_media.ChestSort.ChestSortPlugin]: [ChestSort] Enabling ChestSort v9.5.1
[19:55:36] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: chestsort
[19:55:36] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Enabling NoSpawnChunks v2.0.1-SNAPSHOT-b148
[19:55:36] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] NoSpawnChunks v2.0.1-SNAPSHOT-b148 has been enabled. Took 6 ms.
[19:55:36] [Server thread/INFO] [studio.trc.bukkit.litesignin.Main]: [LiteSignIn] Enabling LiteSignIn v1.5.5
[19:55:36] [Server thread/INFO] []: [LiteSignIn] 语言信息已加载。
[19:55:37] [Server thread/INFO] []: 每日签到 >>> 成功连接到 SQLite 服务器.
[19:55:37] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: litesignin
[19:55:37] [Server thread/INFO] []: 每日签到 >>> 找到 PlaceholderAPI , 准备就绪。
[19:55:37] [Server thread/INFO] []: 每日签到 >>> 插件加载完成。
[19:55:37] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] Enabling YuhaiBlocklimit v2.0
[19:55:37] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] 渔海插件-方块限制-加载中。。
[19:55:37] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] 渔海插件-方块限制-加载完成。。
[19:55:37] [Server thread/INFO] [com.handy.monster.Monster]: [monster] Enabling monster v3.0.3
[19:55:37] [Server thread/INFO] []: [monster] Monster插件成功开启
[19:55:37] [Server thread/INFO] [cc.bukkitPlugin.banitem.BanItem]: [BanItem] Enabling BanItem v3.2.38
[19:55:37] [Server thread/INFO] []: [BanItem] 背包获取API注册了模块ModBaubles
[19:55:37] [Server thread/INFO] []: [BanItem] 已经重载语言翻译
[19:55:37] [Server thread/INFO] []: [缘分帝国] >是否启用物品ID权限: false
[19:55:37] [Server thread/INFO] []: [缘分帝国] >是否启用物品子ID权限: false
[19:55:37] [Server thread/INFO] []: [缘分帝国] >从NBT中移除要没收的物品: false
[19:55:37] [Server thread/INFO] []: [缘分帝国] >在方块NBT中检查禁用物品: true
[19:55:37] [Server thread/INFO] []: [缘分帝国] >玩家登陆时检查背包: true
[19:55:37] [Server thread/INFO] []: [缘分帝国] >玩家切换世界时检查背包: true
[19:55:37] [Server thread/INFO] []: [缘分帝国] >玩家切换物品时检查黑名单: true
[19:55:37] [Server thread/INFO] []: [缘分帝国] >放置方块时检查周围方块: true
[19:55:37] [Server thread/INFO] []: [缘分帝国] 已经重载插件配置
[19:55:37] [Server thread/INFO] []: [缘分帝国] 共载入0个需要检查NBT的物品
[19:55:37] [Server thread/INFO] []: [缘分帝国] 世界 全局 共载入 170 个禁用物品配置
[19:55:37] [Server thread/INFO] []: [缘分帝国] 世界禁用列表 全局 最终禁用物品配置数量为 170 个
[19:55:37] [Server thread/INFO] []: [缘分帝国] 已经重载插件
[19:55:37] [Server thread/INFO] [com.infiniteplugins.infinitescoreboard.InfiniteScoreboard]: [InfiniteScoreboard] Enabling InfiniteScoreboard v1.0.1
[19:55:37] [Server thread/INFO] []:  
[19:55:37] [Server thread/INFO] []: ====================================
[19:55:37] [Server thread/INFO] []: Plugin name: InfiniteScoreboard
[19:55:37] [Server thread/INFO] []: Version: 1.0.1
[19:55:37] [Server thread/INFO] []: Core version: 0.7.23
[19:55:37] [Server thread/INFO] []: ====================================
[19:55:37] [Server thread/INFO] []:  
[19:55:37] [Server thread/INFO] [com.infiniteplugins.infinitescoreboard.InfiniteScoreboard]: [InfiniteScoreboard] Loaded locale "en_US"
[19:55:37] [Server thread/INFO] [recoverypass.main]: [NoBuguppercaseLowerorcase] Enabling NoBuguppercaseLowerorcase v1.2.3
[19:55:37] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] Enabling CowSuperJoin v1.71
[19:55:37] [Server thread/INFO] []: ========================================
[19:55:37] [Server thread/INFO] []: 
[19:55:37] [Server thread/INFO] []:        CowSuperJoin
[19:55:37] [Server thread/INFO] []: 
[19:55:37] [Server thread/INFO] []:  版本: 1.71                作者:牛哥
[19:55:37] [Server thread/INFO] []:       ON Enable
[19:55:37] [Server thread/INFO] []: ========================================
[19:55:38] [Server thread/INFO] []: [CowSuperJoin] 已找到可选插件 PlaceholderAPI
[19:55:38] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] 开始加载插件...
[19:55:38] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] 开始加载配置...
[19:55:38] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] 配置载入成功
[19:55:38] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] 插件载入成功...
[19:55:38] [Server thread/INFO] [com.aeniruo.containerantibug.ll11I1IlII1]: [ContainerAntiBug] Enabling ContainerAntiBug v1.12.2-1.1
[19:55:38] [Server thread/INFO] [com.aeniruo.containerantibug.ll11I1IlII1]: [ContainerAntiBug] 容器防止BUG插件已加载 by:AeXiaohu
[19:55:38] [Server thread/INFO] [studio.trc.bukkit.liteannouncer.Main]: [LiteAnnouncer] Enabling LiteAnnouncer v1.1.4
[19:55:38] [Server thread/INFO] []: [LiteAnnouncer] 语言信息已加载。
[19:55:38] [Server thread/INFO] []: LiteAnnouncer >>> 找到 PlaceholderAPI , 准备就绪。
[19:55:38] [Server thread/INFO] []: LiteAnnouncer >>> 已加载 2 个服务器公告。
[19:55:38] [Server thread/INFO] []: LiteAnnouncer >>> 已加载 1 个Json元件设置。
[19:55:38] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Enabling Essentials v2.18.0.0
[19:55:38] [Server thread/INFO] [Essentials]: Loaded 852 items from items.csv.
[19:55:38] [Server thread/INFO] [Essentials]: Using locale zh
[19:55:38] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] ServerListPingEvent: Spigot iterator API
[19:55:38] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[19:55:38] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] [Economy] Essentials Economy hooked.
[19:55:38] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Using Vault based permissions (LuckPerms)
[19:55:38] [Server thread/INFO] [main.java.me.dniym.IllegalStack]: [IllegalStack] Enabling IllegalStack v2.4.2
[19:55:38] [Server thread/INFO] [IllegalStack/IllegalStack]: The following materials are allowed to have stacks larger than the vanilla size: POTION 
[19:55:38] [Server thread/INFO] [IllegalStack/IllegalStack]: Chat Components found! Enabling clickable commands in /istack
[19:55:38] [Server thread/INFO] [IllegalStack/IllegalStack]: Spigot chat components NOT found! disabling chat components.
[19:55:38] [Server thread/INFO] [IllegalStack/fListener]: MC Version < 1.13 detected!
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] Enabling QuickShop v2.3.1-git-8edb488ab24519236553cabd943e946c6f223b02
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 启用魔改库 尝试启动中...
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 魔改库功能测试正常...
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 开始从数据库载入商店数据...
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 已载入 4 个商店 剩余 0 个商店将在区块载入后加载...
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 清理超过 一周 的 商店交易记录...
[19:55:39] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] 载入完成! 版本: 2.3.1-git-8edb488ab24519236553cabd943e946c6f223b02 重制 by 喵♂呜
[19:55:39] [Server thread/INFO] [org.black_ixx.playerpoints.PlayerPoints]: [PlayerPoints] Enabling PlayerPoints v2.1.5-SNAPSHOT
[19:55:39] [Server thread/INFO] [com.onarandombox.MultiverseCore.MultiverseCore]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
[19:55:39] [Server thread/INFO] [Minecraft]: -------- World Settings For [scsj] --------
[19:55:39] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:39] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:39] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:39] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:39] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:39] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:39] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:39] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:39] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:39] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:39] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:39] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:39] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:39] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:39] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:39] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:39] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:39] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:39] [Server thread/INFO] [FML]: Loading dimension 5 (scsj) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:39] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 5
[19:55:39] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServer@5b22f8ff
[19:55:39] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 5
[19:55:39] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:39] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:39] [Server thread/INFO] [Minecraft]: Preparing start region for level 5 (Dimension: 5, Seed: 2169337748455232165)
[19:55:40] [Server thread/INFO] [Minecraft]: -------- World Settings For [plotworld] --------
[19:55:40] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:40] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:40] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:40] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:40] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:40] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:40] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:40] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:40] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:40] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:40] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:40] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:40] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:40] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:40] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:40] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:40] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:40] [Server thread/INFO] [FML]: Loading dimension 3 (plotworld) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:40] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 3
[19:55:40] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServer@33524389
[19:55:40] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 3
[19:55:40] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:40] [Server thread/INFO] []: [地皮系统] Detected world load for 'plotworld'
[19:55:40] [Server thread/INFO] []: [地皮系统]  - generator: PlotSquared>PlotSquared
[19:55:40] [Server thread/INFO] []: [地皮系统]  - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
[19:55:40] [Server thread/INFO] []: [地皮系统]  - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
[19:55:40] [Server thread/INFO] []: [地皮系统]  - schematic: false
[19:55:40] [Server thread/INFO] [Minecraft]: Preparing start region for level 6 (Dimension: 3, Seed: 2269983200635172006)
[19:55:40] [Server thread/INFO] [Minecraft]: -------- World Settings For [zc] --------
[19:55:40] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:55:40] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:55:40] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:55:40] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:55:40] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:55:40] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:55:40] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:55:40] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:55:40] [Server thread/INFO] [Minecraft]: View Distance: 10
[19:55:40] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:55:40] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:55:40] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:55:40] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:55:40] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:55:40] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:55:40] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:55:40] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:55:40] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:55:40] [Server thread/INFO] [FML]: Loading dimension 4 (zc) (net.minecraft.server.dedicated.DedicatedServer@74853117)
[19:55:40] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 4
[19:55:40] [Server thread/INFO] [armourers_workshop]: Adding WorldEventListener to world net.minecraft.world.WorldServer@32dbd064
[19:55:40] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 4
[19:55:40] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[19:55:40] [Server thread/INFO] []: BukkitPlotGenerator does not fully support: null
[19:55:40] [Server thread/INFO] [Minecraft]: Preparing start region for level 7 (Dimension: 4, Seed: 632611668121912127)
[19:55:41] [Server thread/WARN] [FML]: [Transforming:noppes.npcs.roles.RoleCompanion]
[19:55:41] [Server thread/WARN] [FML]: [Transformed:noppes.npcs.roles.RoleCompanion]
[19:55:41] [Server thread/INFO] [Minecraft]: [Multiverse-Core] 8 - World(s) loaded.
[19:55:41] [Server thread/INFO] [Minecraft]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[19:55:41] [Server thread/INFO] [info.TrenTech.EasyKits.EasyKits]: [EasyKitsRel] Enabling EasyKitsRel v2.3
[19:55:41] [Server thread/INFO] [Minecraft]: [EasyKitsRel] 已加载
[19:55:41] [Server thread/INFO] [Minecraft]: 插件交流群 1447991
[19:55:42] [Server thread/INFO] [pers.tany.convenientsale.Main]: [ConvenientSale] Enabling ConvenientSale v1.0.1
[19:55:42] [Server thread/INFO] []: [ConvenientSale]已启用
[19:55:42] [Server thread/INFO] [org.black_ixx.bossshop.BossShop]: [BossShopPro] Enabling BossShopPro v1.9.8
[19:55:42] [Server thread/INFO] [Minecraft]: [BossShopPro] Loading data...
[19:55:43] [Server thread/INFO] [Minecraft]: [BossShopPro] Hooked into PlaceholderAPI.
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Enabling EssentialsProtect v2.18.0.0
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Continuing to enable Protect.
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[19:55:43] [Server thread/INFO] [com.killercraft.jimy.CustomShop]: [CustomShop] Enabling CustomShop v1.3
[19:55:43] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: cshop
[19:55:43] [Server thread/INFO] []: [CustomShop]Placeholder API Loaded!
[19:55:43] [Server thread/INFO] []: [CustomShop]Player Points Loaded!
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Enabling EssentialsChat v2.18.0.0
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.0.0
[19:55:43] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] Enabling CtOnlineReward v0.1.6
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] ● Gui配置文件加载成功,共加载2个配置文件!
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] ● 奖励配置文件加载成功!
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] ● papi配置文件加载成功!
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] 成功加载2个papi变量
[19:55:43] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: CtOnlineReward
[19:55:43] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] 获取PlayerPoints成功!
[19:55:43] [Server thread/INFO] []: [在线奖励] > 插件加载完成,共耗时56ms.
[19:55:43] [Server thread/INFO] [net.Zrips.CMILib.CMILib]: [CMILib] Enabling CMILib v1.0.4.1
[19:55:45] [Server thread/INFO] []: Server version: v1_12_R1 - 1.12.2 - spigot
[19:55:50] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: cmil
[19:55:50] [Server thread/INFO] []: PlaceholderAPI hooked.
[19:55:50] [Server thread/INFO] []: Updated (EN) language file. Took 92ms
[19:55:50] [Server thread/INFO] [com.gmail.filoghost.holographicdisplays.HolographicDisplays]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[19:55:50] [Server thread/INFO] [com.gmail.filoghost.holographicdisplays.HolographicDisplays]: [HolographicDisplays] Found ProtocolLib, using new version.
[19:55:50] [Server thread/INFO] [com.gmail.filoghost.holographicdisplays.HolographicDisplays]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[19:55:51] [Server thread/INFO] [com.bekvon.bukkit.residence.Residence]: [Residence] Enabling Residence v5.0.0.3
[19:55:51] [Server thread/INFO] []: [Residence] Found Vault using permissions plugin:LuckPerms
[19:55:51] [Server thread/INFO] []: [Residence] Scanning for economy systems...
[19:55:51] [Server thread/INFO] []: [Residence] Found Vault using economy system: Essentials Economy
[19:55:52] [Server thread/INFO] []: [Residence] Loaded scsj data into memory. (224 ms) -> 1 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded world data into memory. (0 ms) -> 1 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded DIM1 data into memory. (0 ms) -> 1 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded zc data into memory. (1 ms) -> 1 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded DIM2 data into memory. (0 ms) -> 0 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded DIM-1 data into memory. (0 ms) -> 1 residences
[19:55:52] [Server thread/INFO] []: [Residence] Loaded DIM14676 data into memory. (0 ms) -> 0 residences
[19:55:52] [Server thread/INFO] []: [Residence] Found WorldEdit 6.1.9;caf0ad9
[19:55:52] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: residence
[19:55:52] [Server thread/INFO] []: [Residence] PlaceholderAPI was found - Enabling capabilities.
[19:55:52] [Server thread/INFO] []: [Residence] Enabled! Version 5.0.0.3 by Zrips
[19:55:52] [Server thread/INFO] [com.neutralplasma.holographicPlaceholders.HolographicPlaceholders]: [HolographicPlaceholders] Enabling HolographicPlaceholders v2.1.2 Stable
[19:55:52] [Server thread/INFO] []: ==================[ Starting ]==================
[19:55:52] [Server thread/INFO] []: Using the legacy configurations because version is V1_12
[19:55:53] [Server thread/INFO] []: [HPE] Enabled: BalTop
[19:55:53] [Server thread/INFO] []: [HPE] Enabled: MultiPlaceholders
[19:55:53] [Server thread/INFO] []: [HPE] Enabled: PlaceholderAPI
[19:55:53] [Server thread/INFO] []: [HPE] Enabled: ProtocolLib
[19:55:53] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: holographicplaceholders
[19:55:53] [Server thread/INFO] []: =================[ Done: 248ms ]=================
[19:55:53] [Server thread/INFO] [me.SuperRonanCraft.BetterRTP.BetterRTP]: [BetterRTP] Enabling BetterRTP v3.2.1-4
[19:55:53] [Server thread/INFO] [com.aeniruo.residenceprotectexpand.ll11I1IlII1]: [ResidenceProtectExpand] Enabling ResidenceProtectExpand v1.12.2-1.3
[19:55:53] [Server thread/INFO] [com.aeniruo.residenceprotectexpand.ll11I1IlII1]: [ResidenceProtectExpand] 领地保护扩展插件已加载 by:AeXiaohu
[19:55:53] [Server thread/INFO] [net.kitesoftware.holograms.HolographicExtension]: [HolographicExtension] Enabling HolographicExtension v1.10.9
[19:55:53] [Server thread/INFO] []: [HolographicExtension] Starting HolographicExtension v1.10.9
[19:55:53] [Server thread/INFO] []: [HolographicExtension] Registering placeholder 'example' from config.
[19:55:53] [Server thread/INFO] []: [HolographicExtension] Registering placeholder 'scroller' from config.
[19:55:53] [Server thread/INFO] []: [HolographicExtension] Registering placeholder 'typing' from config.
[19:55:53] [Server thread/INFO] []: [HolographicExtension] Registering placeholder 'rainbow' from config.
[19:55:53] [Server thread/INFO] [Minecraft]: Server permissions file permissions.yml is empty, ignoring it
[19:55:53] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (42.081s)! For help, type "help" or "?"
[19:55:53] [Server thread/INFO] [HammerCore]: Registering raytrace plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin ...
[19:55:53] [Server thread/INFO] [HammerCore]: Registered raytrace  plugin: com.zeitheron.hammercore.internal.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
[19:55:53] [Server thread/INFO] [armourers_workshop]: Loading skin database at: C:\Users\24882\Desktop\缘分帝国服务端V2.0\.\world\skin-database
[19:55:53] [Armourer's Workshop Server Skin Thread/INFO] [armourers_workshop]: Starting server skin thread.
[19:55:54] [Server thread/WARN] [FML]: [Transforming:noppes.npcs.api.wrapper.PlayerWrapper]
[19:55:54] [Server thread/WARN] [FML]: [Transformed:noppes.npcs.api.wrapper.PlayerWrapper]
[19:55:54] [Server thread/WARN] []: [19:55:54][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:44] Loading Dialogs

[19:55:54] [Server thread/WARN] []: [19:55:54][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:46] Done loading Dialogs

[19:55:54] [Craft Scheduler Thread - 7/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 正在检查更新...
[19:55:54] [Craft Scheduler Thread - 6/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] [AutoLogin] Starting auto login task.
[19:55:54] [Craft Scheduler Thread - 6/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] [AutoLogin] Auto login bot account: 2521224280 Protocol: ANDROID_PHONE
[19:55:54] [Server thread/INFO] []: LiteAnnouncer >>> 服务器公告已开始按顺序播报。
[19:55:54] [Craft Scheduler Thread - 6/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 登录新的机器人账号: 2521224280, 协议: ANDROID_PHONE
[19:55:54] [Craft Scheduler Thread - 18/INFO] []: ===========[CtOnlineReward]============
[19:55:54] [Craft Scheduler Thread - 18/INFO] []: CtOnlineReward不是最新版本!最新版本: 0.1.5!你的版本: 0.1.6
[19:55:54] [Craft Scheduler Thread - 18/INFO] []: =======================================
[19:55:54] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Placeholder expansion registration initializing...
[19:55:54] [Thread-40/INFO] [THAUMCRAFT]: Starting aura thread for dim 0
[19:55:54] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'lightnetwork' for world 0
[19:55:54] [Server thread/INFO] [Astral Sorcery]: Loading of 'lightnetwork' for world 0 finished.
[19:55:54] [Thread-53/INFO] [THAUMCRAFT]: Starting aura thread for dim -1
[19:55:54] [Thread-54/INFO] [THAUMCRAFT]: Starting aura thread for dim 1
[19:55:54] [Thread-55/INFO] [THAUMCRAFT]: Starting aura thread for dim 14676
[19:55:54] [Thread-56/INFO] [THAUMCRAFT]: Starting aura thread for dim 2
[19:55:54] [Thread-57/INFO] [THAUMCRAFT]: Starting aura thread for dim 5
[19:55:54] [Thread-58/INFO] [THAUMCRAFT]: Starting aura thread for dim 3
[19:55:54] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'lightnetwork' for world 3
[19:55:54] [Server thread/INFO] [Astral Sorcery]: Loading of 'lightnetwork' for world 3 finished.
[19:55:54] [Thread-59/INFO] [THAUMCRAFT]: Starting aura thread for dim 4
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: miraimc
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: multiverse
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: player
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: playerpoints
[19:55:55] [Craft Scheduler Thread - 25/INFO] [net.milkbowl.vault.Vault]: [Vault] Checking for Updates ... 
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: server
[19:55:55] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Successfully registered expansion: vault
[19:55:55] [Server thread/INFO] []: 6 placeholder hooks successfully registered!
[19:55:55] [Server thread/INFO] []: Starting UUID caching
[19:55:55] [Craft Scheduler Thread - 17/INFO] []: [地皮系统] Starting player data caching for: world
[19:55:55] [Craft Scheduler Thread - 17/INFO] []: Fast mode UUID caching enabled!
[19:55:55] [Craft Scheduler Thread - 17/INFO] []: [地皮系统] Cached a total of: 0 UUIDs
[19:55:55] [Craft Scheduler Thread - 17/INFO] []: Failed to cache: 3 uuids - slowly processing all files
[19:55:55] [Craft Scheduler Thread - 17/INFO] []: [地皮系统] Cached a total of: 2 UUIDs
[19:55:55] [Craft Scheduler Thread - 18/INFO] [Minecraft]: [BossShopPro] Successfully hooked into Points plugin PlayerPoints.
[19:55:55] [Craft Scheduler Thread - 7/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 已找到新的插件更新,最新版本: 1.5
[19:55:55] [Craft Scheduler Thread - 7/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] 从Github下载更新: https://github.com/DreamVoid/MiraiMC/releases/latest
[19:55:55] [Craft Scheduler Thread - 18/INFO] [Minecraft]: [BossShopPro] Loaded 8 Shops!
[19:55:55] [Craft Scheduler Thread - 25/INFO] [net.milkbowl.vault.Vault]: [Vault] No new version available
[19:55:55] [Craft Scheduler Thread - 21/INFO] []: _________________/ Residence \_________________
| 5.0.0.4 is now available! Your version: 5.0.0.3
----------------------------------------
[19:55:57] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Unloading chunks...
[19:55:57] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Unloaded 625 chunks. Took 215 ms.
[19:55:59] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Freed 92 mb!
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:105)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:230)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey$$serializer.deserialize(ECDH.kt:122)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.serialization.protobuf.internal.ProtobufTaggedDecoder.decodeSerializableElement(ProtobufTaggedDecoder.kt:82)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.AccountSecretsImpl$$serializer.deserialize(AccountSecretsManager.kt:80)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:224)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.serialization.protobuf.internal.ProtobufDecoder.decodeSerializableValue(ProtobufDecoding.kt:214)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.serialization.protobuf.ProtoBuf.decodeFromByteArray(ProtoBuf.kt:137)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils__UtilsKt.loadAs(utils.kt:162)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.utils.io.serialization.SerializationUtils.loadAs(utils.kt:1)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecretsImpl(AccountSecretsManager.kt:198)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.FileCacheAccountSecretsManager.getSecrets(AccountSecretsManager.kt:192)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.CombinedAccountSecretsManager.getSecrets(AccountSecretsManager.kt:240)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:152)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:24)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:111)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:269)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: Caused by: java.util.jar.JarException: file:/C:/Users/24882/Desktop/缘分帝国服务端V2.0/plugins/MiraiMC/MiraiBot/libs/mirai-core-all-2.8-M1.jar has unsigned entries - net/mamoe/mirai/internal/MiraiImpl$getRawGroupMemberList$2$1.class
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:510)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verifyJars(JarVerifier.java:371)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JarVerifier.verify(JarVerifier.java:297)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:164)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:190)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:102)
[19:56:05] [DefaultDispatcher-worker-1/WARN] []: 	... 37 more
[19:56:09] [Craft Scheduler Thread - 6/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] (2521224280) 登录成功
[19:56:41] [DefaultDispatcher-worker-7/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 123
[19:56:57] [DefaultDispatcher-worker-7/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 123
[19:58:09] [DefaultDispatcher-worker-3/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 123
[19:58:32] [Server thread/INFO] []: This server is running MiraiMC version 1.5 by DreamVoid
[19:58:32] [Server thread/INFO] []: For help, type /mirai help
[19:58:38] [Craft Scheduler Thread - 25/INFO] []: 已移除相应绑定!
[19:58:42] [Server thread/INFO] []: [Nobuguppercase] User join with nick: [WarmRhombus]
[19:58:42] [Server thread/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: com.mojang.authlib.GameProfile@61b7150a[id=0df0a49b-7362-3747-973e-0c3dad113903,name=WarmRhombus,properties=com.mojang.authlib.GameProfile@61b7150a[id=0df0a49b-7362-3747-973e-0c3dad113903,name=WarmRhombus,properties={},legacy=false] (/127.0.0.1:50103),legacy=false] (/127.0.0.1:50103) lost connection: 你不在服务器的白名单中,请加QQ群:440200322 并发送
申请白名单 ID
ID为你的游戏名,如果出现故障问题请联系群主
[19:58:55] [DefaultDispatcher-worker-3/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 123
[19:59:05] [Server thread/INFO] []: [Nobuguppercase] User join with nick: [WarmRhombus]
[19:59:06] [Server thread/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: com.mojang.authlib.GameProfile@b4e6e4f[id=0df0a49b-7362-3747-973e-0c3dad113903,name=WarmRhombus,properties=com.mojang.authlib.GameProfile@b4e6e4f[id=0df0a49b-7362-3747-973e-0c3dad113903,name=WarmRhombus,properties={},legacy=false] (/127.0.0.1:50119),legacy=false] (/127.0.0.1:50119) lost connection: 你不在服务器的白名单中,请加QQ群:440200322 并发送
申请白名单 ID
ID为你的游戏名,如果出现故障问题请联系群主
[19:59:21] [DefaultDispatcher-worker-6/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 123
[19:59:24] [Craft Scheduler Thread - 35/INFO] []: 已移除相应绑定!
[19:59:32] [DefaultDispatcher-worker-3/INFO] []: 『缘分帝国官方群』[公民]我是服主 > 申请白名单 warmrhombus
[19:59:34] [Server thread/INFO] []: [Nobuguppercase] User join with nick: [WarmRhombus]
[19:59:34] [User Authenticator #3/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player WarmRhombus is 0df0a49b-7362-3747-973e-0c3dad113903
[19:59:34] [Netty Server IO #2/INFO] [FML]: Client protocol version 2
[19:59:34] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 101 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],denseneutroncollectors@@VERSION@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],extrabotany@58,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],appliedenergistics2@rv6-stable-7,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],negorerouse@r1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],slashfortifier@slashfortifier,[email protected],[email protected],[email protected]
[19:59:34] [Netty Server IO #2/INFO] [FML]: Attempting connection with missing mods [noic2destruction, chunkgenlimit, phosphor-lighting] at CLIENT
[19:59:34] [Netty Server IO #2/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config.
[19:59:35] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[19:59:36] [Server thread/INFO] [Waila]: Player EntityPlayerMP['WarmRhombus'/676, l='zc', x=10.93, y=22.50, z=11.31](WarmRhombus at 10.927248132516318,22.5,11.312688277960678) connected. Sending ping
[19:59:36] [Server thread/WARN] [FML]: [Transforming:noppes.npcs.Server]
[19:59:36] [Server thread/WARN] [FML]: [Transformed:noppes.npcs.Server]
[19:59:36] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Waiting for server synchronization on login for WarmRhombus...
[19:59:36] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: WarmRhombus[/127.0.0.1:50136] logged in with entity id 676 at ([zc]10.927248132516318, 22.5, 11.312688277960678)
[19:59:36] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Synchronizing baseline information to WarmRhombus
[19:59:36] [Server thread/INFO] []: [+] WarmRhombus
[19:59:38] [Server thread/INFO] []: [缘分帝国] 玩家 WarmRhombus 拥有免检查权限,跳过检查背包
[20:01:05] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Stopping the server
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[20:01:05] [Server thread/INFO] [net.kitesoftware.holograms.HolographicExtension]: [HolographicExtension] Disabling HolographicExtension v1.10.9
[20:01:05] [Server thread/INFO] []: [HolographicExtension] Disabling HolographicExtension v1.10.9
[20:01:05] [Server thread/INFO] [com.aeniruo.residenceprotectexpand.ll11I1IlII1]: [ResidenceProtectExpand] Disabling ResidenceProtectExpand v1.12.2-1.3
[20:01:05] [Server thread/INFO] [com.aeniruo.residenceprotectexpand.ll11I1IlII1]: [ResidenceProtectExpand] 领地保护扩展插件已卸载 by:AeXiaohu
[20:01:05] [Server thread/INFO] [me.SuperRonanCraft.BetterRTP.BetterRTP]: [BetterRTP] Disabling BetterRTP v3.2.1-4
[20:01:05] [Server thread/INFO] [com.neutralplasma.holographicPlaceholders.HolographicPlaceholders]: [HolographicPlaceholders] Disabling HolographicPlaceholders v2.1.2 Stable
[20:01:05] [Server thread/INFO] []: [HPE] Disabled: BalTop
[20:01:05] [Server thread/INFO] []: [HPE] Disabled: MultiPlaceholders
[20:01:05] [Server thread/INFO] []: [HPE] Disabled: PlaceholderAPI
[20:01:05] [Server thread/INFO] []: [HPE] Disabled: ProtocolLib
[20:01:05] [Server thread/INFO] [com.bekvon.bukkit.residence.Residence]: [Residence] Disabling Residence v5.0.0.3
[20:01:05] [Server thread/INFO] []: [Residence] Disabled!
[20:01:05] [Server thread/INFO] [com.gmail.filoghost.holographicdisplays.HolographicDisplays]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
[20:01:05] [Server thread/INFO] [net.Zrips.CMILib.CMILib]: [CMILib] Disabling CMILib v1.0.4.1
[20:01:05] [Server thread/INFO] [cn.ctcraft.ctonlinereward.CtOnlineReward]: [CtOnlineReward] Disabling CtOnlineReward v0.1.6
[20:01:05] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Disabling EssentialsSpawn v2.18.0.0
[20:01:05] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Disabling EssentialsChat v2.18.0.0
[20:01:05] [Server thread/INFO] [com.killercraft.jimy.CustomShop]: [CustomShop] Disabling CustomShop v1.3
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: cshop
[20:01:05] [Server thread/ERROR] [Minecraft]: Error occurred while disabling CustomShop v1.3 (Is it up to date?)
java.lang.NullPointerException: null
	at com.killercraft.jimy.CustomShop.onDisable(CustomShop.java:305) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[JavaPlugin.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:352) [JavaPluginLoader.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [SimplePluginManager.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [SimplePluginManager.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:403) [CraftServer.class:git-CatServer-1.12.2-d1fba12]
	at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:506) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:735) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
[20:01:05] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Disabling EssentialsProtect v2.18.0.0
[20:01:05] [Server thread/INFO] [org.black_ixx.bossshop.BossShop]: [BossShopPro] Disabling BossShopPro v1.9.8
[20:01:05] [Server thread/INFO] [Minecraft]: [BossShopPro] Disabling... bye!
[20:01:05] [Server thread/INFO] [pers.tany.convenientsale.Main]: [ConvenientSale] Disabling ConvenientSale v1.0.1
[20:01:05] [Server thread/INFO] []: [ConvenientSale]已卸载
[20:01:05] [Server thread/INFO] [info.TrenTech.EasyKits.EasyKits]: [EasyKitsRel] Disabling EasyKitsRel v2.3
[20:01:05] [Server thread/INFO] [com.onarandombox.MultiverseCore.MultiverseCore]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: multiverse
[20:01:05] [Server thread/INFO] [org.black_ixx.playerpoints.PlayerPoints]: [PlayerPoints] Disabling PlayerPoints v2.1.5-SNAPSHOT
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: playerpoints
[20:01:05] [Server thread/INFO] [org.maxgamer.QuickShop.QuickShop]: [QuickShop] Disabling QuickShop v2.3.1-git-8edb488ab24519236553cabd943e946c6f223b02
[20:01:05] [Server thread/INFO] [com.plotsquared.bukkit.BukkitMain]: [PlotSquared] Disabling PlotSquared v19.12.10-b4c257b-788
[20:01:05] [Server thread/INFO] []: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
[20:01:05] [Server thread/INFO] [main.java.me.dniym.IllegalStack]: [IllegalStack] Disabling IllegalStack v2.4.2
[20:01:05] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Disabling Essentials v2.18.0.0
[20:01:05] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] [Economy] Essentials Economy unhooked.
[20:01:05] [Server thread/INFO] [studio.trc.bukkit.liteannouncer.Main]: [LiteAnnouncer] Disabling LiteAnnouncer v1.1.4
[20:01:05] [Server thread/INFO] []: LiteAnnouncer >>> 服务器公告已停止播报。
[20:01:05] [Server thread/INFO] [com.aeniruo.containerantibug.ll11I1IlII1]: [ContainerAntiBug] Disabling ContainerAntiBug v1.12.2-1.1
[20:01:05] [Server thread/INFO] [com.aeniruo.containerantibug.ll11I1IlII1]: [ContainerAntiBug] 容器防止BUG插件已卸载 by:AeXiaohu
[20:01:05] [Server thread/INFO] [net.milkbowl.vault.Vault]: [Vault] Disabling Vault v1.7.3-b131
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: vault
[20:01:05] [Server thread/INFO] [CowSuperJoin.org.Main]: [CowSuperJoin] Disabling CowSuperJoin v1.71
[20:01:05] [Server thread/INFO] []: ========================================
[20:01:05] [Server thread/INFO] []: 
[20:01:05] [Server thread/INFO] []:        CowSuperJoin
[20:01:05] [Server thread/INFO] []: 
[20:01:05] [Server thread/INFO] []:  版本: 1.71                作者:牛哥
[20:01:05] [Server thread/INFO] []:       ON Disable
[20:01:05] [Server thread/INFO] []: ========================================
[20:01:05] [Server thread/INFO] [recoverypass.main]: [NoBuguppercaseLowerorcase] Disabling NoBuguppercaseLowerorcase v1.2.3
[20:01:05] [Server thread/INFO] [com.infiniteplugins.infinitescoreboard.InfiniteScoreboard]: [InfiniteScoreboard] Disabling InfiniteScoreboard v1.0.1
[20:01:05] [Server thread/INFO] [cc.bukkitPlugin.banitem.BanItem]: [BanItem] Disabling BanItem v3.2.38
[20:01:05] [Server thread/INFO] [com.handy.monster.Monster]: [monster] Disabling monster v3.0.3
[20:01:05] [Server thread/INFO] []: [monster] Monster插件成功关闭
[20:01:05] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] Disabling YuhaiBlocklimit v2.0
[20:01:05] [Server thread/INFO] [com.yuhai.main.BlockLimitMain]: [YuhaiBlocklimit] 渔海插件-方块限制-卸载完成。。
[20:01:05] [Server thread/INFO] [studio.trc.bukkit.litesignin.Main]: [LiteSignIn] Disabling LiteSignIn v1.5.5
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: litesignin
[20:01:05] [Server thread/INFO] []: 每日签到 >>> 已保存所有的 SQLite 数据。
[20:01:05] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] Disabling NoSpawnChunks v2.0.1-SNAPSHOT-b148
[20:01:05] [Server thread/INFO] [net.dmulloy2.nospawnchunks.NoSpawnChunks]: [NoSpawnChunks] NoSpawnChunks v2.0.1-SNAPSHOT-b148 has been disabled.
[20:01:05] [Server thread/INFO] [de.jeff_media.ChestSort.ChestSortPlugin]: [ChestSort] Disabling ChestSort v9.5.1
[20:01:05] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib]: [ProtocolLib] Disabling ProtocolLib v4.7.0
[20:01:05] [Server thread/INFO] [me.dreamvoid.chat2qq.bukkit.BukkitPlugin]: [MiraiMC] Disabling Chat2QQ v1.4.1
[20:01:05] [Server thread/INFO] [me.Bryan.IronElevators.IronElevators]: [IronElevators] Disabling IronElevators v1.1
[20:01:05] [Server thread/INFO] [cn.lzjsmc.nooffhand.NoOffhand]: [NoOffhand] Disabling NoOffhand v1.0.3
[20:01:05] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] Disabling WorldBorder v1.8.7
[20:01:05] [Server thread/INFO] [com.wimbli.WorldBorder.WorldBorder]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
[20:01:05] [Server thread/INFO] [me.lucko.spark.bukkit.BukkitSparkPlugin]: [spark] Disabling spark v1.6.2
[20:01:05] [Server thread/INFO] [me.dreamvoid.whitelist4qq.bukkit.BukkitPlugin]: [Whitelist4QQ] Disabling Whitelist4QQ v1.0
[20:01:05] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Disabling MiraiMC v1.5
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Unregistered placeholder expansion: miraimc
[20:01:05] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Stopping bot event listener.
[20:01:05] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Closing all bots
[20:01:05] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] Closing SQLite database.
[20:01:05] [Server thread/INFO] [me.dreamvoid.miraimc.bukkit.BukkitPlugin]: [MiraiMC] All tasks done. Thanks for use MiraiMC!
[20:01:05] [Server thread/ERROR] [Minecraft]: Error occurred (in the plugin loader) while disabling MiraiMC v1.5 (Is it up to date?)
java.util.ConcurrentModificationException: null
	at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_301]
	at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_301]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:363) ~[JavaPluginLoader.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [SimplePluginManager.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [SimplePluginManager.class:git-CatServer-1.12.2-d1fba12]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:403) [CraftServer.class:git-CatServer-1.12.2-d1fba12]
	at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:506) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:735) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
[20:01:05] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10
[20:01:05] [Server thread/INFO] [com.aeniruo.inventoryitemantibug.ll11I1IlII1]: [InventoryItemAntiBug] Disabling InventoryItemAntiBug v1.12.2-1.2
[20:01:05] [Server thread/INFO] [com.aeniruo.inventoryitemantibug.ll11I1IlII1]: [InventoryItemAntiBug] 库存物品防止BUG插件已卸载 by:AeXiaohu
[20:01:05] [Server thread/INFO] [net.zhouhaha.colorchat.ColorChat]: [ColorChat] Disabling ColorChat v1.1
[20:01:05] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
[20:01:05] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Disabling LuckPerms v5.3.47
[20:01:05] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Starting shutdown process...
[20:01:05] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Closing storage...
[20:01:05] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin]: [LuckPerms] Goodbye!
[20:01:05] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] Disabling ClearEntity v1.12.2-1.3
[20:01:05] [Server thread/INFO] [com.aeniruo.clearentity.ll11I1IlII1]: [ClearEntity] 定时清理实体插件已卸载 by:AeXiaohu
[20:01:05] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] Disabling BossCooling v1.19
[20:01:05] [Server thread/INFO] [pers.tuershen.bosscooling.BossCoolingPlugin]: [BossCooling] Boss冷却插件已卸载!
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[20:01:05] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: WarmRhombus lost connection: Server closed
[20:01:05] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: WarmRhombus left the game
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM-1'/the_nether
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM1'/the_end
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM14676'/emptiness
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM2'/Storage Cell
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'scsj'/overworld
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'plotworld'/overworld
[20:01:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'zc'/overworld
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -1
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 14676
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 2
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 5
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 3
[20:01:05] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 4
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 0
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension -1
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 1
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 14676
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 2
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 5
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 3
[20:01:05] [Server thread/INFO] [FML]: Unloading dimension 4
[20:01:05] [Armourer's Workshop Server Skin Thread/INFO] [armourers_workshop]: Stopped server skin thread.
[20:01:05] [Server thread/INFO] [mcjtylib_ng]: Cleaning up all world data: 1 data blobs

额外说明

关于隐藏 Nukkit 版本 需要验证时okhttp抛出的错误 的建议

功能描述

如题

如题,隐藏下方抛出的错误
(这一行可以不用隐藏) 11:10:39 [ERROR] [MiraiMC] Failed to fetch ECDH public key from server, using default key instead

java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
        at io.ktor.utils.io.bits.MemoryJvmKt.sliceSafe(MemoryJvm.kt:211) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.utils.io.bits.Memory.slice-SK3TCg8(MemoryJvm.kt:47) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.utils.io.charsets.CharsetJVMKt.encodeImpl(CharsetJVM.kt:356) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.utils.io.charsets.EncodingKt.encodeToImpl(Encoding.kt:204) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.utils.io.charsets.EncodingKt.encode(Encoding.kt:62) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.utils.io.charsets.EncodingKt.encode$default(Encoding.kt:57) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.CodecsKt.encodeURLParameter(Codecs.kt:123) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:68) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.HttpUrlEncodedKt$formUrlEncodeTo$1.invoke(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.text.StringsKt__AppendableKt.appendElement(Appendable.kt:85) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.collections.CollectionsKt___CollectionsKt.joinTo(_Collections.kt:3347) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.collections.CollectionsKt___CollectionsKt.joinTo$default(_Collections.kt:3341) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:67) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:108) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.HttpUrlEncodedKt.formUrlEncodeTo(HttpUrlEncoded.kt:90) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.URLUtilsKt.appendUrlFullPath(URLUtils.kt:101) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.URLUtilsKt.getFullPath(URLUtils.kt:79) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.http.Url.toString(URLBuilder.kt:169) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.engine.okhttp.OkHttpEngineKt.convertToOkHttpRequest(OkHttpEngine.kt:183) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.engine.okhttp.OkHttpEngineKt.access$convertToOkHttpRequest(OkHttpEngine.kt:1) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:71) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:85) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]

使用方法

  1. None

额外说明

None

paper1.8无法登录

问题描述

输入/mirai login 账号 密码后无任何反应
输入/mirai list时报错

复现方法

  1. 输入/mirai login 账号 密码----无任何反应
  2. 输入/mirai list --------报错

版本类型

  • Minecraft 服务端版本:paper1.8.8-443
  • MiraiMC 插件版本:1.3.1

java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
系统环境:windows11 21H2版本
操作系统版本:22000.100

服务器日志

[22:09:34 INFO]: 当前在线的机器人: 
[22:09:34 WARN]: Unexpected exception while parsing console command "mirai list" org.bukkit.command.CommandException: Unhandled exception executing command 'mirai' in plugin MiraiMC v1.3.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~
[patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~
[patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:629) 
[patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:416) 
[patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379) 
[patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) 
[patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) 
[patched.jar:git-PaperSpigot-"4c7641d"] at java.lang.Thread.run(Unknown Source) [?:1.8.0_291] Caused by: kotlin.UninitializedPropertyAccessException: lateinit property nick has not been initialized at net.mamoe.mirai.internal.QQAndroidBot.getNick(QQAndroidBot.kt:238) ~[?:?] at me.dreamvoid.miraimc.bukkit.CommandProcessor.onCommand(CommandProcessor.java:115) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched.jar:git-PaperSpigot-"4c7641d"] ... 8 more

无法加载插件

问题描述

疯狂刷新代码

复现方法

  1. 服务器开启到半的时候就疯狂提示

版本类型

  • Minecraft 服务端版本:spigot-3.21.0.1
  • MiraiMC 插件版本:1.5.3

截图

QQ截图20220122132618

服务器日志

latest.log

额外说明

更新到 Mirai 2.9.2

功能描述

https://github.com/mamoe/mirai/releases/tag/v2.9.2

使用方法

  1. 更新代码

额外说明

  • 新增 IPADMACOS 协议 (BotConfiguration.MiraiProtocol)(2.8.0-RC)
  • 新增 Image.isEmoji 判断图片是否为表情(2.8.0-RC)
  • 支持修改匿名聊天开关 isAnonymousChatEnabled(2.8.0-RC)
  • 支持将 音乐分享(MusicShare) 发送给好友(2.8.0-RC)
  • 支持检查图片是否已上传 Support Image.isUploaded(2.9.0-M1)

Int值过与小了

我是一名开发者,在使用你的MiraiMC时发现了一些登陆上的问题。
我的机器人QQ为:3550706134 在登陆时,你的插件报错。

报错内容:
java.lang.NumberFormatException: For input string: "3550706134"

翻看了一下MiraiMC的源码发现时/mirai login部分的代码写的有问题

代码如下:(me.dreamvoid.miraimc.bukkit.CommandHandler的第146行)
CommandHandler.this.mirai.doBotLogin((long)Integer.parseInt(args[1]), args[2], Protocol);

这里将命令里的第一个args1 强转为long。但是int值太小了,希望作者可以改一下这个问题。

一开始手滑打错打成long值过小233333(丢人

登录qq后显示前登录存在安全风险,请使用常用设备或通过手机号登录

问题描述

qq验证完成输入指令后显示 登录存在安全风险,请使用常用设备或通过手机号登录

复现方法

qq滑动验证输入ticket,回车后出现

服务端类型

Sponge

服务端版本

Spigot-1.18.1

MiraiMC 插件版本

2.9.2

服务端日志

[18:10:15] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 登录新的机器人账号: 430477084, 协议: ANDROID_PHONE
[18:10:15] [DefaultDispatcher-worker-2/INFO]: [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
[18:10:17] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Successfully fetched ecdh public key from server.
[18:10:17] [Thread-25/WARN]: [MiraiMC] 当前登录的QQ(430477084)需要滑动验证码验证
[18:10:17] [Thread-25/WARN]: [MiraiMC] 请使用手机QQ打开以下链接进行验证
[18:10:17] [Thread-25/WARN]: [MiraiMC] https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=430477084&sid=9036686848277666057&cap_cd=Gc4rfxOwHEy1msdRllvASnss67OdE0DOabdyUMymRRxUR9NM6EJmig**&clientype=1&apptype=2
[18:10:17] [Thread-25/WARN]: [MiraiMC] 验证完成后,请输入指令 /miraiverify slidercaptcha 430477084 <ticket>
[18:10:17] [Thread-25/WARN]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify slidercaptchacancel 430477084
[18:10:17] [Thread-25/WARN]: [MiraiMC] 如需帮助,请参阅: https://wiki.miraimc.dreamvoid.ml/troubleshoot/verify-guide#slide-captcha
[18:11:10] [Server thread/INFO]: 已将ticket提交到服务器
[18:11:10] [DefaultDispatcher-worker-1/WARN]: [MiraiMC] null
net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(430477084), code=237, title=安全提醒, message=当前登录存在安全风险,请使用常用设备或通过手机号登录。, errorInfo=)
	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:265) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt) ~[mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0.jar:2.10.0]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0.jar:2.10.0]
[18:11:10] [Craft Scheduler Thread - 0/WARN]: [MiraiMC] 登录机器人时出现异常,原因: Error(bot=Bot(430477084), code=237, title=安全提醒, message=当前登录存在安全风险,请使用常用设备或通过手机号登录。, errorInfo=)
[18:11:10] [DefaultDispatcher-worker-1/INFO]: [MiraiMC] Bot cancelled: Bot closed

额外说明

No response

解决“Mirai 无法完成滑块验证……”的问题

image
[19:48:25 WARN]: [DreamVoidPlugin] Plugin MiraiMC v1.1 generated an exception while executing task 24321 net.mamoe.mirai.network.UnsupportedSliderCaptchaException: Mirai 无法完成滑块验证. 使用协议 ANDROID_PHONE 强制要求滑块验证, 请更换协议后重试. 另请参阅: https://github.com/project-mirai/mirai-login-solver-selenium
ANDROID_PAD & ANDROID_WATCH 均为 版本已过期
[19:48:18 WARN]: [DreamVoidPlugin] Plugin MiraiMC v1.1 generated an exception while executing task 24319 net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(xxxxxxxxxx), code=235, title=温馨提示, message=当前版本过 低,请升级到QQ最新版本。, errorInfo= )

无法发送群聊消息

问题描述

我又来了~

无法发送群聊消息, 无论是QQConnect通过api调用的发送还是直接命令/mirai sendgroupmessage <账号> <群号> <消息>
均没有任何控制台输出(无论是插件调用还是命令发送)
没有关闭日志输出等设置

其他功能(群聊消息接收/私聊接收发送等)正常
已经尝试过重启, 未尝试重置过插件

复现方法

  1. /mirai sendgroupmessage aa bb cc
  2. 群内没有消息
  3. 没有任何输出

版本类型

  • Minecraft 服务端版本:Paper-1.12.2
  • MiraiMC 插件版本:1.5

截图

服务器日志

[10:28:41 INFO]: [QQConnect] Disabling QQConnect v3.0-SNAPSHOT
[10:28:44 INFO]: [QQConnect] ────────────────────────
[10:28:44 INFO]: [QQConnect] 插件 QQConnect 已完成卸载
[10:28:44 INFO]: [QQConnect] 作者: 郁冬Yyc
[10:28:44 INFO]: [QQConnect] ────────────────────────
[10:28:44 INFO]: [QQConnect] Enabling QQConnect v3.0-SNAPSHOT
[10:28:44 INFO]: [QQConnect] ────────────────────────
[10:28:44 INFO]: [QQConnect] 插件 QQConnect 已完成加载
[10:28:44 INFO]: [QQConnect] 作者: 郁冬Yyc
[10:28:44 INFO]: [QQConnect] ────────────────────────
[10:28:44 INFO]: [QQConnect] 机器人 3198807326 正在登录中...
[10:28:44 INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[10:28:44 INFO]: [MiraiMC] Bot cancelled: Job was cancelled
[10:28:45 INFO]: [MiraiMC] 登录新的机器人账号: 3198807326, 协议: ANDROID_PHONE
[10:28:45 INFO]: [MiraiMC] Server list: 183.47.98.11:14000, msfwifi.3g.qq.com:8080, 183.47.99.24:14000, 180.163.212.180:8080, 42.81.176.211:443, 101.91.42.98:80, 49.7.253.214:80, 49.7.253.45:443, 14.22.9.84:8080, 101.91.40.21:14000.
[10:28:45 INFO]: [MiraiMC] Loaded account secrets from local cache.
[10:28:45 INFO]: [MiraiMC] ECDH key is valid.
[10:28:45 INFO]: [MiraiMC] Saved account secrets to local cache for fast login.
[10:28:45 INFO]: [MiraiMC] Server time updated, serverTime: 1637893725, diff: 0ms=0.0s
[10:28:45 INFO]: [MiraiMC] Login successful.
[10:28:45 INFO]: [MiraiMC] Syncing friend message history...
[10:28:45 INFO]: [MiraiMC] Start loading friend list...
[10:28:45 INFO]: [MiraiMC] Start loading stranger list...
[10:28:45 INFO]: [MiraiMC] Successfully loaded stranger list: 0 in total
[10:28:45 INFO]: [MiraiMC] Start loading group list...
[10:28:45 INFO]: [MiraiMC] Online OtherClients: LAPTOP-59824IG4(WINDOWS)
[10:28:45 INFO]: [MiraiMC] Successfully loaded friend list: 16 in total
[10:28:46 INFO]: [MiraiMC] Syncing friend message history: Success.
[10:28:47 INFO]: [MiraiMC] Successfully loaded group list: 16 in total.
[10:28:47 INFO]: [MiraiMC] Bot login successful.
[10:28:47 INFO]: [MiraiMC] Scheduled key refresh in 23h 55min 0.0s.
[10:28:47 INFO]: [MiraiMC] 世纪星空群大哥(3198807326) 登录成功
[10:28:47 INFO]: [MiraiMC] Scheduled refresh login session in 19d 23h 55min 0.0s.
[10:28:47 INFO]: [QQConnect] Server > 监听器 ChatEvent 注册完毕
[10:28:47 INFO]: [QQConnect] Server > 监听器 JoinEvent 注册完毕
[10:28:47 INFO]: [QQConnect] Server > 监听器 QuitEvent 注册完毕
[10:28:47 INFO]: [QQConnect] Server > 监听器 ServerEvent 注册完毕
[10:28:47 INFO]: [QQConnect] Server > 命令注册完毕
[10:28:47 INFO]: [QQConnect] Server > 成功获取到 Vault 插件。
[10:28:47 INFO]: [QQConnect] QQ > 监听器 FriendMessageReceiveEvent 注册完毕
[10:28:47 INFO]: [QQConnect] QQ > 监听器 GroupMessageReceiveEvent 注册完毕
[10:28:47 INFO]: [QQConnect] QQ > 命令注册完毕
[10:28:47 INFO]: [QQConnect] ────────────────────────
[10:28:48 INFO]: [MiraiMC] Server list: 119.147.190.138:8080, 180.109.192.45:80, msfwifi.3g.qq.com:8080, 101.91.42.98:443, 180.163.212.164:8080, 42.81.184.253:443, 42.81.192.181:443, 183.47.98.90:14000, 42.81.184.206:80, 42.81.183.253:14000.
[10:28:50 INFO]: [PlugMan] QQConnect has been reloaded.
//在此处执行 /mirai sendgroupmessage aa bb cc 多次均无任何输出

额外说明

1.8 PaperSpigot服务端 输入登录指令无反应

问题描述

在1.8 paperspigot服务端中输入mirai login xxx xxx ANDROID_PAD后会返回
但是无反应

复现方法

  1. 安装MiraiMC插件,重启服务器,输入mirai login xxx xxx

版本类型

  • Minecraft 服务端版本:PaperSpigot-1.8
  • MiraiMC 插件版本:1.5.1

截图

image

服务器日志

[15:21:48] [Server thread/INFO]: Starting minecraft server version 1.8.8
[15:21:48] [Server thread/INFO]: Loading properties
[15:21:48] [Server thread/INFO]: Default game type: SURVIVAL
[15:21:48] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-f6fba00-9935adc (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[15:21:48] [Server thread/INFO]: Debug logging is disabled
[15:21:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:21:48] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:21:48] [Server thread/INFO]: Data value allowed items: 
[15:21:48] [Server thread/INFO]: Generating keypair
[15:21:48] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
[15:21:48] [Server thread/INFO]: Using default channel type
[15:21:49] [Server thread/ERROR]: Could not load 'plugins\SkinsRestorer.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
	at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_311]
Caused by: java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_311]
	at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_311]
	at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_311]
	at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_311]
	at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_311]
	at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[PaperSpigot-1.8.8.jar:git-PaperSpigot-f6fba00-9935adc]
	... 5 more
[15:21:49] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[15:21:50] [Server thread/INFO]: (Matrix) | Injecting server connection handler...
[15:21:50] [Server thread/INFO]: (Matrix) | <MV> Modified the movement delta value check
[15:21:50] [Server thread/INFO]: (Matrix) | <MV> Modified the rotation delta value check
[15:21:50] [Server thread/INFO]: (Matrix) | Injected server connection handler
[15:21:50] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.84
[15:21:50] [Server thread/INFO]: [LeakParkour] Loading LeakParkour v2.4
[15:21:50] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[15:21:50] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.1
[15:21:50] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.2.5
[15:21:50] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.5.1
[15:21:50] [Server thread/WARN]: [MiraiMC] Default system encoding may have misread config.yml from plugin jar
[15:21:51] [Server thread/INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[15:21:51] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.9.0-M1.jar
[15:21:52] [Server thread/INFO]: [MiraiMC] Loading library mirai-core-all-2.9.0-M1.jar
[15:21:52] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.4-RELEASE
[15:21:52] [Server thread/INFO]: [NoJoinQuitMessage] Loading NoJoinQuitMessage v1.0
[15:21:52] [Server thread/INFO]: [ServerJoiner] Loading ServerJoiner v0.0.1
[15:21:52] [Server thread/INFO]: [tpLogin] Loading tpLogin v1.5.1
[15:21:52] [Server thread/INFO]: [PlayerHide] Loading PlayerHide v1.0
[15:21:52] [Server thread/INFO]: [NoSpawnChunks] Loading NoSpawnChunks v2.0-b147
[15:21:52] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[15:21:52] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
[15:21:52] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading translation mapping
[15:21:52] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
[15:21:53] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
[15:21:54] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
[15:21:54] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
[15:21:54] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
[15:21:54] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.1
[15:21:54] [Server thread/INFO]: [Vault] Loading Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[15:21:54] [Server thread/INFO]: [TimeLock] Loading TimeLock v0.5
[15:21:54] [Server thread/INFO]: [MiraiMC] Loading Link2QQ v1.1
[15:21:54] [Server thread/INFO]: [DefineBoard] Loading DefineBoard v1.2
[15:21:54] [Server thread/INFO]: [AntiaddictionByQQ] Loading AntiaddictionByQQ v1.4
[15:21:54] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.4
[15:21:54] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0-SNAPSHOT-b417
[15:21:54] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.6.8
[15:21:54] [Server thread/INFO]: [SuperLobby] Loading SuperLobby v3.0.6
[15:21:54] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.6.5.1
[15:21:54] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
[15:21:54] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.2
[15:21:54] [Server thread/INFO]: [TAB] Loading TAB v2.8.2
[15:21:54] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.8.9
[15:21:54] [Server thread/INFO]: [GadgetsMenu] Loading GadgetsMenu v4.1.10
[15:21:54] [Server thread/INFO]: [Matrix] Loading Matrix v6.4.0
[15:21:54] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[15:21:54] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.84
[15:21:54] [Server thread/INFO]: �[0;36;1m       �[0;36;22m __    �[m
[15:21:54] [Server thread/INFO]: �[0;36;1m  |    �[0;36;22m|__)   �[0;32;22mLuckPerms �[0;36;1mv5.1.84�[m
[15:21:54] [Server thread/INFO]: �[0;36;1m  |___ �[0;36;22m|      �[0;30;1mRunning on Bukkit - CraftBukkit�[m
[15:21:54] [Server thread/INFO]: �[m
[15:21:54] [Server thread/INFO]: [LuckPerms] Loading configuration...
[15:21:54] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[15:21:55] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[15:21:55] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[15:21:55] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1034ms)
[15:21:55] [Server thread/INFO]: [Vault] Enabling Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[15:21:55] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[15:21:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[15:21:55] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[15:21:55] [Server thread/INFO]: [Vault] Enabled Version 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[15:21:55] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[15:21:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0-SNAPSHOT-b417
[15:21:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[15:21:55] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[15:21:55] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[15:21:55] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[15:21:55] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[15:21:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[15:21:55] [Server thread/INFO]: Preparing level "Lobby"
[15:21:55] [Server thread/INFO]: -------- World Settings For [Lobby] --------
[15:21:55] [Server thread/INFO]: Max Entity Collisions: 8
[15:21:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[15:21:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:21:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:21:55] [Server thread/INFO]: Item Merge Radius: 2.5
[15:21:55] [Server thread/INFO]: Item Despawn Rate: 6000
[15:21:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[15:21:55] [Server thread/INFO]: Clear tick list: false
[15:21:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[15:21:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:21:55] [Server thread/INFO]: View Distance: 3
[15:21:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:21:55] [Server thread/INFO]: Anti X-Ray: true
[15:21:55] [Server thread/INFO]: 	Engine Mode: 1
[15:21:55] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[15:21:55] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[15:21:55] [Server thread/INFO]: Mob Spawn Range: 4
[15:21:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[15:21:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[15:21:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:21:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[15:21:55] [Server thread/INFO]: Random Lighting Updates: false
[15:21:55] [Server thread/INFO]: Structure Info Saving: true
[15:21:55] [Server thread/INFO]: Sending up to 10 chunks per packet
[15:21:55] [Server thread/INFO]: Max TNT Explosions: 100
[15:21:56] [Server thread/INFO]: -------- World Settings For [Lobby] --------
[15:21:56] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[15:21:56] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[15:21:56] [Server thread/INFO]: Fix TNT cannons: false
[15:21:56] [Server thread/INFO]: Water over lava flow speed: 5
[15:21:56] [Server thread/INFO]: Allow undead horse types to be leashed: false
[15:21:56] [Server thread/INFO]: Keep spawn chunk loaded: true
[15:21:56] [Server thread/INFO]: World async lighting: false
[15:21:56] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[15:21:56] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[15:21:56] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[15:21:56] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[15:21:56] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[15:21:56] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[15:21:56] [Server thread/INFO]: [LeakParkour] Enabling LeakParkour v2.4
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m**************************************************�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m----------------- LEAK PARKOUR ------------------�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;31;1mLicense:�[m�[m
[15:21:58] [Server thread/INFO]: �[0;31;1m   - Do not modify plugin!�[m�[m
[15:21:58] [Server thread/INFO]: �[0;31;1m   - Do not share/upload anywhere!�[m�[m
[15:21:58] [Server thread/INFO]: �[0;31;1m   - Do not use for commercial purposes!�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;33;1mIf you want download new version just copy this:�[m�[m
[15:21:58] [Server thread/INFO]: �[0;33;1m> https://goo.gl/7kHp33�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m---------------- PROBLEM DETECTOR ----------------�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;31;1m > Server is offline so I can't check update.�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m**************************************************�[m�[m
[15:21:58] [Server thread/INFO]: �[0;32;1m �[m�[m
[15:21:58] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[15:21:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:21:58] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.1
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerpoints
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[15:21:58] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[15:21:58] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.2.5
[15:21:58] [Server thread/WARN]: java.util.zip.ZipException: error in opening zip file
[15:21:58] [Server thread/WARN]: 	at java.util.zip.ZipFile.open(Native Method)
[15:21:58] [Server thread/WARN]: 	at java.util.zip.ZipFile.<init>(Unknown Source)
[15:21:58] [Server thread/WARN]: 	at java.util.zip.ZipFile.<init>(Unknown Source)
[15:21:58] [Server thread/WARN]: 	at java.util.jar.JarFile.<init>(Unknown Source)
[15:21:58] [Server thread/WARN]: 	at java.util.jar.JarFile.<init>(Unknown Source)
[15:21:58] [Server thread/WARN]: 	at com.rylinaux.plugman.PlugMan.onEnable(PlugMan.java:141)
[15:21:58] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[15:21:58] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[15:21:58] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:21:58] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
[15:21:58] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
[15:21:58] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[15:21:58] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[15:21:58] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[15:21:58] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[15:21:58] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
[15:21:58] [Server thread/WARN]: 	at java.lang.Thread.run(Unknown Source)
[15:21:58] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.5.1
[15:21:58] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[15:21:58] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[15:21:59] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[15:21:59] [Server thread/INFO]: [MiraiMC] Registering commands.
[15:21:59] [Server thread/INFO]: [MiraiMC] Registering events.
[15:21:59] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[15:21:59] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[15:21:59] [Server thread/WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[15:21:59] [Server thread/WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[15:21:59] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[15:21:59] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.4-RELEASE
[15:22:09] [Server thread/INFO]: �[0;30;1m[�[0;31;1mAdvancedBan�[0;30;1m] �[0;37;22m 
 MySQL-Error
 Could not connect to MySQL-Server!
 Disabling plugin!
 Check your MySQL.yml
 Skype: Leoko33
 Issue tracker: https://github.com/DevLeoko/AdvancedBan/issues 
 
�[m
[15:22:10] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.1.4-RELEASE
|   Storage: HSQLDB (local)
| Support:
|   Skype: Leoko33
|   Mail: [email protected]
| Update:
|   There is a new version available! [2.1.3-RELEASE]
[]================================[]
 
[15:22:10] [Server thread/INFO]: [NoJoinQuitMessage] Enabling NoJoinQuitMessage v1.0
[15:22:10] [Server thread/INFO]: [ServerJoiner] Enabling ServerJoiner v0.0.1
[15:22:10] [Server thread/WARN]: [ServerJoiner] Could not save config.yml to plugins\ServerJoiner\config.yml because config.yml already exists.
[15:22:10] [Server thread/WARN]: [ServerJoiner] Default system encoding may have misread config.yml from plugin jar
[15:22:10] [Server thread/INFO]: �[0;33;1m[�[0;32;1mServerJoiner�[0;33;1m] �[0;36;1m插件已加载.�[m
[15:22:10] [Server thread/INFO]: [tpLogin] Enabling tpLogin v1.5.1
[15:22:10] [Server thread/INFO]: 
[15:22:10] [Server thread/INFO]: tpLogin v1.5.1 has been enabled!
[15:22:10] [Server thread/INFO]: [PlayerHide] Enabling PlayerHide v1.0
[15:22:10] [Server thread/INFO]: �[0;34;1mLobby�[0;30;1m> �[0;33;22mPlayerHide v1.0 �[0;32;1mhas been activated�[m
[15:22:10] [Server thread/INFO]: [NoSpawnChunks] Enabling NoSpawnChunks v2.0-b147
[15:22:10] [Server thread/INFO]: [NoSpawnChunks] NoSpawnChunks v2.0-b147 has been enabled. Took 3 ms.
[15:22:10] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[15:22:10] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[15:22:10] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[15:22:10] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[15:22:10] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[15:22:10] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[15:22:10] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3
[15:22:10] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.1
[15:22:10] [Server thread/INFO]: [TimeLock] Enabling TimeLock v0.5
[15:22:10] [Server thread/INFO]: [TimeLock] Enabled
[15:22:10] [Server thread/INFO]: [MiraiMC] Enabling Link2QQ v1.1
[15:22:10] [Server thread/WARN]: [MiraiMC] Default system encoding may have misread config.yml from plugin jar
[15:22:10] [Server thread/INFO]: [DefineBoard] Enabling DefineBoard v1.2
[15:22:10] [Server thread/INFO]: �[0;37;1m=======================================�[m
[15:22:10] [Server thread/INFO]: �[0;37;22m�[m
[15:22:10] [Server thread/INFO]:               �[0;36;1mDefineBoard�[m
[15:22:10] [Server thread/INFO]: �[0;37;22m�[m
[15:22:10] [Server thread/INFO]:  �[0;32;1m版本: 1.2�[m
[15:22:10] [Server thread/INFO]: �[0;37;22m�[m
[15:22:10] [Server thread/INFO]:  �[0;32;1m作者: Ram�[m
[15:22:10] [Server thread/INFO]: �[0;37;22m�[m
[15:22:10] [Server thread/INFO]: �[0;37;1m=======================================�[m
[15:22:10] [Server thread/INFO]: [DefineBoard] 开始加载插件...
[15:22:10] [Server thread/WARN]: [DefineBoard] Default system encoding may have misread config.yml from plugin jar
[15:22:10] [Server thread/INFO]: [DefineBoard] 默认配置文件已保存!
[15:22:10] [Server thread/INFO]: [DefineBoard] 配置文件加载完成!
[15:22:10] [Server thread/INFO]: [DefineBoard] 监听器注册成功!
[15:22:10] [Server thread/INFO]: [DefineBoard] �[0;32;1m插件加载成功!�[m
[15:22:10] [Server thread/INFO]: [AntiaddictionByQQ] Enabling AntiaddictionByQQ v1.4
[15:22:10] [Server thread/WARN]: [AntiaddictionByQQ] Default system encoding may have misread config.yml from plugin jar
[15:22:10] [Server thread/INFO]: [AntiaddictionByQQ] Didn't find AuthMe, reset authme to false
[15:22:10] [Thread-16/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
[15:22:45] [Server thread/WARN]: java.net.SocketException: Unexpected end of file from server
[15:22:45] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:22:45] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at java.security.AccessController.doPrivileged(Native Method)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at cc.silenter.antiaddictionbyqq.GetHttpRequest.sendGet(GetHttpRequest.java:74)
[15:22:45] [Server thread/WARN]: 	at cc.silenter.antiaddictionbyqq.AntiaddictionByQQ.onEnable(AntiaddictionByQQ.java:42)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
[15:22:45] [Server thread/WARN]: 	at java.lang.Thread.run(Unknown Source)
[15:22:45] [Server thread/WARN]: Caused by: java.net.SocketException: Unexpected end of file from server
[15:22:45] [Server thread/WARN]: 	at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderFields(Unknown Source)
[15:22:45] [Server thread/WARN]: 	at cc.silenter.antiaddictionbyqq.GetHttpRequest.sendGet(GetHttpRequest.java:72)
[15:22:45] [Server thread/WARN]: 	... 12 more
[15:22:45] [Server thread/WARN]: java.lang.ClassCastException: com.google.gson.JsonNull cannot be cast to com.google.gson.JsonObject
[15:22:45] [Server thread/WARN]: 	at cc.silenter.antiaddictionbyqq.GetHttpRequest.sendGet(GetHttpRequest.java:93)
[15:22:45] [Server thread/WARN]: 	at cc.silenter.antiaddictionbyqq.AntiaddictionByQQ.onEnable(AntiaddictionByQQ.java:42)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
[15:22:45] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[15:22:45] [Server thread/WARN]: 	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
[15:22:45] [Server thread/WARN]: 	at java.lang.Thread.run(Unknown Source)
[15:22:45] [Server thread/INFO]: [AntiaddictionByQQ] Fail to load json, reset use_holiday to 0
[15:22:45] [Server thread/INFO]: [AntiaddictionByQQ] Fail to load json, reset use_holiday to 0
[15:22:45] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4
[15:22:45] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.6.8
[15:22:46] [Server thread/INFO]: [SuperLobby] Enabling SuperLobby v3.0.6
[15:22:46] [Server thread/INFO]: �[0;37;22m�[0;33;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mDeluxe Version: 3.0.6�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mPlugin Create by  PedroJM96.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoading configuration...�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad config.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mconfig.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad messages_EN.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mmessages_EN.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad items.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mitems.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad spawn.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mspawn.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad sync.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22msync.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad menus.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mmenus.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad info.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22minfo.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mLoad customevents.yml�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mcustomevents.yml loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mHooked PlaceholderAPI�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mHooked PlayerPoints�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;33;1m[�[0;37;22m�[21m�[3mSuper Lobby�[0;33;1m]�[0;37;22m �[0;37;22mA total of �[0;36;1m0 �[0;37;22mmenus were loaded.�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: �[0;37;22m�[0;33;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=�[0;37;22m�[m
[15:22:46] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.6.5.1
[15:22:46] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
[15:22:46] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
[15:22:46] [Server thread/INFO]: [DeluxeChat] Loading placeholders.yml
[15:22:46] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for permissions placeholders!
[15:22:46] [Server thread/INFO]: [DeluxeChat] 2 placeholder hooks have been registered and are enabled.
[15:22:46] [Server thread/INFO]: ----------------------------
[15:22:46] [Server thread/INFO]:      DeluxeChat Updater
[15:22:46] [Server thread/INFO]:  
[15:22:46] [Server thread/INFO]: Could not connect to spigotmc.org
[15:22:46] [Server thread/INFO]: to check for updates! 
[15:22:46] [Server thread/INFO]:  
[15:22:46] [Server thread/INFO]: ----------------------------
[15:22:46] [Server thread/INFO]: ----------------------------
[15:22:46] [Server thread/INFO]:      DeluxeChat Updater
[15:22:46] [Server thread/INFO]:  
[15:22:46] [Server thread/INFO]: You are running 1.6.5.1
[15:22:46] [Server thread/INFO]: The latest version
[15:22:46] [Server thread/INFO]: of DeluxeChat!
[15:22:46] [Server thread/INFO]:  
[15:22:46] [Server thread/INFO]: ----------------------------
[15:22:46] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
[15:22:46] [Server thread/ERROR]: [Citizens] Missing preferred location bundle.
[15:22:47] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.2
[15:22:47] [Server thread/WARN]: [ChestCommands] Vault with a compatible economy plugin was not found! Icons with a PRICE or commands that give money will not work.
[15:22:47] [Server thread/INFO]: [ChestCommands] Hooked PlayerPoints
[15:22:47] [Server thread/INFO]: [TAB] Enabling TAB v2.8.2
[15:22:47] [Server thread/INFO]: �[0;37;22m[TAB] Server version: 1.8.8 (v1_8_R3)�[m
[15:22:47] [Server thread/INFO]: �[0;32;1m[TAB] Enabled in 39ms�[m
[15:22:47] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.8.9
[15:22:47] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mVault compatible economy not found! Economy support for CommandNPC has been disabled.�[m
[15:22:47] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mInitiating Database�[m
[15:22:47] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mInjecting command info into Citizens.�[m
[15:22:47] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mSetting up BungeeCord�[m
[15:22:47] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mCommandNPC successfully loaded!�[m
[15:22:47] [Server thread/INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.1.10
[15:22:47] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
[15:22:47] [Server thread/INFO]: [GadgetsMenu] GadgetsMenu 4.1.10 is loading... [server: git-PaperSpigot-f6fba00-9935adc (MC: 1.8.8)]
[15:22:47] [Server thread/INFO]: [GadgetsMenu]                Plugin by Yap Zhen Yie.
[15:22:47] [Server thread/INFO]: [GadgetsMenu]               Date Modified: 21-02-2018
[15:22:47] [Server thread/INFO]: [GadgetsMenu]                            
[15:22:47] [Server thread/INFO]: [GadgetsMenu]              Initializing module v1_8_R3
[15:22:47] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
[15:22:48] [Server thread/INFO]: [GadgetsMenu] Enabled player relative placeholders with ProtocolLib.
[15:22:48] [Server thread/INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked.
[15:22:48] [Server thread/INFO]: [Matrix] Enabling Matrix v6.4.0
[15:22:48] [Server thread/INFO]: �[0;35;22m        __  ______  __________  _____  __�[m
[15:22:48] [Server thread/INFO]: �[0;35;22m       /  |/  /   |/_  __/ __ \/  _/ |/ /�[m
[15:22:48] [Server thread/INFO]: �[0;35;22m      / /|_/ / /| | / / / /_/ // / |   / �[m
[15:22:48] [Server thread/INFO]: �[0;35;22m     / /  / / ___ |/ / / _, _// / /   |  �[m
[15:22:48] [Server thread/INFO]: �[0;35;22m    /_/  /_/_/  |_/_/ /_/ |_/___//_/|_|  �[m
[15:22:48] [Server thread/INFO]: �[m
[15:22:48] [Server thread/INFO]: �[0;33;22m* �[0;32;22mMatrix AntiCheat �[0;32;1mv6.4.0 �[0;30;1m| �[0;37;1mgit-PaperSpigot-f6fba00-9935adc (MC: 1.8.8) �[0;30;1m| �[0;37;1mUNKNOWN�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mChecking Environment...�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mPassed all environment checks�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mInitializing the NMSVisitor (v1_8_R3)�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mLoaded 0 global placeholders�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mEnabled 16 checks, Disabled 0 checks�[m
[15:22:48] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mLoaded all configuration files�[m
[15:22:49] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mScanning outdated log files....�[m
[15:22:49] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mDeleted 0 outdated log files!�[m
[15:22:49] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mHooked with PlaceholderAPI�[m
[15:22:49] [Server thread/INFO]: [Matrix] Hooked with ViaVersion 4-
[15:22:49] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22mWelcome to Matrix!�[m
[15:22:49] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[15:22:49] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[15:22:49] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[15:22:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:22:49] [Server thread/INFO]: Done (53.601s)! For help, type "help" or "?"
[15:22:49] [Craft Scheduler Thread - 4/INFO]: �[0;33;22m[Matrix] �[0;37;22mStart checking update....�[m
[15:22:49] [Server thread/INFO]: �[0;32;22m[�[0;32;1mChestCommands�[0;32;22m] �[0;32;1mFound a new version: v4.0.3�[0;37;1m (yours: v3.1.2)�[m
[15:22:49] [Server thread/INFO]: �[0;32;22m[�[0;32;1mChestCommands�[0;32;22m] �[0;32;1m�[0;37;1mDownload it on Bukkit Dev:�[m
[15:22:49] [Server thread/INFO]: �[0;32;22m[�[0;32;1mChestCommands�[0;32;22m] �[0;32;1m�[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands�[m
[15:22:49] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.9
[15:22:49] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[15:22:49] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[15:22:49] [Craft Scheduler Thread - 8/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[15:22:49] [Craft Scheduler Thread - 12/INFO]: [MiraiMC] Checking update...
[15:22:49] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[15:22:49] [Craft Scheduler Thread - 12/WARN]: [MiraiMC] An error occurred while fetching the latest version, reason: java.net.UnknownHostException: raw.githubusercontent.com
[15:22:49] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
[15:22:49] [Server thread/INFO]: �[0;33;22m[�[0;33;1mCJItems�[0;33;22m] �[0;33;1mFound an update: v1.5.2   �[0;37;1m(Your version: v1.5.1)�[m
[15:22:49] [Server thread/INFO]: �[0;33;22m[�[0;33;1mCJItems�[0;33;22m] �[0;37;1mType "�[0;33;1m/cji update�[0;37;1m" or download it from:�[m
[15:22:49] [Server thread/INFO]: �[0;33;22m[�[0;33;1mCJItems�[0;33;22m] �[0;37;1mdev.bukkit.org/bukkit-plugins/custom-join-items�[m
[15:22:49] [Server thread/INFO]: [Citizens] Loaded 13 NPCs.
[15:22:49] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ... 
[15:22:49] [Server thread/INFO]: This server is running MiraiMC version 1.5.1 by DreamVoid�[m
[15:22:49] [Server thread/INFO]: For help, type /mirai help�[m
[15:22:49] [Server thread/INFO]: This server is running MiraiMC version 1.5.1 by DreamVoid�[m
[15:22:49] [Server thread/INFO]: For help, type /mirai help�[m
[15:22:49] [Craft Scheduler Thread - 11/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:22:49] [Craft Scheduler Thread - 14/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:22:49] [Craft Scheduler Thread - 15/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:22:49] [Craft Scheduler Thread - 14/WARN]: Exception in thread "Craft Scheduler Thread - 14" 
[15:22:49] [Craft Scheduler Thread - 15/WARN]: Exception in thread "Craft Scheduler Thread - 15" 
[15:22:49] [Craft Scheduler Thread - 15/WARN]: org.apache.commons.lang.UnhandledException: Plugin MiraiMC v1.5.1 generated an exception while executing task 143
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Failed to create folder plugins\MiraiMC\MiraiBot\bots\2251232704
	at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:210)
	at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94)
	at me.dreamvoid.miraimc.bukkit.Commands$1.run(Commands.java:61)
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
	... 3 more

[15:22:49] [Craft Scheduler Thread - 14/WARN]: org.apache.commons.lang.UnhandledException: Plugin MiraiMC v1.5.1 generated an exception while executing task 142
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Failed to create folder plugins\MiraiMC\MiraiBot\bots\2251232704
	at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:210)
	at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94)
	at me.dreamvoid.miraimc.bukkit.Commands$1.run(Commands.java:61)
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
	... 3 more

[15:22:49] [Craft Scheduler Thread - 4/INFO]: �[0;33;22m[Matrix] �[0;37;22mError when connecting internet: java.net.UnknownHostException�[m
[15:22:49] [Craft Scheduler Thread - 4/INFO]: �[0;32;1m> Matrix Updater:�[m
[15:22:49] [Craft Scheduler Thread - 4/INFO]:     �[0;31;1mMatrix has an update: �[0;37;1m �[0;31;1mcurrent version: �[0;32;22m6.4.0�[m
[15:22:49] [Craft Scheduler Thread - 4/INFO]:     �[0;31;1mDownload link: �[0;36;1mhttps://www.mc-market.org/resources/13999/�[m
[15:22:49] [Craft Scheduler Thread - 1/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.6.6
[15:22:49] [Craft Scheduler Thread - 1/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[15:22:50] [Craft Scheduler Thread - 6/INFO]: [LibsDisguises] Failed to check for a update on spigot. Now checking bukkit..
[15:22:50] [Craft Scheduler Thread - 3/INFO]: �[0;33;22m[Matrix] �[0;37;22mPlugin Enabled�[m
[15:22:52] [Server thread/INFO]: [NoSpawnChunks] Unloading chunks...
[15:22:52] [Server thread/INFO]: [NoSpawnChunks] Unloaded 625 chunks. Took 260 ms.
[15:22:52] [Server thread/INFO]: [NoSpawnChunks] Freed 72 mb!
[15:22:53] [Thread-29/INFO]: UUID of player _Excalibur is 77312b32-f2de-3725-b3d1-33c436fdb687
[15:22:53] [Server thread/INFO]: Detected the PlayerJoinEvent of player _Excalibur
[15:22:53] [Server thread/INFO]: Forced _Excalibur to defined location.
[15:22:53] [Server thread/INFO]: _Excalibur[/127.0.0.1:55892] logged in with entity id 134 at ([Lobby]-25.5, 70.0, 0.5)
[15:22:54] [Server thread/INFO]: [Matrix] (Via) Player _Excalibur joined with (1.8.x/47) client
[15:22:54] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 189 placeholder expansions are available on the cloud.
[15:22:54] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 3 installed expansions have updates available.
[15:22:55] [Server thread/WARN]: [ViaVersion] There is a newer version available: 4.0.1, you're on: 2.2.3
[15:22:57] [Server thread/INFO]: _Excalibur issued server command: /join
[15:23:01] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:23:03] [Craft Scheduler Thread - 0/WARN]: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:105)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:230)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH$Companion.calculateShareKey(ECDHJvmDesktop.kt:89)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.lambda-3$testECDH(ECDHJvmDesktop.kt:49)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDH.<clinit>(ECDHJvmDesktop.kt:61)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:141)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.adjustToPublicKey(ECDH.kt:136)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:125)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHInitialPublicKey.<init>(ECDH.kt:123)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt$defaultInitialPublicKey$2.invoke(ECDH.kt:132)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.utils.crypto.ECDHKt.getDefaultInitialPublicKey(ECDH.kt:132)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.AccountSecretsImpl(AccountSecretsManager.kt:146)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:154)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:24)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.logout(SsoProcessor.kt:138)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.QQAndroidBot$close$1.invokeSuspend(QQAndroidBot.kt:79)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.internal.QQAndroidBot.close(QQAndroidBot.kt:77)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at net.mamoe.mirai.Bot.close(Bot.kt:178)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:201)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at me.dreamvoid.miraimc.bukkit.Commands$1.run(Commands.java:61)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at java.lang.Thread.run(Unknown Source)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: Caused by: java.util.jar.JarException: file:/C:/Users/fxpixel/Desktop/FxPixel/%5B25566%5DLobby/plugins/MiraiMC/MiraiBot/libs/mirai-core-all-2.9.0-M1.jar has unsigned entries - net/mamoe/mirai/internal/MiraiImplKt.class
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:510)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JarVerifier.verifyJars(JarVerifier.java:371)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JarVerifier.verify(JarVerifier.java:297)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:164)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:190)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	at javax.crypto.JceSecurity.getInstance(JceSecurity.java:102)
[15:23:03] [Craft Scheduler Thread - 0/WARN]: 	... 41 more
[15:23:03] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] Bot cancelled: Job was cancelled
[15:23:03] [Craft Scheduler Thread - 0/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:23:03] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mSent '_Excalibur' to server 'pvp'!�[m
[15:23:03] [Server thread/INFO]: _Excalibur lost connection: Disconnected
[15:23:06] [Thread-31/INFO]: UUID of player Wresb is 46e5c182-bd8c-39ca-94b6-7e5bd0f1e0c2
[15:23:06] [Server thread/INFO]: Detected the PlayerJoinEvent of player Wresb
[15:23:06] [Server thread/INFO]: Forced Wresb to defined location.
[15:23:06] [Server thread/INFO]: Wresb[/127.0.0.1:56018] logged in with entity id 189 at ([Lobby]-25.5, 70.0, 0.5)
[15:23:06] [Server thread/INFO]: [Matrix] (Via) Player Wresb joined with (1.8.x/47) client
[15:23:13] [Craft Scheduler Thread - 13/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:23:13] [Craft Scheduler Thread - 13/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:23:14] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mSent 'Wresb' to server 'pvp'!�[m
[15:23:14] [Server thread/INFO]: Wresb lost connection: Disconnected
[15:23:19] [Craft Scheduler Thread - 9/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:23:19] [Craft Scheduler Thread - 9/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PAD
[15:23:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:24:00] [Thread-34/INFO]: UUID of player _Excalibur is 77312b32-f2de-3725-b3d1-33c436fdb687
[15:24:00] [Server thread/INFO]: Detected the PlayerJoinEvent of player _Excalibur
[15:24:00] [Server thread/INFO]: Forced _Excalibur to defined location.
[15:24:00] [Server thread/INFO]: _Excalibur[/127.0.0.1:56478] logged in with entity id 190 at ([Lobby]-25.5, 70.0, 0.5)
[15:24:01] [Server thread/INFO]: [Matrix] (Via) Player _Excalibur joined with (1.8.x/47) client
[15:24:02] [Thread-35/INFO]: UUID of player Wresb is 46e5c182-bd8c-39ca-94b6-7e5bd0f1e0c2
[15:24:02] [Server thread/INFO]: Detected the PlayerJoinEvent of player Wresb
[15:24:02] [Server thread/INFO]: Forced Wresb to defined location.
[15:24:02] [Server thread/INFO]: Wresb[/127.0.0.1:56493] logged in with entity id 191 at ([Lobby]-25.5, 70.0, 0.5)
[15:24:02] [Server thread/INFO]: [Matrix] (Via) Player Wresb joined with (1.8.x/47) client
[15:24:03] [Server thread/INFO]: _Excalibur issued server command: /join
[15:24:08] [Server thread/INFO]: _Excalibur issued server command: /join
[15:24:09] [Server thread/INFO]: _Excalibur issued server command: /bwjoin
[15:24:11] [Server thread/INFO]: _Excalibur issued server command: /sj all bw
[15:24:11] [Craft Scheduler Thread - 5/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:24:11] [Craft Scheduler Thread - 5/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PHONE
[15:24:12] [Server thread/INFO]: _Excalibur lost connection: Disconnected
[15:24:14] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m Wresb is tring to speed up actions (Delay) #1�[m
[15:24:15] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m Wresb is tring to speed up actions (Delay) #2�[m
[15:24:18] [Server thread/INFO]: Wresb lost connection: Speeding Up Operations
[15:24:18] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m player Wresb was kicked because of cheating!�[m
[15:24:18] [Server thread/WARN]: handleDisconnection() called twice
[15:24:21] [Thread-37/INFO]: UUID of player _Excalibur is 77312b32-f2de-3725-b3d1-33c436fdb687
[15:24:21] [Server thread/INFO]: Detected the PlayerJoinEvent of player _Excalibur
[15:24:21] [Server thread/INFO]: Forced _Excalibur to defined location.
[15:24:21] [Server thread/INFO]: _Excalibur[/127.0.0.1:56658] logged in with entity id 193 at ([Lobby]-25.5, 70.0, 0.5)
[15:24:22] [Server thread/INFO]: [Matrix] (Via) Player _Excalibur joined with (1.8.x/47) client
[15:24:29] [Thread-38/INFO]: UUID of player Wresb is 46e5c182-bd8c-39ca-94b6-7e5bd0f1e0c2
[15:24:29] [Server thread/INFO]: Detected the PlayerJoinEvent of player Wresb
[15:24:29] [Server thread/INFO]: Forced Wresb to defined location.
[15:24:29] [Server thread/INFO]: Wresb[/127.0.0.1:56733] logged in with entity id 194 at ([Lobby]-25.5, 70.0, 0.5)
[15:24:30] [Server thread/INFO]: [Matrix] (Via) Player Wresb joined with (1.8.x/47) client
[15:24:30] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m Wresb is tring to speed up actions (Delay) #1�[m
[15:24:31] [Server thread/INFO]: _Excalibur issued server command: /join
[15:24:32] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m Wresb is tring to speed up actions (Delay) #2�[m
[15:24:32] [Server thread/INFO]: _Excalibur issued server command: /bwjoin
[15:24:33] [Server thread/INFO]: _Excalibur issued server command: /sj fastjoin bw
[15:24:33] [Server thread/INFO]: _Excalibur lost connection: Disconnected
[15:24:34] [Server thread/INFO]: Wresb lost connection: Speeding Up Operations
[15:24:34] [Server thread/INFO]: �[0;37;22m[�[0;36;1mMatrix�[0;37;22m]�[m player Wresb was kicked because of cheating!�[m
[15:24:34] [Server thread/WARN]: handleDisconnection() called twice
[15:24:42] [Craft Scheduler Thread - 6/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:24:43] [Craft Scheduler Thread - 6/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PHONE
[15:25:26] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:25:34] [Thread-40/INFO]: UUID of player Wresb is 46e5c182-bd8c-39ca-94b6-7e5bd0f1e0c2
[15:25:34] [Server thread/INFO]: Detected the PlayerJoinEvent of player Wresb
[15:25:34] [Server thread/INFO]: Forced Wresb to defined location.
[15:25:34] [Server thread/INFO]: Wresb[/127.0.0.1:57291] logged in with entity id 196 at ([Lobby]-25.5, 70.0, 0.5)
[15:25:35] [Server thread/INFO]: [Matrix] (Via) Player Wresb joined with (1.8.x/47) client
[15:25:47] [Server thread/INFO]: Wresb issued server command: /join
[15:25:49] [Server thread/INFO]: Wresb issued server command: /bwjoin
[15:25:50] [Server thread/INFO]: Wresb issued server command: /sj all bw
[15:25:54] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mSent 'Wresb' to server 'newbw'!�[m
[15:25:54] [Server thread/INFO]: Wresb lost connection: Disconnected
[15:25:59] [Thread-41/INFO]: UUID of player Wresb is 46e5c182-bd8c-39ca-94b6-7e5bd0f1e0c2
[15:25:59] [Server thread/INFO]: Detected the PlayerJoinEvent of player Wresb
[15:25:59] [Server thread/INFO]: Forced Wresb to defined location.
[15:25:59] [Server thread/INFO]: Wresb[/127.0.0.1:57523] logged in with entity id 197 at ([Lobby]-25.5, 70.0, 0.5)
[15:26:00] [Server thread/INFO]: [Matrix] (Via) Player Wresb joined with (1.8.x/47) client
[15:26:07] [Server thread/INFO]: �[0;30;1m[�[0;32;22mCommandNPC�[0;30;1m] �[0;33;22mSent 'Wresb' to server 'lxf'!�[m
[15:26:07] [Server thread/INFO]: Wresb lost connection: Disconnected
[15:26:08] [Server thread/INFO]: This server is running MiraiMC version 1.5.1 by DreamVoid�[m
[15:26:08] [Server thread/INFO]: For help, type /mirai help�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m�[21mMiraiMC�[m �[0;36;1m机器人帮助菜单�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai login <账号> <密码> [协议]:�[m 登录一个机器人�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai logout <账号>:�[m 退出一个机器人�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai list:�[m 查看当前存在的机器人�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai sendfriendmessage <账号> <好友> <消息>:�[m 向指定好友发送私聊消息�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai sendgroupmessage <账号> <群号> <消息>:�[m 向指定群发送群聊消息�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai sendfriendnudge <账号> <好友>:�[m 向指定好友发送戳一戳�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai checkonline <账号>:�[m 检查指定的机器人是否在线�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai autologin add <账号> <密码> [协议]:�[m 添加一个自动登录账号�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai autologin list:�[m 查看自动登录账号列表�[m
[15:26:13] [Server thread/INFO]: �[0;33;22m/mirai autologin remove <账号>:�[m 删除一个自动登录账号�[m
[15:26:23] [Craft Scheduler Thread - 17/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:26:24] [Craft Scheduler Thread - 17/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PHONE
[15:26:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:27:34] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:27:35] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PHONE
[15:27:39] [Craft Scheduler Thread - 20/INFO]: [MiraiMC] 另一个机器人进程已经存在,正在尝试关闭这个进程
[15:27:39] [Craft Scheduler Thread - 20/INFO]: [MiraiMC] 登录新的机器人账号: 2251232704, 协议: ANDROID_PHONE
[15:28:26] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:29:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:31:26] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:32:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:34:26] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:35:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:37:26] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m
[15:37:51] [Server thread/INFO]: [NoSpawnChunks] Unloading chunks...
[15:37:51] [Server thread/INFO]: [NoSpawnChunks] Unloaded 63 chunks. Took 114 ms.
[15:38:00] [Server thread/INFO]: This server is running MiraiMC version 1.5.1 by DreamVoid�[m
[15:38:00] [Server thread/INFO]: For help, type /mirai help�[m
[15:38:56] [Server thread/INFO]: �[0;33;22m[Matrix] �[0;37;22m(!) You are currently using free(trial) version of Matrix!�[m

额外说明

建议加入发送图片、语音等的功能

功能描述

在 MiraiBot 中提供一个方法,能向指定群发送图片、语音等消息
该方法可以接收图库 url 字符串、base64 编码字符串、本地文件路径字符串等作为参数,方便开发者调用

使用方法

  1. 调用该方法

自动登录相关问题

问题描述

使用 /mirai autologin add <账号> <密码> 添加的自动登录的机器人,无法在下一次服务端重启后自动启动,并抛出如“服务器日志”部分所示的错误。
如果不添加自动登录的机器人,启动时则不会出现错误。手动登录也可以正常使用。
本人不是 Java 开发者,所以不知道错误产生的原因及解决方案,还请项目创建者多多指教。

复现方法

  1. 加入 MiraiMC 插件,启动服务端
  2. 使用 /mirai autologin add <账号> <密码> 指令添加自动登录的机器人
  3. 重启服务端,启动时即可看到错误

版本类型

  • Minecraft 服务端版本:Spigot 1.17
  • MiraiMC 插件版本:1.3.1

服务器日志

...(其他插件的日志)
[02:06:24] [Craft Scheduler Thread - 1/INFO]: [MiraiMC] [AutoLogin] Starting auto-bot task.
[02:06:24] [Craft Scheduler Thread - 1/WARN]: [MiraiMC] Plugin MiraiMC v1.3.1 generated an exception while executing task 14
>java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.Integer (java.lang.Long and java.lang.Integer are in module java.base of loader 'bootstrap')
at me.dreamvoid.miraimc.bukkit.MiraiAutoLogin.lambda$doStartUpAutoLogin$0(MiraiAutoLogin.java:79) ~[?:?]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.17.jar:3170-Spigot-a483d2c-ec116f6]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [spigot-1.17.jar:3170-Spigot-a483d2c-ec116f6]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
...(其他插件的日志)

安装 PaperBin 时插件启动报错

问题描述

安装 PaperBin 时插件启动报错, 不使用 PaperBin 时完全正常
使用 MiraiMC 和 Chat2QQ 转发QQ群的消息
仅修改过 Chat2QQ 的配置

复现方法

  1. 安装 PaperBin https://github.com/x4e/PaperBin
  2. 启用服务端

服务端类型

Bukkit(包括Paper)

服务端版本

purpur-1.17.1 [paper的分支]

MiraiMC 插件版本

1.6

服务端日志

Paperbin Agent Loaded
VM INIT
[paperbin 淇℃伅] Registering transformers...
[paperbin 淇℃伅] Make sure to enable queue-light-updates in paper config
[paperbin 淇℃伅] Starting [public static void org.bukkit.craftbukkit.Main.main(java.lang.String[])]...
System Info: Java 17 (OpenJDK 64-Bit Server VM 17.0.1+12-LTS) Host: Windows 10 10.0 (amd64)
Loading libraries, please wait...
[21:34:46 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[21:34:46 INFO]: Reloading ResourceManager: Default, bukkit
[21:34:47 INFO]: Loaded 7 recipes
[21:34:49 INFO]: Starting minecraft server version 1.17.1
[21:34:49 INFO]: Loading properties
[21:34:49 INFO]: This server is running Purpur version git-Purpur-1428 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 9beb23b on ver/1.17.1)
[21:34:49 INFO]: Server Ping Player Sample Count: 0
[21:34:49 INFO]: Using 8 threads for Netty based IO
[21:34:49 INFO]: Default game type: SURVIVAL
[21:34:49 INFO]: Generating keypair
[21:34:49 INFO]: Starting Minecraft server on *:25565
[21:34:49 INFO]: Using default channel type
[21:34:49 INFO]: Paper: Using Java 11 compression from Velocity.
[21:34:49 INFO]: Paper: Using Java cipher from Velocity.
[21:34:50 INFO]: [MiraiMC] Loading MiraiMC v1.6
[21:34:51 INFO]: [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
[21:34:51 INFO]: [MiraiMC] Verifying mirai-core-all-2.10.0.jar
[21:34:51 INFO]: [MiraiMC] Loading library mirai-core-all-2.10.0.jar
[21:34:51 INFO]: [MiraiMC] Loading Chat2QQ v1.4.1
[21:34:51 INFO]: Preparing level "world"
[21:34:52 INFO]: [MiraiMC] Enabling MiraiMC v1.6
[21:34:52 INFO]: [MiraiMC] Mirai working dir: default
[21:34:52 INFO]: [MiraiMC] Starting Mirai-Events listener.
[21:34:52 INFO]: [MiraiMC] Loading auto-login file.
[21:34:52 INFO]: [MiraiMC] Registering commands.
[21:34:52 INFO]: [MiraiMC] Registering events.
[21:34:52 INFO]: [MiraiMC] Initializing SQLite database.
[21:34:52 INFO]: [MiraiMC] Initializing bStats metrics.
[21:34:52 WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[21:34:52 WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[21:34:52 INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[21:34:52 INFO]: [MiraiMC] Enabling Chat2QQ v1.4.1
[21:34:52 INFO]: Running delayed init tasks
[21:34:52 INFO]: Done (3.876s)! For help, type "help"
[21:34:52 INFO]: Timings Reset
[21:34:52 INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[21:34:52 INFO]: [MiraiMC] Checking update...
[21:34:52 INFO]: [MiraiMC] [AutoLogin] Auto login bot account: ----- Protocol: ANDROID_PHONE
[21:34:52 INFO]: [MiraiMC] 登录新的机器人账号: -----, 协议: ANDROID_PHONE
[21:34:52 WARN]: [MiraiMC] An error occurred while fetching the latest version, reason: java.net.UnknownHostException: raw.githubusercontent.com
[21:34:53 WARN]: [MiraiMC] Plugin MiraiMC v1.6 generated an exception while executing task 2
java.lang.NoSuchMethodError: 'void kotlin.jvm.internal.FunctionReferenceImpl.<init>(int, java.lang.Class, java.lang.String, java.lang.String, int)'
        at net.mamoe.mirai.utils.PlatformLogger$1.<init>(PlatformLogger.jvm.kt) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.PlatformLogger$1.<clinit>(PlatformLogger.jvm.kt) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.PlatformLogger.<init>(PlatformLogger.jvm.kt:56) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.DefaultFactory.create(MiraiLogger.kt:579) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.MiraiLogger$Factory.create(MiraiLogger.kt:64) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.MiraiLogger$Factory.create(MiraiLogger.kt:79) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.MiraiLogger$Factory$INSTANCE.create(MiraiLogger.kt) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.WindowHelperJvm.<clinit>(SwingSolver.kt:135) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.LoginSolver.<clinit>(LoginSolver.jvm.kt:92) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.BotConfiguration.<init>(BotConfiguration.kt:236) ~[MiraiMC-Bukkit.jar:?]
        at net.mamoe.mirai.utils.BotConfiguration.<clinit>(BotConfiguration.kt:624) ~[MiraiMC-Bukkit.jar:?]
        at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:221) ~[MiraiMC-Bukkit.jar:?]
        at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94) ~[MiraiMC-Bukkit.jar:?]
        at me.dreamvoid.miraimc.bukkit.MiraiAutoLogin.lambda$doStartUpAutoLogin$0(MiraiAutoLogin.java:84) ~[MiraiMC-Bukkit.jar:?]
        at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.17.1.jar:git-Purpur-1428]
        at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[patched_1.17.1.jar:git-Purpur-1428]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.17.1.jar:git-Purpur-1428]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
> MiraiMC
[21:35:04 INFO]: This server is running MiraiMC version 1.6 by DreamVoid
[21:35:04 INFO]: For help, type /miraimc help
> miraimc help
[21:35:07 INFO]: MiraiMC 插件帮助菜单
[21:35:07 INFO]: /miraimc bind: 玩家绑定菜单
[21:35:07 INFO]: /miraimc reload: 重新加载插件
> stop
[21:35:08 INFO]: Stopping the server
[21:35:08 INFO]: Stopping server
[21:35:08 INFO]: [MiraiMC] Disabling Chat2QQ v1.4.1
[21:35:08 INFO]: [MiraiMC] Disabling MiraiMC v1.6
[21:35:08 INFO]: [MiraiMC] Stopping bot event listener.
[21:35:08 INFO]: [MiraiMC] Closing all bots
[21:35:09 ERROR]: Error occurred while disabling MiraiMC v1.6 (Is it up to date?)
java.lang.NoClassDefFoundError: Could not initialize class net.mamoe.mirai.utils.LoginSolver
        at me.dreamvoid.miraimc.bukkit.BukkitPlugin.onDisable(BukkitPlugin.java:137) ~[MiraiMC-Bukkit.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[patched_1.17.1.jar:git-Purpur-1428]
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[patched_1.17.1.jar:git-Purpur-1428]
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[patched_1.17.1.jar:git-Purpur-1428]
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:514) ~[patched_1.17.1.jar:git-Purpur-1428]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.disablePlugins(CraftServer.java:495) ~[patched_1.17.1.jar:git-Purpur-1428]
        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1064) ~[patched_1.17.1.jar:git-Purpur-1428]
        at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:855) ~[patched_1.17.1.jar:git-Purpur-1428]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1356) ~[patched_1.17.1.jar:git-Purpur-1428]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:322) ~[patched_1.17.1.jar:git-Purpur-1428]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
[21:35:09 INFO]: Saving players
[21:35:09 INFO]: Saving worlds
[21:35:09 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[21:35:09 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[21:35:09 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[21:35:09 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[21:35:09 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[21:35:09 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[21:35:09 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[21:35:09 INFO]: Saving usercache.json

额外说明

java: dragonwell17
插件列表: MiraiMC, Chat2QQ
我的服务器里还有其他很多的插件能兼容PaperBin正常运行, 不过这个问题可能不重要

自动登录出现错误

问题描述

见日志,为何把两个包装对象拿来强转?
... ...

复现方法

  1. 开启服务器时

版本类型

  • Minecraft 服务端版本:Uranium-1710-dev-5-B293-f73a12f-server
  • MiraiMC 插件版本:1.3.2

服务器日志

Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
        at me.dreamvoid.miraimc.bukkit.MiraiAutoLogin.lambda$doStartUpAutoLogin$0(MiraiAutoLogin.java:79)

NK版复刻

哈喽,
请问可以fork你的项目复刻成Nukkit版本的吗
项目开源免费

NukkitX日志等级异常

问题描述

如题。无论使用MiraiAndroid的device.json还是直接登录都无效。

复现方法

  1. 登录机器人

版本类型

  • Minecraft 服务端版本:
  • MiraiMC 插件版本:

服务器日志

14:13:18 [INFO ] [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
14:13:18 [WARN ] [MiraiMC] null
java.lang.IllegalArgumentException: No enum constant cn.nukkit.utils.LogLevel.SEVERE
        at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_282]
        at cn.nukkit.utils.LogLevel.valueOf(LogLevel.java:11) ~[server-release.jar:?]
        at me.dreamvoid.miraimc.nukkit.NukkitLogger.log(NukkitLogger.java:100) ~[MiraiMC-Nukkit.jar:?]
        at net.mamoe.mirai.internal.utils.JdkLoggerAdapter.error0(LoggerAdapterImpls.kt:129) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.utils.MiraiLoggerPlatformBase.error(MiraiLogger.kt:538) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl.refreshInitialPublicKeyAndApplyECDH(EcdhInitialPublicKeyUpdater.kt:104) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl$refreshInitialPublicKeyAndApplyECDH$1.invokeSuspend(EcdhInitialPublicKeyUpdater.kt) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:165) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:78) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpSend$DefaultSender.execute(HttpSend.kt:128) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpSend$Feature$install$1.invokeSuspend(HttpSend.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpSend$Feature$install$1.invoke(HttpSend.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpSend$Feature$install$1.invoke(HttpSend.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.proceedWith(SuspendFunctionGun.kt:126) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:112) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpCallValidator$Companion$install$1.invoke(HttpCallValidator.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpCallValidator$Companion$install$1.invoke(HttpCallValidator.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invokeSuspend(HttpRequestLifecycle.kt:37) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invoke(HttpRequestLifecycle.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invoke(HttpRequestLifecycle.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:78) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.HttpClient.execute(HttpClient.kt:191) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:104) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl.refreshInitialPublicKeyAndApplyECDH(EcdhInitialPublicKeyUpdater.kt:141) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:121) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:257) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
14:13:21 [INFO ] [MiraiMC] No server list cached.
14:13:21 [INFO ] [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.

额外说明

使用的是面板服。使用了NukkitX核心。
完整log:

2022-01-26 14:11:26.864 [main] INFO  - Loading §anukkit.yml§f ...
2022-01-26 14:11:27.036 [main] INFO  - Loading §aserver.properties§f ...
2022-01-26 14:11:27.086 [main] INFO  - 将 中文(简体) (chs) 设置为基本语言
2022-01-26 14:11:27.122 [main] INFO  - 正在启动 Minecraft: BE §bv1.18.0§r
2022-01-26 14:11:27.139 [main] INFO  - Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
2022-01-26 14:11:27.275 [main] INFO  - 正在于 0.0.0.0:20493 启动服务器
2022-01-26 14:11:27.337 [main] INFO  - 此服务器正在运行 Nukkit §egit-9455daa§f 版本 "§b§f" (API 1.0.13)
2022-01-26 14:11:27.338 [main] INFO  - Nukkit 根据 LGPL 许可发行
2022-01-26 14:11:28.165 [main] INFO  - Loading runtime items...
2022-01-26 14:11:29.243 [main] INFO  - Loading recipes...
2022-01-26 14:11:30.446 [main] INFO  - Loaded 1509 recipes.
2022-01-26 14:11:30.448 [main] INFO  - 成功加载 0 个资源包
2022-01-26 14:11:31.022 [main] INFO  - 读取 MiraiMC v1.6-pre1 中
2022-01-26 14:11:32.864 [main] INFO  - [MiraiMC] Verifying maven-metadata-net.mamoe.mirai-core-all.xml
2022-01-26 14:11:32.886 [main] INFO  - [MiraiMC] Verifying mirai-core-all-2.10.0-RC2.jar
2022-01-26 14:11:33.377 [main] INFO  - [MiraiMC] Loading library mirai-core-all-2.10.0-RC2.jar
2022-01-26 14:11:33.450 [main] INFO  - 读取 KotlinLib v1.4.31 中
2022-01-26 14:11:33.459 [main] INFO  - 读取 ScoreboardPlugin v1.0 中
2022-01-26 14:11:33.465 [main] INFO  - 读取 MOTD v1.0 中
2022-01-26 14:11:33.475 [main] INFO  - 读取 PlaceholderAPI v2.1.1 中
2022-01-26 14:11:33.628 [main] INFO  - 读取 NoSpaceInName v1.1.0 中
2022-01-26 14:11:33.646 [main] INFO  - 读取 Link2QQ v1.1 中
2022-01-26 14:11:33.656 [main] INFO  - 读取 Chat2QQ v1.4.2 中
2022-01-26 14:11:33.739 [main] INFO  - 读取 SimpleScoreboards v2.5.0 中
2022-01-26 14:11:33.749 [main] INFO  - 读取 TheEnd v1.1.0 中
2022-01-26 14:11:33.751 [main] INFO  - 开启 TheEnd v1.1.0 中
2022-01-26 14:11:34.048 [main] INFO  - 准备世界 "§aworld§f" 中
2022-01-26 14:11:34.198 [main] INFO  - Preparing start region for level "world"
2022-01-26 14:11:34.278 [main] INFO  - 准备世界 "§anether§f" 中
2022-01-26 14:11:34.281 [main] INFO  - Preparing start region for level "nether"
2022-01-26 14:11:34.322 [main] INFO  - 开启 MiraiMC v1.6-pre1 中
2022-01-26 14:11:34.323 [main] INFO  - [MiraiMC] Mirai working dir: default
2022-01-26 14:11:34.323 [main] INFO  - [MiraiMC] Starting Mirai-Events listener.
2022-01-26 14:11:34.528 [main] INFO  - [MiraiMC] Loading auto-login file.
2022-01-26 14:11:34.529 [main] INFO  - [MiraiMC] Registering commands.
2022-01-26 14:11:34.543 [main] INFO  - [MiraiMC] Registering events.
2022-01-26 14:11:34.548 [main] INFO  - [MiraiMC] Initializing SQLite database.
2022-01-26 14:11:34.922 [main] INFO  - [MiraiMC] Initializing bStats metrics.
2022-01-26 14:11:34.928 [main] WARN  - [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
2022-01-26 14:11:34.929 [main] WARN  - [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
2022-01-26 14:11:34.929 [main] INFO  - [MiraiMC] All tasks done. Welcome to use MiraiMC!
2022-01-26 14:11:34.929 [main] INFO  - 开启 KotlinLib v1.4.31 中
2022-01-26 14:11:34.930 [main] INFO  - 开启 ScoreboardPlugin v1.0 中
2022-01-26 14:11:34.930 [main] INFO  - 开启 MOTD v1.0 中
2022-01-26 14:11:34.940 [main] INFO  - 开启 PlaceholderAPI v2.1.1 中
2022-01-26 14:11:36.642 [main] INFO  - 开启 NoSpaceInName v1.1.0 中
2022-01-26 14:11:36.645 [main] INFO  - 开启 Link2QQ v1.1 中
2022-01-26 14:11:36.652 [main] INFO  - 开启 Chat2QQ v1.4.2 中
2022-01-26 14:11:36.661 [main] INFO  - 开启 SimpleScoreboards v2.5.0 中
2022-01-26 14:11:36.754 [main] INFO  - 启动 GS4 状态监听器
2022-01-26 14:11:36.755 [main] INFO  - 将 Query 端口设置为 20493
2022-01-26 14:11:36.756 [main] INFO  - Query 运行于 0.0.0.0:20493
2022-01-26 14:11:36.756 [main] INFO  - 默认游戏模式:生存模式
2022-01-26 14:11:36.757 [main] INFO  - 启动完成 (10.004s)!如需帮助,请输入 "help" 或 "?"
2022-01-26 14:11:36.765 [Nukkit Asynchronous Task Handler #1] INFO  - [MiraiMC] [AutoLogin] Starting auto login task.
2022-01-26 14:11:36.822 [Nukkit Asynchronous Task Handler #2] INFO  - [MiraiMC] Checking update...
2022-01-26 14:11:36.828 [Nukkit Asynchronous Task Handler #1] INFO  - [MiraiMC] [AutoLogin] Auto login bot account: 2064388365 Protocol: ANDROID_PHONE
2022-01-26 14:11:36.845 [Nukkit Asynchronous Task Handler #1] INFO  - [MiraiMC] 登录新的机器人账号: 2064388365, 协议: ANDROID_PHONE
2022-01-26 14:11:39.931 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:41.235 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:41.383 [DefaultDispatcher-worker-1] WARN  - [MiraiMC] null
java.lang.IllegalArgumentException: No enum constant cn.nukkit.utils.LogLevel.SEVERE
	at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_282]
	at cn.nukkit.utils.LogLevel.valueOf(LogLevel.java:11) ~[server-release.jar:?]
	at me.dreamvoid.miraimc.nukkit.NukkitLogger.log(NukkitLogger.java:100) ~[MiraiMC-Nukkit.jar:?]
	at net.mamoe.mirai.internal.utils.JdkLoggerAdapter.error0(LoggerAdapterImpls.kt:129) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.utils.MiraiLoggerPlatformBase.error(MiraiLogger.kt:538) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl.refreshInitialPublicKeyAndApplyECDH(EcdhInitialPublicKeyUpdater.kt:104) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl$refreshInitialPublicKeyAndApplyECDH$1.invokeSuspend(EcdhInitialPublicKeyUpdater.kt) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
2022-01-26 14:11:41.436 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:41.436 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:44.484 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:44.485 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:47.525 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:47.525 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:50.574 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:50.576 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:53.608 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:53.609 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:56.643 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:56.643 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:11:59.689 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:11:59.690 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:02.723 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:02.724 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:05.763 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:05.763 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:08.816 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:08.816 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:11.888 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:11.889 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:14.921 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:14.922 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:17.963 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:17.964 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:21.002 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:21.003 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:24.037 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:24.037 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:27.072 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:27.072 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:30.122 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:30.123 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:33.166 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:33.166 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:36.201 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:36.201 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:39.239 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:39.239 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:42.314 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:42.315 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:45.349 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:45.350 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:48.388 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:48.388 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:51.426 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:51.427 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:54.459 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:54.459 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:12:57.488 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:12:57.488 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:00.521 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:00.525 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:03.561 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:03.562 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:06.623 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:06.624 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:09.658 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:09.659 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:12.728 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:12.729 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:15.768 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:15.768 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:18.814 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:18.815 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:18.820 [DefaultDispatcher-worker-2] WARN  - [MiraiMC] null
java.lang.IllegalArgumentException: No enum constant cn.nukkit.utils.LogLevel.SEVERE
	at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_282]
	at cn.nukkit.utils.LogLevel.valueOf(LogLevel.java:11) ~[server-release.jar:?]
	at me.dreamvoid.miraimc.nukkit.NukkitLogger.log(NukkitLogger.java:100) ~[MiraiMC-Nukkit.jar:?]
	at net.mamoe.mirai.internal.utils.JdkLoggerAdapter.error0(LoggerAdapterImpls.kt:129) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.utils.MiraiLoggerPlatformBase.error(MiraiLogger.kt:538) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl.refreshInitialPublicKeyAndApplyECDH(EcdhInitialPublicKeyUpdater.kt:104) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl$refreshInitialPublicKeyAndApplyECDH$1.invokeSuspend(EcdhInitialPublicKeyUpdater.kt) ~[mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:165) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:78) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpSend$DefaultSender.execute(HttpSend.kt:128) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpSend$Feature$install$1.invokeSuspend(HttpSend.kt:89) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpSend$Feature$install$1.invoke(HttpSend.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpSend$Feature$install$1.invoke(HttpSend.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.proceedWith(SuspendFunctionGun.kt:126) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:112) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpCallValidator$Companion$install$1.invoke(HttpCallValidator.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpCallValidator$Companion$install$1.invoke(HttpCallValidator.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invokeSuspend(HttpRequestLifecycle.kt:37) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invoke(HttpRequestLifecycle.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.features.HttpRequestLifecycle$Feature$install$1.invoke(HttpRequestLifecycle.kt) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:248) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:116) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.SuspendFunctionGun.execute(SuspendFunctionGun.kt:136) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:78) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.HttpClient.execute(HttpClient.kt:191) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:104) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.EcdhInitialPublicKeyUpdaterImpl.refreshInitialPublicKeyAndApplyECDH(EcdhInitialPublicKeyUpdater.kt:141) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:121) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at net.mamoe.mirai.internal.network.impl.netty.NettyNetworkHandler$StateConnecting$1.invokeSuspend(NettyNetworkHandler.kt:257) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) [mirai-core-all-2.10.0-RC2.jar:2.10.0-RC2]
2022-01-26 14:13:21.859 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:21.859 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:24.897 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:24.898 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:27.932 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:27.933 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:30.968 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:30.969 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:34.003 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:34.003 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:37.037 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:37.037 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:40.070 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:40.071 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:43.137 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:43.138 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:46.168 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:46.169 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:49.209 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:49.209 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:52.244 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:52.244 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:55.287 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:55.288 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:13:58.328 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:13:58.328 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:01.372 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:01.372 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:04.418 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:04.418 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:07.459 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:07.459 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:10.504 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:10.505 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:13.569 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:13.570 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:16.606 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:16.606 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:19.639 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:19.639 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:22.675 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:22.675 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:25.715 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:25.717 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:28.752 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:28.753 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:31.787 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:31.787 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:34.825 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:34.826 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:37.862 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:37.863 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:40.894 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:40.894 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:43.960 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:43.961 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:46.998 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:46.999 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:50.039 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:50.040 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:53.072 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:53.072 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:56.108 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:56.108 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:14:59.197 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:14:59.198 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:02.231 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:02.232 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:05.278 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:05.279 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:08.318 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:08.319 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:11.353 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:11.354 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:14.462 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:14.463 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:17.496 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:17.497 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:20.533 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:20.535 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:23.573 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:23.574 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:26.611 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:26.611 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:29.650 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:29.650 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:32.684 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:32.685 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:35.734 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:35.735 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:38.767 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:38.767 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:41.806 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:41.807 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:44.908 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:44.908 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:47.946 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:47.946 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:50.983 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:50.984 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:54.018 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:54.018 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:15:57.057 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:15:57.057 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:00.093 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:00.094 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:03.126 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:03.126 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:05.534 [Nukkit Asynchronous Task Handler #2] WARN  - [MiraiMC] An error occurred while fetching the latest version, reason: javax.net.ssl.SSLException: Connection reset
2022-01-26 14:16:06.163 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:06.163 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:09.194 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:09.195 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:12.232 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:12.233 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:15.302 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:15.302 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:18.340 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:18.341 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:21.379 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:21.380 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:24.417 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:24.418 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:27.449 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:27.450 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:30.488 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:30.489 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:33.519 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:33.520 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:36.556 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:36.557 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:39.592 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:39.592 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:42.628 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:42.630 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:45.700 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:45.700 [DefaultDispatcher-worker-2] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:48.738 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:48.738 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
2022-01-26 14:16:51.709 [main] INFO  - [CONSOLE: 正在关闭服务器]
2022-01-26 14:16:51.758 [main] INFO  - 关闭 TheEnd v1.1.0 中
2022-01-26 14:16:51.760 [main] INFO  - 关闭 SimpleScoreboards v2.5.0 中
2022-01-26 14:16:51.760 [main] INFO  - 关闭 Chat2QQ v1.4.2 中
2022-01-26 14:16:51.761 [main] INFO  - 关闭 Link2QQ v1.1 中
2022-01-26 14:16:51.761 [main] INFO  - 关闭 NoSpaceInName v1.1.0 中
2022-01-26 14:16:51.762 [main] INFO  - 关闭 PlaceholderAPI v2.1.1 中
2022-01-26 14:16:51.762 [main] INFO  - 关闭 MOTD v1.0 中
2022-01-26 14:16:51.763 [main] INFO  - 关闭 ScoreboardPlugin v1.0 中
2022-01-26 14:16:51.763 [main] INFO  - 关闭 KotlinLib v1.4.31 中
2022-01-26 14:16:51.764 [main] INFO  - 关闭 MiraiMC v1.6-pre1 中
2022-01-26 14:16:51.764 [main] INFO  - [MiraiMC] Stopping bot event listener.
2022-01-26 14:16:51.764 [main] INFO  - [MiraiMC] Closing all bots
2022-01-26 14:16:51.787 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] No server list cached.
2022-01-26 14:16:51.788 [DefaultDispatcher-worker-1] INFO  - [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.

无需验证账号登录时的问题

问题描述

我在登录我的机器人时出现了问题,我关闭了我的机器人验证,但登录出现了问题

复现方法

  1. 我就输入了mirai login,登录了我的机器人qq

版本类型

  • Minecraft 服务端版本:This server is running CraftBukkit version 2991-Spigot-018b9a0-f3f3094 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  • MiraiMC 插件版本:1.5.2

截图

服务器日志

>mirai login ******* **********
[19:49:50] [Craft Scheduler Thread - 10/INFO]: [MiraiMC] 登录新的机器人账号: ********, 协议: ANDROID_PHONE
[19:49:57] [Craft Scheduler Thread - 10/WARN]: [MiraiMC] Plugin MiraiMC v1.5.2 generated an exception while executing task 4035
java.lang.NoClassDefFoundError: Could not initialize class net.mamoe.mirai.internal.utils.crypto.ECDHKt
        at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.AccountSecretsImpl(AccountSecretsManager.kt:146) ~[?:?]
        at net.mamoe.mirai.internal.network.components.AccountSecretsManagerKt.getSecretsOrCreate(AccountSecretsManager.kt:154) ~[?:?]
        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.createClient(BotClientHolder.kt:36) ~[?:?]
        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.access$createClient(BotClientHolder.kt:24) ~[?:?]
        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28) ~[?:?]        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl$client$2.invoke(BotClientHolder.kt:28) ~[?:?]        at net.mamoe.mirai.utils.LateinitMutableProperty.getValue(LateinitMutableProperty.kt:38) ~[?:?]
        at net.mamoe.mirai.internal.network.components.BotClientHolderImpl.getClient(BotClientHolder.kt:28) ~[?:?]
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.getClient(SsoProcessor.kt:97) ~[?:?]
        at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.logout(SsoProcessor.kt:138) ~[?:?]
        at net.mamoe.mirai.internal.QQAndroidBot$close$1.invokeSuspend(QQAndroidBot.kt:79) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[org.kotlinlang-kotlin-stdlib-1.4.20.jar:1.4.20-release-308 (1.4.20)]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[?:?]
        at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274) ~[?:?]
        at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) ~[?:?]
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59) ~[?:?]
        at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) ~[?:?]
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38) ~[?:?]
        at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) ~[?:?]
        at net.mamoe.mirai.internal.QQAndroidBot.close(QQAndroidBot.kt:77) ~[?:?]
        at net.mamoe.mirai.internal.AbstractBot.login(AbstractBot.kt:136) ~[?:?]
        at net.mamoe.mirai.internal.AbstractBot$login$1.invokeSuspend(AbstractBot.kt) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[org.kotlinlang-kotlin-stdlib-1.4.20.jar:1.4.20-release-308 (1.4.20)]
        at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:178) ~[?:?]
        at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:166) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:397) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:431) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$default(CancellableContinuationImpl.kt:420) ~[?:?]
        at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:328) ~[?:?]
        at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1408) ~[?:?]
        at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1519) ~[?:?]
        at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:323) ~[?:?]
        at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:240) ~[?:?]
        at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:906) ~[?:?]
        at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:863) ~[?:?]
        at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:828) ~[?:?]
        at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100) ~[?:?]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) ~[org.kotlinlang-kotlin-stdlib-1.4.20.jar:1.4.20-release-308 (1.4.20)]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) ~[?:?]
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) ~[?:?]

额外说明

TabooLib 共存问题

问题描述

与 TabooLib 插件或以其为依赖库的插件同时使用时会出现问题,具体表现为 MiraiMC 插件文件变为MiraiMC.bak,并新增文件(TabooLib) MiraiMC.jar,从而导致基于 MiraiMC 的插件无法使用

复现方法

  1. 安装 MiraiMC
  2. 安装带有 TabooLib 的插件

版本类型

  • Minecraft 服务端版本:Any
  • MiraiMC 插件版本:Any

服务器日志

System Info: Java 16 (OpenJDK 64-Bit Server VM 16.0.1+9) Host: Windows 10 10.0 (amd64)
Loading libraries, please wait...
[23:56:50 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[23:56:50 INFO]: Reloading ResourceManager: Default, bukkit
[23:56:51 INFO]: Loaded 7 recipes
[23:56:53 INFO]: Starting minecraft server version 1.17.1
[23:56:53 INFO]: Loading properties
[23:56:53 INFO]: This server is running Purpur version git-Purpur-1261 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 325d6c3 on HEAD)
[23:56:53 INFO]: Debug logging is disabled
[23:56:53 INFO]: Server Ping Player Sample Count: 12
[23:56:53 INFO]: Using 4 threads for Netty based IO
[23:56:53 INFO]: Default game type: SURVIVAL
[23:56:53 INFO]: Generating keypair
[23:56:53 INFO]: Starting Minecraft server on *:25565
[23:56:53 INFO]: Using default channel type
[23:56:55 INFO]: (io.izzel.taboolib.module.dependency.TDependency:54) [TabooLib] Loading org.kotlinlang-kotlin-stdlib-1.5.10.jar
[23:57:14 INFO]: (io.izzel.taboolib.module.dependency.TDependency:54) [TabooLib] Loading org.kotlinlang-kotlin-stdlib-jdk7-1.5.10.jar
[23:57:15 INFO]: (io.izzel.taboolib.module.dependency.TDependency:54) [TabooLib] Loading org.kotlinlang-kotlin-stdlib-jdk8-1.5.10.jar
[23:57:15 INFO]: (io.izzel.taboolib.module.dependency.TDependency:54) [TabooLib] Loading org.kotlinlang-kotlin-reflect-1.5.10.jar
[23:57:40 INFO]: (io.izzel.taboolib.module.dependency.TDependency:54) [TabooLib] Loading com.mongodb-mongodb-3.12.2.jar
[23:57:58 INFO]: (io.izzel.taboolib.compat.LegacyLoader:51) [TabooLib] Updating MiraiMC...
[23:58:44 WARN]: [TabooLib] The Server will be restart now.
[23:58:47 INFO]: (io.izzel.taboolib.module.i18n.version.I18n11700:61) [TabooLib] Loading Assets...
[23:58:47 WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_17_R1/IChatBaseComponent
[23:58:47 WARN]:        at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3305)
[23:58:47 WARN]:        at java.base/java.lang.Class.getConstructor0(Class.java:3510)
[23:58:47 WARN]:        at java.base/java.lang.Class.newInstance(Class.java:623)
[23:58:47 WARN]:        at io.izzel.taboolib.module.inject.TInjectAsm.postLoad(TInjectAsm.java:25)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$8(TabooLibLoader.java:267)
[23:58:47 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:264)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:65)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:195)
[23:58:47 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:195)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.init(TabooLibLoader.java:88)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLib.<clinit>(TabooLib.java:88)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.util.ILoader.forName(ILoader.java:89)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.initialize(PluginBoot.java:296)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.<clinit>(PluginBoot.java:77)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:47 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71)
[23:58:47 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153)
[23:58:47 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414)
[23:58:47 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322)
[23:58:47 WARN]:        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393)
[23:58:47 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:286)
[23:58:47 WARN]:        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1201)
[23:58:47 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[23:58:47 WARN]:        at java.base/java.lang.Thread.run(Thread.java:831)
[23:58:47 WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.IChatBaseComponent
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:716)
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:586)
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[23:58:47 WARN]:        ... 30 more
[23:58:47 WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_17_R1/PathfinderGoal
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010)
[23:58:47 WARN]:        at io.izzel.taboolib.util.asm.AsmClassLoader.createNewClass(AsmClassLoader.java:19)
[23:58:47 WARN]:        at io.izzel.taboolib.util.asm.AsmVersionControl.translate(AsmVersionControl.java:177)
[23:58:47 WARN]:        at io.izzel.taboolib.module.inject.TInjectAsm.postLoad(TInjectAsm.java:25)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$8(TabooLibLoader.java:267)
[23:58:47 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:264)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:65)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:195)
[23:58:47 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:47 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:195)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLibLoader.init(TabooLibLoader.java:88)
[23:58:47 WARN]:        at io.izzel.taboolib.TabooLib.<clinit>(TabooLib.java:88)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.util.ILoader.forName(ILoader.java:89)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.initialize(PluginBoot.java:296)
[23:58:47 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.<clinit>(PluginBoot.java:77)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:47 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:47 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71)
[23:58:47 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153)
[23:58:47 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414)
[23:58:47 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322)
[23:58:47 WARN]:        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393)
[23:58:47 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:286)
[23:58:47 WARN]:        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1201)
[23:58:47 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[23:58:47 WARN]:        at java.base/java.lang.Thread.run(Thread.java:831)
[23:58:47 WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.PathfinderGoal
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:716)
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:586)
[23:58:47 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[23:58:47 WARN]:        ... 30 more
[23:58:48 WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_17_R1/PathfinderGoalSelector
[23:58:48 WARN]:        at io.izzel.taboolib.module.ai.internal.InternalPathfinderExecutor.<init>(InternalPathfinderExecutor.java:35)
[23:58:48 WARN]:        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[23:58:48 WARN]:        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
[23:58:48 WARN]:        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[23:58:48 WARN]:        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[23:58:48 WARN]:        at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128)
[23:58:48 WARN]:        at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350)
[23:58:48 WARN]:        at java.base/java.lang.Class.newInstance(Class.java:642)
[23:58:48 WARN]:        at io.izzel.taboolib.module.inject.TInjectAsm.postLoad(TInjectAsm.java:25)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$8(TabooLibLoader.java:267)
[23:58:48 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:264)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:65)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:195)
[23:58:48 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:195)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.init(TabooLibLoader.java:88)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLib.<clinit>(TabooLib.java:88)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.util.ILoader.forName(ILoader.java:89)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.initialize(PluginBoot.java:296)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.<clinit>(PluginBoot.java:77)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:48 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71)
[23:58:48 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153)
[23:58:48 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414)
[23:58:48 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322)
[23:58:48 WARN]:        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393)
[23:58:48 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:286)
[23:58:48 WARN]:        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1201)
[23:58:48 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[23:58:48 WARN]:        at java.base/java.lang.Thread.run(Thread.java:831)
[23:58:48 WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.PathfinderGoalSelector
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:716)
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:586)
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[23:58:48 WARN]:        ... 34 more
[23:58:48 WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_17_R1/Packet
[23:58:48 WARN]:        at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
[23:58:48 WARN]:        at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3305)
[23:58:48 WARN]:        at java.base/java.lang.Class.getConstructor0(Class.java:3510)
[23:58:48 WARN]:        at java.base/java.lang.Class.newInstance(Class.java:623)
[23:58:48 WARN]:        at io.izzel.taboolib.module.inject.TInjectAsm.postLoad(TInjectAsm.java:25)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$8(TabooLibLoader.java:267)
[23:58:48 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:264)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:65)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:195)
[23:58:48 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:58:48 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:195)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLibLoader.init(TabooLibLoader.java:88)
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLib.<clinit>(TabooLib.java:88)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.util.ILoader.forName(ILoader.java:89)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.initialize(PluginBoot.java:296)
[23:58:48 WARN]:        at ink.ptms.adyeshach.boot.PluginBoot.<clinit>(PluginBoot.java:77)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[23:58:48 WARN]:        at java.base/java.lang.Class.forName(Class.java:466)
[23:58:48 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71)
[23:58:48 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153)
[23:58:48 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414)
[23:58:48 WARN]:        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322)
[23:58:48 WARN]:        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393)
[23:58:48 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:286)
[23:58:48 WARN]:        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1201)
[23:58:48 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[23:58:48 WARN]:        at java.base/java.lang.Thread.run(Thread.java:831)
[23:58:48 WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.Packet
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:716)
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:586)
[23:58:48 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[23:58:48 WARN]:        ... 30 more
[23:58:48 INFO]: The server is running TabooLib 5.7.2, booting by Adyeshach.
[23:58:48 ERROR]: Could not load 'plugins\MiraiMC-release_3.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.io.FileNotFoundException: plugins\MiraiMC-release_3.jar does not exist
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:87) ~[patched_1.17.1.jar:git-Purpur-1261]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.17.1.jar:git-Purpur-1261]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.17.1.jar:git-Purpur-1261]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:286) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1201) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Purpur-1261]
        at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.io.FileNotFoundException: plugins\MiraiMC-release_3.jar does not exist
        ... 8 more
[23:58:48 INFO]: [Adyeshach] Loading Adyeshach v1.2.24
[23:58:48 ERROR]: [org.bukkit.craftbukkit.v1_17_R1.CraftServer] Cannot invoke "io.izzel.taboolib.module.nms.NMS.getTPS()" because the return value of "io.izzel.taboolib.module.nms.NMS.handle()" is null initializing Adyeshach v1.2.24 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "io.izzel.taboolib.module.nms.NMS.getTPS()" because the return value of "io.izzel.taboolib.module.nms.NMS.handle()" is null
        at io.izzel.taboolib.TabooLibAPI.getTPS(TabooLibAPI.java:90) ~[TabooLib.jar:?]
        at ink.ptms.adyeshach.boot.PluginBoot.onLoad(PluginBoot.java:101) ~[?:?]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:399) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:286) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1201) ~[patched_1.17.1.jar:git-Purpur-1261]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Purpur-1261]
        at java.lang.Thread.run(Thread.java:831) [?:?]
[23:58:48 INFO]: Server permissions file permissions.yml is empty, ignoring it
[23:58:48 INFO]: Preparing level "world"
[23:58:48 WARN]: java.lang.NullPointerException: Cannot invoke "io.izzel.taboolib.module.nms.NMS.isRunning()" because the return value of "io.izzel.taboolib.module.nms.NMS.handle()" is null
[23:58:48 WARN]:        at io.izzel.taboolib.TabooLib.lambda$static$0(TabooLib.java:92)
[23:58:48 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[23:58:48 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[23:58:48 WARN]:        at java.base/java.lang.Thread.run(Thread.java:831)
[23:58:48 INFO]: Preparing start region for dimension minecraft:overworld
[23:58:48 INFO]: Time elapsed: 151 ms
[23:58:48 INFO]: Preparing start region for dimension minecraft:the_nether
[23:58:48 INFO]: Time elapsed: 69 ms
[23:58:48 INFO]: Preparing start region for dimension minecraft:the_end
[23:58:49 INFO]: Time elapsed: 67 ms
[23:58:49 INFO]: [Adyeshach] Enabling Adyeshach v1.2.24
[23:58:49 INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[23:58:49 INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[23:58:49 INFO]: [TabooLib][INFO] 插件 TabooLib 注册新的连接池: jdbc:sqlite:plugins\TabooLib\playerdata\v2\data.db
[23:58:49 INFO]: Running delayed init tasks
[23:58:49 INFO]: Done (116.532s)! For help, type "help"
[23:58:49 INFO]: Stopping server
[23:58:49 INFO]: [Adyeshach] Disabling Adyeshach v1.2.24
[23:58:49 INFO]: Saving players
[23:58:49 INFO]: Saving worlds
[23:58:49 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[23:58:50 INFO]: (io.izzel.taboolib.module.i18n.version.I18n11700:68) [TabooLib] Loading Successfully. (2478ms)
[23:58:52 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[23:58:52 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[23:58:53 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[23:58:53 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[23:58:53 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[23:58:53 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[23:58:54 INFO]: Flushing Chunk IO
> [23:58:54 INFO]: Closing Thread Pool
[23:58:54 INFO]: Closing Server

发送消息命令支持 mirai 格式码

如果可以的话 我希望能用指令发送/plugins/miraimc/下的图片,用一定的placeholder发送“@全体人员”之类的消息。
或许占位符可以设计为[@ALL] [pic./img/xxx.png]这样子的?

Originally posted by @fr1g in #131

无法通过Maven引入MiraiMC依赖:io.github.dreamvoid:MiraiMC-Integration:jar:1.6 的POM文件无效

问题描述

如题,使用的是IDEA 2021.2.3版本,Less233的Maven镜像

复现方法

  1. 引入MiraiMC Integration

服务端类型

Bukkit(包括Paper)

服务端版本

spigot-api 1.18-R0.1-SNAPSHOT

MiraiMC 插件版本

1.6

服务端日志

淦,必填那我就填我更新Maven的日志得了
[WARNING] The POM for io.github.dreamvoid:MiraiMC-Integration:jar:1.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details

额外说明

Java1.8.0
Windows NT/10 x64
IDEA 2021.2.3
Maven3.6.3
引入Maven来自仓库:

        <!-- Lss233 Maven repo -->
        <repository>
            <id>lss233-minecraft</id>
            <url>http://lss233.littleservice.cn/repositories/minecraft</url>
        </repository>
        <!-- MvnMavenRepo -->
        <repository>
            <id>mvn-repository</id>
            <url>http://maven.nuxeo.org/nexus/content/groups/public</url>
        </repository>
        <!-- SpigotMavenRepo -->
        <repository>
            <id>spigot-repo</id>
            <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
        </repository>

事件

v1.1 里面与消息,好友,机器人有关的事件没有直接获取到Mirai core提供的 Friend对象和bot对象 只能获取到相应的QQ号,。 是打算在后面 在api里面再造一些 api用的Friend类或者Bot类吗...

希望能获得被回复的消息内容

功能描述

建议增加获得“被回复的消息”的内容的功能,即当群内有人回复之前的某一条消息时,能便捷地获得该条消息的详细信息(event.getRepliedMessage之类)

使用方法

  1. qwq

额外说明

qwqwq

无法登录,报错

服务器版本1.7.10 Uranium核心 模组服
MiraiMC版本1.3.2
Chat2qq版本1.2.2
报错内容如下:
[19:42:03 INFO]: [MiraiMC] 登录新的机器人账号: xxxxx, 协议: ANDROID_PHONE
[19:42:04 WARN]: Exception in thread "Craft Scheduler Thread - 0"
[19:42:04 WARN]: org.apache.commons.lang.UnhandledException: Plugin MiraiMC v1.3.2 generated an exception while executing task 3
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: kotlin.jvm.internal.MutablePropertyReference1Impl.(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
at io.ktor.client.HttpClientConfig.(HttpClientConfig.kt)
at io.ktor.client.HttpClientKt.HttpClient(HttpClient.kt:41)
at net.mamoe.mirai.internal.MiraiImpl.(MiraiImpl.kt:136)
at net.mamoe.mirai.internal.MiraiImpl$INSTANCE.(MiraiImpl.kt:70)
at net.mamoe.mirai.internal.MiraiImpl$INSTANCE.(MiraiImpl.kt)
at net.mamoe.mirai.internal.MiraiImpl.(MiraiImpl.kt)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cc.uraniummc.util.NMSClassUtil.forName0(NMSClassUtil.java:51)
at cc.uraniummc.util.NMSClassUtil.forName(NMSClassUtil.java:37)
at net.mamoe.mirai.FindMiraiInstanceKt.findMiraiInstance(findMiraiInstance.kt:18)
at net.mamoe.mirai._MiraiInstance.get(IMirai.kt:347)
at net.mamoe.mirai.Mirai.getInstance(IMirai.kt:43)
at net.mamoe.mirai.BotFactory$INSTANCE.newBot(BotFactory.kt:119)
at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:161)
at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94)
at me.dreamvoid.miraimc.bukkit.CommandProcessor$1.run(CommandProcessor.java:59)
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more

[19:42:40 INFO]: [MiraiMC] 登录新的机器人账号: xxxxxxx, 协议: ANDROID_PHONE
[19:42:40 WARN]: Exception in thread "Craft Scheduler Thread - 1"
[19:42:40 WARN]: org.apache.commons.lang.UnhandledException: Plugin MiraiMC v1.3.2 generated an exception while executing task 4
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.mamoe.mirai.internal.MiraiImpl
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cc.uraniummc.util.NMSClassUtil.forName0(NMSClassUtil.java:51)
at cc.uraniummc.util.NMSClassUtil.forName(NMSClassUtil.java:37)
at net.mamoe.mirai.FindMiraiInstanceKt.findMiraiInstance(findMiraiInstance.kt:18)
at net.mamoe.mirai._MiraiInstance.get(IMirai.kt:347)
at net.mamoe.mirai.Mirai.getInstance(IMirai.kt:43)
at net.mamoe.mirai.BotFactory$INSTANCE.newBot(BotFactory.kt:119)
at me.dreamvoid.miraimc.api.MiraiBot.privateBotLogin(MiraiBot.java:161)
at me.dreamvoid.miraimc.api.MiraiBot.doBotLogin(MiraiBot.java:94)
at me.dreamvoid.miraimc.bukkit.CommandProcessor$1.run(CommandProcessor.java:59)
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
第一个为初次登陆时弹出,第二个为多次登录弹出
求解

一点小建议

我看你的 MiraiBot 类必须传入一个继承 JavaPlugin 的 BukkitPlugin 类才可以工作
但是我的插件是用 TabooLib 写的呀, 插件主类是 io.izzel.taboolib.loader.Plugin
所以没有办法用你的方法去构造登陆一个机器人
所以希望可以优化一下 API

Mohist 1.7.10端无法登陆(添加HttpApi支持)

问题描述

使用文档中推荐的Mohist1.7.10端测试时
输入mirai login xxxxx xxxxx后无反应
过一段时间后输入mirai list会显示:xxxxx-离线

复现方法

就只有一个Mohist端和miraimc插件

版本类型

  • Minecraft 服务端版本:Mohist 1.7.10-40
  • MiraiMC 插件版本:1.5

截图

TLORDSIE6FVF3Z%X({RABQH
服务器日志

啥也没有orz

额外说明

调用 MiraiGroupMessageEvent 中的 e.sendMessage 方法时会发送私聊消息而不是群消息

问题描述

使用Bukkit监听MiraiGroupMessageEvent时,调用e.sendMessage方法,机器人会发送一条私聊消息而不是预期群消息。

复现方法

  1. 监听MiraiGroupMessageEvent
  2. 调用sendMessage方法
  3. 预期在群聊内收到消息,实际上在私聊中收到

服务端类型

Bukkit(包括Paper)

服务端版本

Paper-1.18.1

MiraiMC 插件版本

1.6

服务端日志

/

额外说明

No response

MiraiMC 1.6 无法在低版本服务端加载

问题描述

正常将插件放入plugins文件夹并启动服务器
输入MiraiMC没有此命令

复现方法

  1. 正常将插件放入plugins文件夹并启动服务器
  2. 输入MiraiMC没有此命令

服务端类型

Bukkit(包括Paper)

服务端版本

PaperSpigot-f6fba00-9935adc (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)

MiraiMC 插件版本

1.6

服务端日志

见额外说明

额外说明

2022-02-09-1.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.