1 410
收录服务器
2 049
注册
25 135
玩家
uShop 简易出售物品商店
在GUI中出售物品,而不是只使用命令!
作 者 MasterCake
发布时间 2015年12月10日
支持核心 Spigot
原生版本
支持版本 1.7,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
点此下载

🛍️ uShop

uShop 插件为服务器提供了一个便捷的物品出售方式。与 Essentials 的默认 /sell 命令不同,uShop 提供了一个友好的图形界面,显示放入 GUI 中每个物品的当前价值。对于生存和空岛服务器,uShop 绝对是必备插件。

🔑 权限

  • ushop.use: 允许玩家使用 uShop。

✨ 主要功能

  • 批量出售物品
  • 支持所有物品,包括附魔物品、带有 lore 和 displayname 的物品。
  • 可自定义 GUI
  • 可添加 Flags,以便忽略特定的物品 meta 值,例如附魔。
  • 内置 Essentialsx 价值转换器
  • 版本 2 新增功能:能够出售带有 lore、displayname 和附魔的物品。

📖 配置信息

示例配置


# The prefix of the plugin
prefix: "&6[&aShop&6] &r"

# Should the plugin check for updates on startup?
update-check: true

# The inventory title
inventory-title: "&6Shop"

# The price format
price-format: "0.00"

# Should the plugin use the worth values of EssentialsX? (If installed)
use-essentials-worth: false

# Blacklisted materials
blacklist:
  - STONE
  - DIRT

# Should the plugin ignore enchantments?
ignore-enchants: false

# Should the plugin ignore lore?
ignore-lore: false

# Should the plugin ignore durability?
ignore-durability: false

# Should the plugin ignore the displayname?
ignore-displayname: false

# The items
items:
  COBBLESTONE:
    price: 0.1
  STONE:
    price: 0.2
  DIRT:
    price: 0.05
  DIAMOND:
    price: 100
  GOLD_INGOT:
    price: 20
  IRON_INGOT:
    price: 5
  COAL:
    price: 2

🛠️ 指令

此插件没有指令,玩家只需拥有 ushop.use 权限,然后点击放置的箱子/牌子即可打开商店 GUI。

🔗 链接

⚠️ 重要提示

对于 Bukkit 1.7 - 1.12.2,请使用 1.* 版本。