- 原地址
-
- 需要插件(必装)
-
汉化 - Chaos - Chaos扩展下载
k1lly0u的插件的常用库。 使用方法 下载插件后放到服务器插件文件夹。 当插件加载后会自动下载扩展到你的服务器,然后自动安装。插件会定期自动检查更新。 控制台指令 chaos.checkupdate - 手动检查更新,插件也会自动检查更新。rustsb.com
- 需要插件(可选)
-
原创 - ItemChineseNameAPI - 物品中文名称API
ItemChineseNameAPI 是本网站提供的可供其他插件调用的物品中文名称API。 用于其他插件获取物品名称的官方中文翻译。 本插件直接对接游戏官方汉化组的翻译,同步游戏官方物品名称翻译(即使是暂未应用到游戏中的翻译也会同步,即游戏中还是英文名的情况下)。数据源由本站提供。 各大开发者均可接入该插件,使用本插件提供的API。 API 通过Item获取中文名 string GetItem(Item) //传入Item 别名: string...rustsb.com
此插件需要安装 汉化 - Chaos - Chaos扩展下载 才能正常使用。
此插件可选安装 原创 - ItemChineseNameAPI - 物品中文名称API 插件来显示物品的中文名称。
此插件需要 Steam API Key才能从创意工坊下载已批准的皮肤图标和或使用创意工坊物品。
您可以从 Sign In 获取Steam API Key。
拿到Key之后将其复制到配置文件的
Steam API key (get one here https://steamcommunity.com/dev/apikey)
选项中。PlayerSkins允许玩家使用货币购买物品皮肤,例如废料、钻石(ServerRewards)或硬币(Economics)。然后他们可用通过换肤菜单将这些皮肤应用到他们的物品。
功能
- 可添加所有创意工坊的皮肤。
- 大/小两种UI界面。
- 小巧的换肤菜单,随时换肤。
- 调整皮肤价格、权限,从菜单管理皮肤。
- 自定义权限,允许VIP购买不同的皮肤。
- 能够设置从NPC购买皮肤。
- 单词过滤,禁止不想要的皮肤加到商店。
- 可从皮肤商店购买皮肤物品。
权限
- playerskins.shop - 打开商店
- playerskins.reskin - 打开换肤菜单
- playerskins.admin - 访问和使用管理功能
- playerskins.nocharge - 有该权限的可以免费换肤
聊天指令
- /skin - 打开换肤菜单
- /skin shop - 打开皮肤商店
控制台指令
- playerskins.skins import skin <皮肤ID> - 导入指定的创意工坊皮肤ID,可以输入多个ID批量导入。
- playerskins.skins import collection <合集ID> <可选:权限> - 导入创意工坊合集中全部皮肤ID,输入权限将应用权限。
- playerskins.skins remove skin <皮肤ID> - 删除指定的创意工坊皮肤ID,可以输入多个ID批量删除。
- playerskins.skins remove collection <合集ID> - 删除合集里所有的皮肤ID。
- playerskins.setprice <物品短名称> <金额> - 设置指定物品的所有皮肤的价格。
- playerskins.setprice all <金额> - 设置所有物品的所有皮肤的价格。
如何从创意工坊导入皮肤
使用上面提供的指令,可以通过两种方式将创意工坊物品导入到皮肤列表中。- 导入指定皮肤
如果要导入指定皮肤,请使用指令playerskins.skins import Skin <皮肤ID>
,指定要导入的皮肤的ID。- 导入皮肤合集
如果要导入皮肤合集,请使用指令playerskins.skins import collection <合集ID>
,指定要导入的皮肤合集的ID。访问UI的管理部分
你可以通过物品的详细界面右上角的管理菜单来切换到管理模式。可以在管理模式中调整价格、权限或删除物品。配置文件
默认配置文件
JSON:
{
"Announcement Options": {
"Display help information to players": true,
"Information display interval (minutes)": 10
},
"Command Options": {
"Default chat command": "skin",
"Re-skin direct command": "reskin",
"Skin shop direct command": "skinshop"
},
"Purchase Options": {
"Enable purchase system": true,
"Currency used to purchase skins (ServerRewards, Economics, Scrap)": "Scrap",
"Default Skin Costs": {}
},
"Skin Shop Options": {
"Custom permissions which can be assigned to skins": [
"playerskins.vip1",
"playerskins.vip2",
"playerskins.vip3"
],
"NPC user IDs that players can interact with to open the skin shop": [],
"Disable the '/skin shop' command and force players to access it via a NPC": false,
"Allow players to sell unwanted skins back to the skin store": true,
"Give player the item when they purchase a skin (this disables the reskin menu)": false,
"Forced display mode for skin shop (Full, Minimalist, None)": "None",
"Send a help message to players when exiting the skin shop": true,
"List of shortnames for items to be blocked from appearing in the skin shop": []
},
"Re-skin Options": {
"NPC user IDs that players can interact with to open the re-skin menu": [],
"Disable the '/skin' command and force players to access it via a NPC": false
},
"Workshop Options": {
"Disable approved skins from the skin shop": false,
"Enable workshop skins in the skin shop": true,
"Word filter for workshop skins. If the skin title partially contains any of these words it will not be available as a potential skin": [],
"Steam API key (get one here https://steamcommunity.com/dev/apikey)": ""
},
"UI Colors": {
"Background": {
"Hex": "151515",
"Alpha": 0.94
},
"Panel": {
"Hex": "FFFFFF",
"Alpha": 0.165
},
"Button": {
"Hex": "2A2E32",
"Alpha": 1.0
},
"Highlight": {
"Hex": "C4FF00",
"Alpha": 1.0
},
"Close": {
"Hex": "CE422B",
"Alpha": 1.0
}
},
"Version": {
"Major": 3,
"Minor": 0,
"Patch": 0
}
}