Ray_Hughes
主要是高版本改了写法 我也是服了
  1. double getBalance(org.bukkit.OfflinePlayer player,
  2.                 String world)
  3. Gets balance of a player on the specified world. IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
  4. Parameters:
  5. player - to check
  6. world - name of the world
  7. Returns:
  8. Amount currently held in players account
复制代码
这怎么调用啊
OfflinePlayer
我吐了 救救我

白灯
Player 继承的 OfflinePlayer,用 Player 也可以。

天辉胡萝卜
  1. Bukkit#getOfflinePlayer(uuid);
复制代码

Ray_Hughes

又是大佬你诶 解决了 谢谢!