|
GShop(G购物)Github |相关wiki |源站链接支持: fabric一个服务端模组,增加了各种商店功能。GShop是一个Gunpowder(火药)的插件,增加了商店功能。
命令
*/shop <shopname>* - 需要权限节点 _gshop.viewshop.<shopname>_ - 打开名为<shopname>的商店。
*/showshop <target> <shopname>* - 需要权限节点 _gshop.showshop_ - 为<target>打开名为<shopname>的商店。
*/shopconfigurator export-itemstack* - 需要权限节点 _gshop.config_ - 返回您手中物品栏中物品的字符串化NBT表示形式。
配置
商店配置示例:
shops:
- name: \"default\"
categories:
- name: \"items\"
icon:
type: \"ITEM_STACK\"
stack: \"{id:\\\"minecraft:apple\\\",Count:1b}\"
entries:
- type: \"ITEM_STACK\"
stack: \"{id:\\\"minecraft:apple\\\",Count:1b}\"
priceToBuy: 10
priceToSell: 10
- name: \"commands\"
icon:
type: \"ITEM_STACK\"
stack: \"{id:\\\"minecraft:stone_pickaxe\\\",Count:1b,tag:{Damage:0}}\"
entries:
- type: \"COMMAND\"
command: \"lp user --buyer-- permission set test.test true\"
icon: \"{id:\\\"minecraft:stone\\\",Count:1b,tag:{RepairCost:0,display:{Name:\'{\\\"text\\\":\\\"Permission Node: test.test\\\"}\'}}}\"
priceToBuy: 100Copy已复制!
商店配置包括商店名称、商店分成的类别、每个类别的图标和条目。例如,有一个名为“items”的类别,包含有关商品的信息,还有一个名为“commands”的类别,包含具体的操作命令。
来自Modrinth所有游戏版本1.16.5所有类型fabric1.0.1gshop-1.0.1+gunpowder.0.5.5.mc.1.16.5.jar下载1.0.1#Release- Fixed being able to take button itemstacks- Fixed stack count sometimes going over maximum- Fixed having >9 categories/entries not working展开版本: 1.0.1支持游戏: 1.16.5类型:FabricRelease下载次数: 2491.0.0gshop-1.0.0+gunpowder.0.4.1.mc.1.16.5.jar下载1.0.0#Release展开版本: 1.0.0支持游戏: 1.16.5类型:FabricRelease下载次数: 137全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
GShop(G购物)-MOD模组 |
楼主
2025-8-10 17:53:23
回复(0)
收起回复
|