26790top
如题,玩家A输入/trade 玩家B的ID后,玩家B出现插件正常提示“是否接受 [接受] [拒绝]”的提示,点击“接受”后出现如下报错(手动输入/trade accept一样)
  1. [16:21:00 INFO]: Dusk_ issued server command: /trade TOP_Y
  2. [16:21:03 INFO]: TOP_Y issued server command: /trade accept
  3. [16:21:03 ERROR]: null
  4. org.bukkit.command.CommandException: Unhandled exception executing command 'trade' in plugin TradeMe v6.0.0.5
  5.         at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  6.         at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  7.         at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  8.         at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1397) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  9.         at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  10.         at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  11.         at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  12.         at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  13.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_201]
  14.         at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_201]
  15.         at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  16.         at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  17.         at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  18.         at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  19.         at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  20.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  21. Caused by: java.lang.NoSuchMethodError: org.black_ixx.playerpoints.PlayerPointsAPI.look(Ljava/util/UUID;)I
  22.         at me.Zrips.TradeMe.SpecialActionPack.PlayerPointsUtil.Buttons(PlayerPointsUtil.java:109) ~[?:?]
  23.         at me.Zrips.TradeMe.Util.updateAmountOffer(Util.java:972) ~[?:?]
  24.         at me.Zrips.TradeMe.commands.list.accept.perform(accept.java:77) ~[?:?]
  25.         at me.Zrips.TradeMe.commands.CommandsHandler.onCommand(CommandsHandler.java:195) ~[?:?]
  26.         at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar:git-Spigot-642f6d2-57ab4cf]
  27.         ... 15 more
复制代码
如你所见:服务器为spigot-1.12.2-b1648;插件版本6.0.0.5,vault有Residence有PlayerPoints也有,求大佬解救。


Narcissu14
更新playerpoints