EconomyShopGUI 经济商店GUI | |
---|---|
![]() |
一个简单和免费使用的GUI商店插件 |
作 者 | Gypopo |
发布时间 | 2019年8月1日 |
支持核心 | 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 |
插件详细介绍
ESGUI 是一款简单易用的免费 GUI 商店插件,支持从 1.8.x 到 1.21.x 的 Minecraft 版本。它允许完全自定义物品,使用游戏内命令配置商店物品和类别,无需修改配置文件。支持重新加载商店物品,无需重启服务器。你还可以从 Marketplace 下载预制的商店布局,每个商店支持无限数量的物品,并自动添加不同的物品页面。
ESGUI 还支持使用权限创建折扣和/或销售倍数,添加不安全的附魔,并兼容 Vault、UltraEconomy、PlayerPoints、GemsEconomy 和 zEssentials 等经济插件。它还兼容 MineableSpawners、RoseStacker、SilkSpawners、WildStacker、UltimateStacker 和 SpawnerMeta 等插件。此外,ESGUI 还支持 NPC 商店、物理 ShopStands,并能自动从 essentials worth.yml 导入物品价格。你可以使用多个预制的语言文件或自定义所有消息,并为每个支持的 Minecraft 版本提供预制的商店配置。ESGUI 还支持季节性定价、DiscordSRV Hook、基岩版玩家、PlaceholderAPI 扩展,并能添加不同类型的物品(附魔物品、药水/光谱箭、刷怪笼、知识之书、玩家头颅、带 RGB 颜色的皮革盔甲、带效果的烟花、山羊角、炖菜效果、自定义盔甲装饰、预兆药水),以及交易日志文件,用于跟踪所有最近的购买。
/shop
- 打开主商店/shop <section>
- 直接从命令打开商店部分,而不是输入 /shop 并选择商店部分/sellall inventory
- 出售你背包中的所有物品/sellall <item>
- 出售你背包中所有与指定材料匹配的物品/sellall hand
- 出售你手中拿着的所有物品/sreload
- 重新加载插件/eshop additem <section> <material> <buy price> <sell price>
- 此命令将任何物品添加到商店/eshop edititem <section> <index> <action> <key> <value>
- 此命令将编辑商店中的任何物品/eshop deleteitem <section> <index>
- 此命令将从商店中删除任何物品/eshop addhanditem <section> <buy price> <sell price>
- 此命令允许你将手中的物品添加到商店/eshop import <plugin> <file>
- 允许自动从另一个插件导入配置/sellgui
- 打开一个 GUI,你可以在其中放入物品,以便在关闭库存时出售/eshop addsection <section> <material> <displayname> <place>
- 用于向商店添加空的商店部分/eshop editsection <section> <action> <key> <value>
- 用于编辑现有的商店部分/eshop deletesection <section>
- 用于从 sections.yml 配置中删除商店部分/shopgive <section> <index> [player]
- 管理员命令,用于将商店物品给予玩家/eshop uploadLayout
- 启动你的布局的上传过程/eshop installLayout <layoutID>
- 启动从我们的社区市场下载布局的过程/eshop shopstands give <type> <section> <index>
- 给予自己一个 ShopStand 物品来放置/eshop shopstands destroy <id>
- 按 ID 销毁一个商店摊位/eshop shopstands browse
- 打开一个包含现有商店摊位的 GUIEconomyShopGUI.shop.<section>
- 允许/禁止玩家访问特定的商店部分EconomyShopGUI.sellall.<section>
- 允许/禁止玩家使用 /sellall inventory 命令出售特定商店部分的物品EconomyShopGUI.sellallitem.<section>
- 允许/禁止玩家使用 /sellall <item> 命令出售特定商店部分的物品EconomyShopGUI.sellallhand.<section>
- 允许/禁止玩家使用 /sellall hand 命令出售特定商店部分的物品EconomyShopGUI.sellgui.<section>
- 允许/禁止玩家使用 /sellgui 命令出售特定商店部分的物品默认情况下,每个玩家都有权访问所有商店。要更改此设置,请在权限插件中否定/禁止上述权限。
EconomyShopGUI.shop
- 允许玩家使用商店EconomyShopGUI.shop.<section>
- 允许通过名称打开特定商店部分EconomyShopGUI.shop.all
- 允许打开所有商店部分EconomyShopGUI.sellall
- 允许使用 sellall 命令EconomyShopGUI.sellall.<section>
- 允许使用 /sellall 命令在特定商店部分出售物品EconomyShopGUI.sellall.all
- 允许使用 /sellall 命令在所有商店部分出售物品EconomyShopGUI.sellallitem
- 允许玩家使用 /sellall <item> 命令EconomyShopGUI.sellallitem.<section>
- 允许玩家在特定商店部分使用 /sellall <item> 命令出售物品EconomyShopGUI.sellallitem.all
- 允许玩家使用 /sellall item 命令将物品出售到每个商店部分EconomyShopGUI.sellallhand
- 允许使用 /sellall hand 命令EconomyShopGUI.sellallhand.<section>
- 允许玩家使用 /sellall hand 命令在特定商店部分出售物品EconomyShopGUI.sellallhand.all
- 允许玩家使用 /sellall hand 命令将物品出售到每个商店部分EconomyShopGUI.reload
- 允许重新加载插件EconomyShopGUI.eshop.additem
- 允许使用 additem 子命令EconomyShopGUI.eshop.edititem
- 允许使用 edititem 子命令EconomyShopGUI.eshop.deleteitem
- 允许使用 deleteitem 子命令EconomyShopGUI.eshop.addhanditem
- 允许使用 addhanditem 子命令EconomyShopGUI.eshop.import
- 允许使用 import 子命令EconomyShopGUI.discounts.<group>
- 具有此权限节点的玩家将获得在配置中设置的折扣EconomyShopGUI.sell-multipliers.<group>
- 具有此权限节点的玩家将获得配置中指定的折扣EconomyShopGUI.itemindexes
- 允许查看 shops.yml 中商店物品的索引,以便于自定义EconomyShopGUI.sellgui
- 允许玩家打开 SellGUIEconomyShopGUI.sellgui.<section>
- 允许玩家在特定部分使用 /sellgui 命令出售物品EconomyShopGUI.sellgui.all
- 允许玩家使用 /sellgui 命令将物品出售到所有商店部分EconomyShopGUI.eshop.addsection
- 允许使用 /editshop addsection 命令EconomyShopGUI.eshop.editsection
- 允许使用 /editshop editsection 命令EconomyShopGUI.eshop.deletesection
- 允许使用 /editshop deletesection 命令EconomyShopGUI.eshop.uploadLayout
- 允许使用 /editshop uploadLayout 命令EconomyShopGUI.eshop.installLayout
- 允许使用 /editshop installLayout 命令EconomyShopGUI.eshop.shopstands.give
- 允许给予自己一个 ShopStand 物品EconomyShopGUI.eshop.shopstands.destroy
- 允许对现有的 ShopStands 使用 destroy 命令EconomyShopGUI.eshop.shopstands.browse
- 允许打开显示现有 ShopStands 的 ShopStands 菜单EconomyShopGUI.eshop.shopstands.edit
- 允许 Shift 点击一个 ShopStand 来编辑它EconomyShopGUI.eshop.shopstands.create
- 允许放置 ShopStand 物品,这将创建一个新的物理摊位需要安装以下经济插件之一作为依赖:
如果您有关于插件的问题或需要支持,请加入我们的 Discord 支持服务器。
对插件有建议? 您的建议使插件更好,加入我们的 Discord 服务器,我们将进行研究!
请注意,EconomyShopGUI 是为 Bukkit、Spigot 和 Paper 服务器创建的,即使它可能有效,我们也不会在修改/混合服务器上运行该插件时提供支持。
EconomyShopGUI Premium 具有更多功能,例如命令物品、具有 NBT 数据的自定义物品、GUI 编辑器等等。 点击此处查看插件页面。
如果您还没有确信,您可以在我们的 1.8-1.21 空岛测试服务器上测试该插件。 IP: testserver.gpplugins.com
该插件带有一个 API,供开发人员连接到该插件。
该插件使用 bStats 来收集匿名统计信息,例如有多少服务器/玩家正在使用该插件。 更多信息可以在 bStats 上找到。
该插件的翻译文件可以在 crowdin 上找到
请注意,评论选项卡不用于提问/支持,请加入我们的 Discord 支持服务器!