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 插件为服务器提供了一个便捷的物品出售方式。与 Essentials 的默认 /sell 命令不同,uShop 提供了一个友好的图形界面,显示放入 GUI 中每个物品的当前价值。对于生存和空岛服务器,uShop 绝对是必备插件。
ushop.use
: 允许玩家使用 uShop。
# 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.* 版本。