rust腐蚀一键掠夺/一键排序插件Quick Sort

有一键掠夺功能,至于排序自己测试一下,没有汉化,要汉化只需要安装插件以后找到语言包然后对照翻译即可。

版本:v1.8.0

可以和背包扩展插件Backpacks一起搭配使用。

快速排序在掠夺容器和玩家时添加了一个新的 GUI 菜单。玩家可以选择他们想要放入容器中的物品类型,甚至可以从容器中掠夺所有物品。还支持不接受玩家物品的自动掠夺容器。

rust腐蚀一键掠夺/一键排序插件Quick Sort

权限

该插件使用权限系统。要分配权限,请使用

oxide.grant <user or group> <name or steam id> <permission>. 要删除权限,请使用

oxide.revoke <user or group> <name or steam id> <permission>.

  • quicksort.use— 允许玩家使用快速排序 UI 和功能
  • quicksort.lootall— 允许玩家使用 Loot All 功能
  • quicksort.autolootall— 允许玩家使用自动掠夺所有功能

命令

该插件使用相同的语法提供聊天和控制台命令。在聊天中使用命令时,请在其前面加上正斜杠:`/`。

  • /qs on– 启用图形用户界面
  • /qs off– 禁用图形用户界面
  • /qs auto– 切换自动抢劫
  • /qs <s | style> <center | lite | right | custom>– 改变 GUI 风格
  • /qs <c | conatiner> <main | wear | belt>– 从排序中添加/删除容器类型(如果它们在配置中启用)。

配置

可以在目录

QuickSort下的文件中配置设置和选项

config。建议使用编辑器和验证器来避免格式​​问题和语法错误。

{
  "Global settings": {
    "Default enabled": true,
    "Default UI style (center, lite, right, custom)": "right",
    "Loot all delay in seconds (0 to disable)": 0,
    "Enable loot all on the sleepers": false,
    "Auto loot all enabled by default": false,
    "Default enabled container types": {
      "Belt": false,
      "Main": true,
      "Wear": false
    },
    "Chat steamID icon": 0,
    "Chat command": [
      "qs",
      "quicksort"
    ],
    "Excluded containers": [
      "assets/prefabs/deployable/single shot trap/guntrap.deployed.prefab",
      "assets/prefabs/npc/autoturret/autoturret_deployed.prefab",
      "assets/prefabs/npc/flame turret/flameturret.deployed.prefab",
      "assets/prefabs/npc/sam_site_turret/sam_site_turret_deployed.prefab",
      "assets/prefabs/npc/sam_site_turret/sam_static.prefab"
    ]
  },
  "Custom UI Settings": {
    "AnchorsMin": "0.5 1.0",
    "AnchorsMax": "0.5 1.0",
    "OffsetsMin": "192 -137",
    "OffsetsMax": "573 0",
    "Color": "0.5 0.5 0.5 0.33",
    "ButtonsColor": "0.75 0.43 0.18 0.8",
    "LootAllColor": "0.41 0.50 0.25 0.8",
    "TextColor": "0.77 0.92 0.67 0.8",
    "TextSize": 16,
    "CategoriesTextSize": 14
  }
}

本土化

默认消息位于目录QuickSort下的文件中lang/en。要添加对另一种语言的支持,请创建一个新的语言文件夹(例如de德语)(如果尚未创建),将默认语言文件复制到新文件夹,然后自定义消息。

{
  "Error.NoPermission": "You do not have permission to use this command!",
  "Format.All": "All",
  "Format.Ammo": "Ammo",
  "Format.Attire": "Attire",
  "Format.Components": "Components",
  "Format.Construction": "Construction",
  "Format.Deployables": "Deployables",
  "Format.Deposit": "Deposit",
  "Format.Disabled": "<color=#B22222>Disabled</color>",
  "Format.Electrical": "Electrical",
  "Format.Enabled": "<color=#228B22>Enabled</color>",
  "Format.Existing": "Existing",
  "Format.Food": "Food",
  "Format.LootAll": "Loot All",
  "Format.Medical": "Medical",
  "Format.Misc": "Misc",
  "Format.Prefix": "<color=#00FF00>[Quick Sort]</color>: ",
  "Format.Resources": "Resources",
  "Format.Tools": "Tools",
  "Format.Traps": "Traps",
  "Format.Weapons": "Weapons",
  "Info.AutoLootAll": "Automated looting is now {0}",
  "Info.ContainerType": "Quick Sort for container type {0} is now {1}",
  "Info.QuickSort": "Quick Sort GUI is now {0}",
  "Info.Style": "Quick Sort GUI style is now {0}",
  "Error.Syntax": "List Commands:\n<color=#FFFF00>/{0} on</color> - Enable GUI\n<color=#FFFF00>/{0} off</color> - Disable GUI\n<color=#FFFF00>/{0} auto</color> - Enable/Disable automated looting\n<color=#FFFF00>/{0} <s | style> <center | lite | right | custom></color> - change GUI style\n<color=#FFFF00>/{0} <c | conatiner> <main | wear | belt></color> - add/remove container type from the sort"
}
© 版权声明
THE END
苦逼小编求支持
点赞134赞赏 分享
相关推荐
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容