1 279
收录服务器
1 756
注册
33 417
玩家
SellWands 售卖魔杖
姐妹插件AutoSell
作 者 LMBishop
发布时间 2017年5月14日
支持核心 Spigot
原生版本
支持版本
点此下载

🪄 SellWands 插件

SellWands 插件现已不再维护。由于作者在编写该插件时的 Java 知识和编程技能有限,建议用户寻找替代方案。

📜 指令

  • /sellwands - 给玩家提供 Sell Wands 或重新加载插件。
  • /sellwand - 给自己一个 Sell Wand(类似于 WorldEdit 的 //wand)。

🔑 权限

  • sellwands.give - 给予 Sell Wands 的权限。
  • sellwands.use - 使用 Sell Wands 的权限。
  • sellwands.giveself - 使用 /sellwand 指令的权限。

⚙️ 配置示例

use-essentials-worth-yml: false
cooldown: 30
prices:
  dirt: 1.0
item:
  name: '&2Sell-Wand'
  type: 'DIAMOND_HOE'
  lore:
   - '&7Right-click a chest with'
   - '&7this wand to sell it''s'
   - '&7contents.'
  enchanted: true
  uses: -1
price-multiplier: 1.0
messages:
  cooldown: '&cYou must wait %seconds% seconds to sell again.'
  sale: '&2+ $%amount%'
  item-give: '&aGiven %player% a sell wand.'
  item-receive: '&aReceived a sell wand.'
  item-use: '&aYour sell wand now has &2%uses% &auses left.'
  item-break: '&cYour sell wand has no more uses left.'