• 游客, 欢迎您来到九域资源社区,如果您是新人,请前往 论坛公告 板块查看新人引导教程 或者 点我打开
    如果您发现没有下载许可, 请先验证邮箱再进行下载;金锭可通过每日登陆或资源出售获取,目前没有其他渠道可获取。
ZPokeStoreSQL — 宝可梦数据跨服同步[1.12.2/1.16.5]

Bukkit ZPokeStoreSQL — 宝可梦数据跨服同步[1.12.2/1.16.5] 1.3-SNAPSHOT

没有购买权限 (10 金锭)
◆ 支持核心
CatServer,Spigot,PaperSpigot,Magma
◆ 插件前置
ZPokeStoreSQL
请服主自行安装MySQL
插件功能:玩家退出时保存出战队伍和PC数据,上线的时候加载数据
1704982561505.png
  • Like
反馈: wldtb

最新更新

  1. 修复

    将PC数据类型从BLOB改为LONGBLOB,防止数据过长导致报错 1.16.5版本内置PC显示空的修复
  2. 更新

    玩家uuid存储改为玩家名存储 增加手动加载数据指令,避免某些服监听不到登录事件 /zpokestoresql load [玩家名]
  3. 修复数据库连接问题

    如题

最新评论

什么时候修一下1.16.5PC
1.16.5版本中PC内宝可梦无法同步,或者精灵会变成空数据(PC中无法见到这个位置有精灵,同时也无法取出这个位置的精灵,往这个位置放精灵还会变得乱七八糟)
YuaZer
YuaZer
目前不支持1.16.5
[15:08:50] [Server thread/INFO]: [ZPokeStoreSQL] Enabling ZPokeStoreSQL v1.0-SNAPSHOT
[15:08:50] [Server thread/WARN]: java.sql.SQLNonTransientConnectionException: Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the main URL sections.
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:79)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:131)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:221)
[15:08:50] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
[15:08:50] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
[15:08:50] [Server thread/WARN]: at io.github.yuazer.zpokestoresql.database.MySQLDatabase.createDatabaseIfNotExists(MySQLDatabase.java:36)
[15:08:50] [Server thread/WARN]: at io.github.yuazer.zpokestoresql.Main.onEnable(Main.java:38)
[15:08:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[15:08:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351)
[15:08:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
[15:08:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:412)
[15:08:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:323)
[15:08:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_240787_a_(MinecraftServer.java:439)
[15:08:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_240800_l__(MinecraftServer.java:345)
[15:08:50] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:218)
[15:08:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:737)
[15:08:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265)
[15:08:50] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
[15:08:50] [Server thread/WARN]: Caused by: com.mysql.cj.exceptions.UnableToConnectException: Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the main URL sections.
[15:08:50] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:08:50] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
[15:08:50] [Server thread/WARN]: ... 16 more
[15:08:50] [Server thread/WARN]: Caused by: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the main URL sections.
[15:08:50] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:08:50] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.conf.ConnectionUrlParser.parseConnectionString(ConnectionUrlParser.java:163)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.conf.ConnectionUrlParser.<init>(ConnectionUrlParser.java:137)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.conf.ConnectionUrlParser.parseConnectionString(ConnectionUrlParser.java:119)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.conf.ConnectionUrl.getConnectionUrlInstance(ConnectionUrl.java:279)
[15:08:50] [Server thread/WARN]: at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:195)
[15:08:50] [Server thread/WARN]: ... 15 more
[15:08:50] [Server thread/ERROR]: [ZPokeStoreSQL] 无法创建数据库!
YuaZer
YuaZer
已修复
问一下,有没有那位老哥用了,支持1.16.5吗
YuaZer
YuaZer
目前只写了1.12.2的,我看没什么1.16.5的群组宝可梦服,就没写