
# BeastWithdraw
这个插件允许你的玩家使用货币,例如金钱、经验、代币等来兑换实物物品。
服务器管理员也可以直接给予兑换物品。
如果你有任何问题,请在[Discord](https://discord.gg/YtBykMXjpw '点击加入')上联系我!
## 特性
- 使用这个插件你需要将 BeastLib 安装到你的插件文件夹中
- 将经验兑换为 XpBottle。
- 将金钱兑换为 CasNote。
- 兑换 BeastTokens
- 兑换自定义限制,基于权限
- 玩家使用兑换或兑换时播放音效
- 物品上显示格式化的值
- 选项禁用在合成和与村民交易中使用兑换物品
- 数据存储为 NBT 标签
- 丰富的配置选项。
- 很快会有更多新功能
- 我们接受建议
[](https://discord.gg/YtBykMXjpw '点击加入')
## 依赖
要运行此插件,你需要安装 [BeastLib](https://www.spigotmc.org/resources/beastlib.108586/ '点击下载')
## 安装
- 下载插件和依赖 jar 文件,放入你的 Plugins 文件夹。
- 金钱兑换依赖于经济插件,例如 EssentialsX 和 Vault。
## 指令
/XpBottle <瓶子数量> 或 <全部> - 将你的经验兑换为瓶子 (通过添加 'l' 兑换等级 /XpBottle 10L)!
/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 - 允许使用 Staff 指令。