应该是ForgeEssentials 这个mod导致的命令重复注册问题
浅搜了一下这个mod(
这个mod是让原版forge端有和ess一样的功能
但是我看日志中服务器核心是catserver,catserver是支持ess的,所以加这个什么forgeessential还不如直接加ess插件....
浅搜了一下这个mod(
这个mod是让原版forge端有和ess一样的功能
但是我看日志中服务器核心是catserver,catserver是支持ess的,所以加这个什么forgeessential还不如直接加ess插件....
BlessAzek 发表于 2023-1-23 21:40
应该是ForgeEssentials 这个mod导致的命令重复注册问题
浅搜了一下这个mod(
已卸载还是不能启动
咸鱼523 发表于 2023-1-23 21:54
已卸载还是不能启动
啊...找到问题了,原因是 authme 连接数据库时出了问题
[20:25:57] [Server thread/INFO] [fr.xephi.authme.AuthMe]: [AuthMe] Enabling AuthMe v5.4.0-b1877
[20:25:58] [Server thread/INFO] [fr.xephi.authme.AuthMe]: [AuthMe] Created column 'regdate' and set the current timestamp, 1674476758126, to all 0 rows
[20:25:58] [Server thread/INFO] [fr.xephi.authme.AuthMe]: [AuthMe] SQLite Setup finished
[20:25:58] [Server thread/WARN] [fr.xephi.authme.AuthMe]: [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke method 'setup' for fr.xephi.authme.permission.PermissionsManager@787f8c58
[20:25:58] [Server thread/WARN] [fr.xephi.authme.AuthMe]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
[20:25:58] [Server thread/INFO] [fr.xephi.authme.AuthMe]: [AuthMe] Waiting for 0 tasks to finish
[20:25:58] [Server thread/INFO] [fr.xephi.authme.AuthMe]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
出问题时根据默认配置会自动停掉服务器,它在authme中的对应配置;
Security:
SQLProblem:
# Stop the server if we can't contact the sql database
# Take care with this, if you set this to false,
# AuthMe will automatically disable and the server won't be protected!
stopServer: true
问题已解决但不干扰我回答问题。不要给我评分。
出现此问题是 Authme 和 LuckPerms 冲突所致。
你需要更新 Authme 至最新版才可解决此类问题。
https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/
出现此问题是 Authme 和 LuckPerms 冲突所致。
你需要更新 Authme 至最新版才可解决此类问题。
https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/