1 450
收录服务器
2 150
注册
26 038
玩家
BeastWithdraw 多重取款
野兽在水龙头上撤回插件!提取Exp/Money|存储在NBT中的数据
作 者 MrAxeTv
发布时间 2015年10月28日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20
点此下载

🔥 BeastWithdraw 插件介绍 🔥

BeastWithdraw 是一款适用于 Minecraft 旧版本(< 1.13)的插件,支持将经验值和金钱兑换为瓶装经验或纸币,并具有多种自定义选项和权限设置。

💰 主要功能 💰

  • 将经验值兑换到 XpBottle。
  • 将金钱兑换到 CasNote。
  • 根据权限设置自定义兑换限额。
  • 玩家使用兑换或赎回时播放声音。
  • 物品上的金额格式化显示。
  • 可选择禁用在制作和与村民交易中使用兑换物品。
  • 数据以 NBT 标签形式存储。
  • 丰富的配置选项。

⚠️ 注意事项 ⚠️

如果要向 Kit、Koth 或类似物品中添加兑换物品,您的插件需要支持 NBT 数据存储。

🔧 安装 🔧

下载 jar 文件并放入 Plugins 文件夹。金钱兑换依赖经济插件,如 EssentialsX 和 Vault。之后运行服务器并设置配置文件即可。

📜 命令 📜

  • /XpBottle - 将经验值兑换到瓶子!
  • /XpBottle - 将经验值按等级兑换到瓶子(/XpBottle 10L),会自动重新计算为经验值!
  • /Withdraw - 将现金兑换到纸币!
  • /BeastWithdraw giveXpBottle - 给玩家一个 XP 瓶( 可选!)
  • /BeastWithdraw giveXpBottleAll - 给所有在线玩家一个 XP 瓶( 可选!)
  • /BeastWithdraw giveCashNote - 给玩家一张现金券( 可选!)
  • /BeastWithdraw giveCashNoteAll - 给所有在线玩家一张现金券( 可选!)
  • /BeastWithdraw reload - 重新加载插件!
  • /BeastWithdraw version - 检查版本!
  • /BeastWithdraw help - 获取帮助!

📋 权限 📋

  • BeastWithdraw.XpBottle.Withdraw - 使用 /XpBottle 的权限。
  • BeastWithdraw.CashNote.Withdraw - 使用 /Withdraw 的权限。
  • BeastWithdraw.XpBottle.Redeem - 消耗带经验值的瓶子的权限。
  • BeastWithdraw.CashNote.Redeem - 消耗现金券的权限。
  • BeastWithdraw.XpBottle.Withdraw.All - 允许玩家兑换所有经验值。
  • BeastWithdraw.CashNote.Withdraw.All - 允许玩家兑换所有金钱。
  • BeastWithdraw.XpBottle.Bypass.Fee - 允许玩家绕过经验值兑换费用。
  • BeastWithdraw.XpBottle.Bypass.Tax - 允许玩家绕过经验值兑换税。
  • BeastWithdraw.CashNote.Bypass.Fee - 允许玩家绕过现金兑换费用。
  • BeastWithdraw.CashNote.Bypass.Tax - 允许玩家绕过现金兑换税。
  • BeastWithdraw.XpBottle.Drop - 死亡时掉落经验值到瓶子的权限。
  • BeastWithdraw.Admin - 使用管理命令的权限。

🔧 API 🔧

代码(Java):
BeastWithdraw.getInstance().getItemManger()...
BeastWithdraw.getInstance().getXpManger()...
即将推出自定义事件 :)