ESGUI 是一款简单、免费且易于使用的 GUI 商店插件,适用于多种 Minecraft 版本,并提供高度可定制的商店与物品管理体验。
兼容多个 Minecraft 版本
可将服务器商店配置为符合你服务器风格的样式
可直接在游戏内配置商店物品与商店分类,无需修改配置文件
可在游戏内重载所有商店 / 物品,无需重启服务器
可从 Marketplace 浏览或安装预制商店布局
可向商店中添加任意数量的物品
可通过权限设置折扣与出售倍率
可添加超出默认等级限制的附魔
支持多个经济插件提供者
可为不同商店使用不同货币
支持多个主流刷怪笼插件
点击 NPC 即可打开商店
可在服务器中放置实体商店展示台
可从 essentials 的 worth.yml 导入价格
可直接使用 19+ 现有语言文件,或自定义所有消息
为每个受支持的 Minecraft 版本提供默认商店配置
可为不同季节添加价格修正
可将实时交易发送到 Discord
开发时已考虑 Bedrock 玩家兼容性
可在服务器中使用物品占位符
支持附魔物品、药水 / 光灵箭、刷怪笼、KnowLedge books、PlayerHeads、带 RGB 颜色的皮革护甲、带效果的烟花、goat horns、stew effects、自定义盔甲纹饰、ominous bottles 等
可使用 /eshop logs export 导出交易数据,以获得更深入的分析
/shop打开主商店
/shop <section>直接打开指定商店分类,无需先输入 /shop 再手动选择
/sellall inventory出售背包中的所有物品
/sellall <item>出售背包中所有与指定材质匹配的物品
/sellall hand出售当前手中持有的所有物品
/sellgui打开一个 GUI,你可以将要出售的物品放入其中,关闭背包时自动出售
/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>自动从其他插件导入配置
/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>从社区 Marketplace 下载并安装布局
/eshop shopstands give <type> <section> <index>获取一个可放置的 ShopStand 物品
/eshop shopstands destroy <id>根据 ID 销毁一个 ShopStand
/eshop shopstands browse打开 GUI,查看现有 ShopStands
EconomyShopGUI.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允许通过悬停查看商店物品的索引
EconomyShopGUI.sellgui允许打开 SellGUI
EconomyShopGUI.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
EconomyShopGUI.eshop.shopstands.browse允许打开 ShopStands 菜单并查看现有 ShopStands
EconomyShopGUI.eshop.shopstands.edit允许通过 Shift + 点击编辑 ShopStand
EconomyShopGUI.eshop.shopstands.create允许放置 ShopStand 物品并创建新的实体展示台
Vault注意:Vault 依赖一个经济插件,例如 Essentials
PlayerPointsCoinsEngineGemsEconomyUltraEconomyVotingPluginzEssentialsVaultPlayerPointsCoinsEngineUltraEconomyGemsEconomyVotingPluginzEssentialsSilkSpawnersV1RoseStackerWildStackerMineableSpawnersUltimateStackerSilkSpawnersV2SpawnerMetaSpawnerLegacySmartSpawnerAutoSellChestsRealisticSeasonsSellWandDeluxeSellWandsWildToolsWildChestsDiscordSRVCitizensZNPCsPlaceholderAPIQuestsItemPriceTagEnglishDutch (Outdated)GermanSpanish (Outdated)discord support serverdiscord support serverbStats 查看crowdin 找到EconomyShopGUI Premium 已推出,提供更多功能,例如 command items、带 NBT Data 的自定义物品、GUI 编辑器等,可点击插件页面查看IP: testserver.gpplugins.com
1.8-1.21 skyblock test server欢迎访问 EconomyShopGUI 的完整 Wiki 与文档页面。该页面提供了关于此插件的全面指南、配置说明和最新信息,是管理和使用本插件的最佳资源。
所有关于 EconomyShopGUI 插件的详细文档、配置指南、命令列表、权限说明及常见问题解答,均可在我们的官方 Wiki 页面找到。
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:1,270,148 | 历史访问人次:1,575,822
今日访问人数:2,956 | 今日访问人次:3,234
昨日访问人数:24,872 | 昨日访问人次:28,029
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6