自动将所有队友/朋友/部落成员添加到所有工具柜/自动炮塔/锁授权列表中。共享了您的所有代码锁,但它们没有被添加到代码锁中的白名单中,这意味着它们无法更改密码。

聊天命令

  • /autoauth– 查看自动授权状态
  • /autoauth <friend | f>– 为您的朋友启用/禁用自动授权
  • /autoauth <friend | f> <cupboard | c>– 与朋友共享橱柜
  • /autoauth <friend | f> <turret | t>– 与朋友分享炮塔
  • /autoauth <friend | f> <keylock | kl> [door / box / other]– 与朋友分享钥匙锁
  • /autoauth <friend | f> <codelock | cl> [door / box / other]– 与您的朋友分享密码锁
  • /autoauth <clan | c>– 启用/禁用军团成员的自动授权
  • /autoauth <clan | c> <cupboard | c>– 与你的氏族成员共享橱柜
  • /autoauth <clan | c> <turret | t>– 与你的氏族成员共享炮塔
  • /autoauth <clan | c> <keylock | kl> [door / box / other]– 与您的军团成员共享钥匙锁
  • /autoauth <clan | c> <codelock | cl> [door / box / other]– 与您的军团成员共享代码锁
  • /autoauth <team | t>– 启用/禁用团队成员的自动授权
  • /autoauth <team | t> <cupboard | c>– 与您的团队成员共享橱柜
  • /autoauth <team | t> <turret | t>– 与团队成员共享炮塔
  • /autoauth <team | t> <keylock | kl> [door / box / other]– 与您的团队成员共享钥匙锁
  • /autoauth <team | t> <codelock | cl> [door / box / other]– 与您的团队成员共享代码锁
  • /autoauth <team | h>– 查看帮助
  • /autoauthui– 打开自动授权用户界面

权限

此插件使用权限系统。若要分配权限,请使用 。若要删除权限,请使用 。oxide.grant <user or group> <name or steam id> <permission>oxide.revoke <user or group> <name or steam id> <permission>
  • automaticauthorization.use– 需要使用

配置

可以在目录下的文件中配置设置和选项。建议使用编辑器和验证器,以避免格式问题和语法错误。AutomaticAuthorizationconfig
Copy
{
  "Clear Share Data On Map Wipe": false,
  "Chat Settings": {
    "Send Authorization Success Message": true,
    "Chat Command": "aa",
    "Chat UI Command": "aaui",
    "Chat Prefix": "<color=#00FFFF>[AutoAuth]</color>: ",
    "Chat SteamID Icon": 0
  },
  "Teams Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Friends Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Clans Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Default Share Settings": {
    "Teams": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    },
    "Friends": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    },
    "Clans": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 3,
    "Patch": 0
  }
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。