商店
权限
oxide.grant <user or group> <name or steam id> <permission>
oxide.revoke <user or group> <name or steam id> <permission>
guishop.blockbypass
— 如果玩家被允许进入建筑物限制区域的商店或被突袭封锁,则绕过通行证。(额外旁路限制)guishop.use
— 只有有烫发的玩家才能使用商店(默认组)guishop.admin
— 只有烫发的玩家才能使用清除数据命令(默认管理员)guishop.color
— 只有具有烫发功能的玩家才能使用自定义色盲支持 UI 功能guishop.vip
— 目前不再用于功能更新。guishop.button
— 需要使用/查看热栏 guishop 按钮。
聊天命令
/cleardata
— 清除所有服务器范围播放器保存的 UI 数据/shop
— 打开商店图形用户界面/shopgui
— 隐藏/显示 GUIShop 按钮(需要播放器的 guishop.button 权限)/update
— 运行配置更新程序(需要管理员权限才能使用,根据需要遵循更新说明)/updateold
— 为那些使用没有跟上的真正旧配置的人运行配置更新程序“特殊版本”/resetconditions
— 重置商店条件(需要管理员权限才能使用,根据需要按照更新说明进行操作)
控制台命令
shop.buy
shop.sell
shop.show
(注意,不确定这是否受到影响?guishop.reset
(“F5”控制台命令:这会将您的 GUIShop 配置重置为默认值)
配置
GUIShop
config
指定用于销售物品的播放器容器
- 0 = 容器主
- 1 = 集装箱传送带
- 2 = 集装箱磨损
- 3 = 全部(默认值为 3)
"Allows you to specify which containers you can sell items from": 3,
遗传类型
- 对于您要设置的每个基因类型,它都需要 6 种用字符串包裹的遗传类型,下面是以下示例。
- 所有可用的遗传类型都是这些
case 'g': return GrowableGenetics.GeneType.GrowthSpeed;
case 'y': return GrowableGenetics.GeneType.Yield;
case 'h': return GrowableGenetics.GeneType.Hardiness;
case 'x': return GrowableGenetics.GeneType.Empty;
case 'w': return GrowableGenetics.GeneType.WaterRequirement;
- 示例商店商品
"Hemp Clone": {
"DisplayName": "Hemp Clone",
"CraftAsDisplayName": false,
"Shortname": "clone.hemp",
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": true,
"Image": "",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"KitName": "",
"Command": [],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [
"g",
"g",
"g",
"g",
"y",
"y"
],
"SkinId": 0
},
在 ** 商店 – 商店列表** // 这是存储游戏物品和命令的地方
所有项目现在都是自动生成的!(包括所有商店)带有短名称的 Rust 项目列表。
"Shop - Shop List": {
"Khans Kit": {
"DisplayName": "Khans Kit",
"Shortname": "",
"EnableBuy": true, // This allows people to Buy the item in shop
"EnableSell": false, // This stops people selling the item in shop
"Image": "Link",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1, 10, 25, 50
],
"SellQuantity": [
1, 10, 25, 50
],
"KitName": "KitName", // Should work with kits
"Command": null,
"SkinId": 0
},
"Spawn Car": {
"DisplayName": "Spawn Car",
"Shortname": "",
"EnableBuy": true,
"EnableSell": false,
"Image": "Link",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1, 10, 25, 50
],
"SellQuantity": [
1, 10, 25, 50
],
"KitName": null,
"Command": [ "spawn sedan \"$player.x $player.y $player.z\"" ], // All Commands must use back slashes \ not /.
"SkinId": 0
},
"Calls 1 Heli": {
"DisplayName": "Calls 1 Heli",
"Shortname": "",
"EnableBuy": true,
"EnableSell": false,
"Image": "Link",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1, 10, 25, 50
],
"SellQuantity": [
1, 10, 25, 50
],
"KitName": null,
"Command": [ "callheli pos \"$player.x $player.y $player.z\ 1"" ], // Calls heli with Heli Control Plugin by Shady
"SkinId": 0
}
新增:命令示例命令
"Shop - Shop List":
"Wolf Hat": { // Custom names examples
"DisplayName": "Wolf Hat", // Custom names examples
"Shortname": "hat.wolf",
"EnableBuy": true,
"EnableSell": true,
"Image": "Link",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1, 10, 25, 50
],
"SellQuantity": [
1, 10, 25, 50
],
"KitName": null,
"Command": null,
"SkinId": 0
}
"Spawn Horse Test": {
"DisplayName": "Spawn Horse Test",
"Shortname": "",
"EnableBuy": true,
"EnableSell": true,
"Image": "Link",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1, 10, 25, 50
],
"SellQuantity": [
1, 10, 25, 50
],
"KitName": null,
"Command": [ "entity.spawn horse $player.id" ],
"SkinId": 0
}
你不能卖命令,嗯,你可以在技术上,但它什么都不做。像区域命令一样,你可以输入 $player.id、$player.name、$player.x、$player.y、$player.z你可以用这个做扭曲,例如:(45 20 1022 是你的经线的特定位置)"cmd": ["teleport.topos $player.id 45 20 1022"],
商店 – 商店列表 // 这特定于游戏内显示的商店选项卡。
您可以在“商店类别”中添加或删除所需的任何项目。您可以使用相同的项目使用多个商店类别,反之亦然。您可以在任何商店分类中选择您希望人们能够“购买”或“出售”的内容。
您可以设置购买任何物品或命令的自定义冷却时间。您可以为每个项目设置所需的任何金额(使用经济,服务器奖励或自定义)每个商店的货币选项 [ “货币”: “经济”, ] [ “货币”: “服务器奖励”, ] [ “货币”: “自定义”, ]每个商店的权限 如果商店没有权限集,它将在全球范围内可用。如果商店设置了权限,则该商店将不再向没有该权限的玩家显示。
"Shop - Shop Categories": { // Shop - Shop Categories
"misc": {
"DisplayName": "misc",
"Description": "You currently have {0} coins to spend in the misc shop",
"DescriptionColor": null,
"Permission": "misc", <Sets a permission to the shop>
"Currency": "", <options are "custom" "economics" "serverrewards" >
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "", < This field is no longer used and will be removed soon. >
"NpcIds": [ ], < This is the new field to use for npc ids >
"Items": [
"Fogger-3000", // Example A. Remove This if you only want them to sell the item.
"Whatever you wanna name it", // Example Custom Names
"NameKit" // Whatever you named it above
]
},
At the very top of each shop Items list, you will see;
"npc": false,
"NPCId": "", < This field is no longer used and will be removed soon. >
"NpcIds": [ ], < This is the new field to use for npc ids >
},
If you have HumanNPC set the shop list you want to true ID
"npc": true,
"NPCId": "", < This field is no longer used and will be removed soon. >
"NpcIds": [ "400753551" ], < This is the new field to use for npc ids >
},
在 NPC USERID 中:您必须使用 获取 NPC ID 列表并将您想要的 NPC 的 ID 放入此市场配置中重新加载插件。如果您想从中删除 NPC,您可以删除 ID。/npc_list
例子
"Command": "spawn minicopter \"$player.x $player.y $player.z\"", <Single Command Wrong>
"Command": [ "spawn minicopter \"$player.x $player.y $player.z\"" ], <Single Command Correct>
"Command": [ "spawn minicopter \"$player.x $player.y $player.z\"3" ], <Command & Amount>
"Command": [ "spawn minicopter \"$player.x $player.y $player.z\"", "inventory.giveto $player.id supply.signal" ], <Multi Commands>
1.8.0 配置已更改!删除旧数据文件、lang 文件、禁用或删除配置以及生成新配置。请备份您的配置文件。任何 1.7.0 或 1.6.0 和反向配置都与 1.8 不兼容。
默认配置
{
"Carefully Edit This": {
"WipeTime": "2021-10-07 21:53:11Z",
"LastWipe": "2021-10-05 15:18:10Z",
"Sets time before shops can be used after the server wipes": 300.0
},
"Enable Discord Buy Transaction Logging": false,
"Enable Discord Sell Transaction Logging": false,
"Discord Webhook URL": "",
"Discord Embed Color": "#483D8B",
"Discord Author Image": "https://assets.umod.org/images/icons/plugin/5f80fe12851f5.png",
"Discord Embed Icon": "GUIShop",
"Set Default Global Shop to open": "Commands",
"Sets shop command": "shop",
"Sets Vehicle Spawn Distance": 15.0,
"Switches to Economics as default curency": true,
"Switches to ServerRewards as default curency": false,
"Switches to Custom as default curency": false,
"Custom Currency Item ID": -932201673,
"Custom Currency Skin ID": 0,
"Custom Currency Name": "",
"Enable Shop Buy All Button": true,
"Enable Shop Sell All Button": true,
"Sets the buy/Sell button amounts how many buttons": [
1,
10,
100,
1000
],
"Player UI display": false,
"Block Monuments": false,
"If true = Images, If False = Text Labels": false,
"NPC Distance Check": 1.5,
"Enable NPC Auto Open": false,
"Enable GUIShop NPC Msg's": false,
"GUI Shop - Welcome MSG": "WELCOME TO GUISHOP ◝(⁰▿⁰)◜",
"Shop - Buy Price Label": "Buy Price",
"Shop - Amount1 Label1": "Amount",
"Shop - Sell $ Label": "Sell $",
"Shop - Amount2 Label2": "Amount",
"Shop - Back Button Text": "<<",
"Shop - Forward Button Text": ">>",
"Shop - Close Label": "CLOSE",
"Shop - GUIShop Welcome Url": "https://i.imgur.com/RcLdEly.png",
"Shop - GUIShop Background Image Url": "https://i.imgur.com/Jej3cwR.png",
"Shop - Sets any shop items to this image if image link does not exist.": "https://imgur.com/BPM9UR4.png",
"Shop - Shop Buy Icon Url": "https://imgur.com/oeVUwCy.png",
"Shop - Shop Amount Left Url": "https://imgur.com/EKtvylU.png",
"Shop - Shop Amount Right Url": "https://imgur.com/EKtvylU.png",
"Shop - Shop Sell Icon Url": "https://imgur.com/jV3hEHy.png",
"Shop - Shop Back Arrow Url": "https://imgur.com/zNKprM1.png",
"Shop - Shop Forward Arrow Url": "https://imgur.com/qx9syT5.png",
"Shop - Close Image Url": "https://imgur.com/IK5yVrW.png",
"Shop GUI Button": {
"Image": "https://i.imgur.com/hc0qPet.png",
"Background color (RGBA format)": "1 0.96 0.88 0.15",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "-265 18",
"Offsets Max": "-205 78"
}
},
"GUIShop Configurable UI colors (First 8 Colors!)": [
"#A569BD",
"#2ECC71",
"#E67E22",
"#3498DB",
"#E74C3C",
"#F1C40F",
"#F4F6F7",
"#00FFFF"
],
"Set Default Shop Buy Color": "#FFFFFF",
"Set Default Shop Sell Color": "#FFFFFF",
"Set Default Shop Text Color": "#FFFFFF",
"Was Saved Don't Touch!": true,
"Shop - Shop Categories": {
"Commands": {
"DisplayName": "Commands",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the commands shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Minicopter",
"Sedan",
"Airdrop Call"
]
},
"Attire": {
"DisplayName": "Attire",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Attire shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Wolf Headdress",
"Basic Horse Shoes"
]
},
"Misc": {
"DisplayName": "Misc",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Misc shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Fogger-3000",
"Sickle"
]
},
"Items": {
"DisplayName": "Items",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Items shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Kayak",
"Barbeque",
"Paper Map"
]
},
"Ammunition": {
"DisplayName": "Ammunition",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Ammunition shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"40mm Shotgun Round",
"SAM Ammo"
]
},
"Construction": {
"DisplayName": "Construction",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Construction shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Sheet Metal Double Door",
"Door Closer",
"Building Plan"
]
},
"Component": {
"DisplayName": "Component",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Component shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Bleach",
"Generic vehicle module"
]
},
"Traps": {
"DisplayName": "Traps",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Traps shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Snap Trap",
"Wooden Floor Spikes",
"Land Mine",
"Shotgun Trap",
"Flame Turret",
"SAM Site"
]
},
"Electrical": {
"DisplayName": "Electrical",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Electrical shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Ceiling Light",
"RF Pager",
"Wire Tool"
]
},
"Fun": {
"DisplayName": "Fun",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Fun shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Blue Boomer",
"Telephone"
]
},
"Food": {
"DisplayName": "Food",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Food shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Apple",
"Pure Wood Tea"
]
},
"Resources": {
"DisplayName": "Resources",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Resources shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Human Skull",
"Wood"
]
},
"Tool": {
"DisplayName": "Tool",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Tool shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Instant Camera",
"Water Bucket"
]
},
"Weapon": {
"DisplayName": "Weapon",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Weapon shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Water Gun",
"Wooden Spear"
]
},
"Medical": {
"DisplayName": "Medical",
"DisplayNameColor": null,
"Description": "You currently have {0} coins to spend in the Medical shop",
"DescriptionColor": null,
"Permission": "",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 0,
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": "",
"NpcIds": [],
"Items": [
"Blood",
"Anti-Radiation Pills",
"Large Medkit",
"Medical Syringe",
"Bandage"
]
}
},
"Shop - Shop List": {
"Minicopter": {
"DisplayName": "Minicopter",
"CraftAsDisplayName": false,
"Shortname": "minicopter",
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "https://i.imgur.com/vI6LwCZ.png",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"KitName": "",
"Command": [
"spawn minicopter \"$player.x $player.y $player.z\""
],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},
"Sedan": {
"DisplayName": "Sedan",
"CraftAsDisplayName": false,
"Shortname": "sedan",
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"KitName": "",
"Command": [
"spawn sedan \"$player.x $player.y $player.z\""
],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},
"Airdrop Call": {
"DisplayName": "Airdrop Call",
"CraftAsDisplayName": false,
"Shortname": "airdrop.call",
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"KitName": "",
"Command": [
"inventory.giveto $player.id supply.signal"
],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},
"Wolf Headdress": {
"DisplayName": "Wolf Headdress",
"CraftAsDisplayName": false,
"Shortname": "hat.wolf",
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": true,
"Image": "",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"KitName": "",
"Command": [],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
}
}
}
[…] mapnoteteleport.use— 允许玩家传送到地图标记(不会授权点这) […]
[…] 纪念碑查找器 – 只需安装。无需配置,自定义纪念碑除外。 […]
[…] 兼容通过纪念碑插件等插件在纪念碑生成的NPC自动售货机 […]
[…] 此插件依赖于生成模块化汽车 5.0.1 或更高版本。集成将在该插件中没有任何配置或权限的情况下开箱即用。 […]
[…] 背包 v3.11.0 或更高版本 […]