Personal Builder

Платное Personal Builder 1.1.1

Чтобы конфигурация по умолчанию заработала, вам необходимо поместить файл сборки (в архиве) в этот каталог «/oxide/data/copypaste».

Как добавить свои постройки:
- Откройте конфиг, продублируйте стандартную настройку бота
- Измените разрешение на спавн
- Измените короткое имя бота
- Измените имя файла сборки - найдите нужный вам в каталоге "/oxide/data/copypaste" и введите его без файла РАСШИРЕНИЕ

JSON:
{
  "Controls": {
    "Button to assign build position (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "MIDDLE_MOUSE",
    "Range of the task assignment button": 25.0,
    "Display 3D arrows over a build position?": true,
    "Arrow display duration": 2,
    "Block bot spawn in safezones": false,
    "Block bot spawn in ZoneManager zones (enter zone id belove)": []
  },
  "Build Limitations": {
    "Clear limitations data on server wipe?": true,
    "Clear limitations data on permission revoke?": true
  },
  "Permissions": {
    "personalbuilder.bot1": [
      {
        "The name of the bot to be selected through the command when spawning": "bot1",
        "Bot spawn delay": 300.0,
        "CopyPaste file name": "pbuilder_test",
        "Player (bot)": {
          "Bot display name": "Personal Builder",
          "Bot health": 1000.0,
          "Make bot immortal?": false,
          "Lock wear (attire) container?": true,
          "Lock belt container?": true
        },
        "Resources": {
          "Require resources?": true,
          "Drop bot's resources on death?": true
        },
        "Speed": {
          "Bot speed multiplier": 1.0,
          "Build speed multiplier": 1.0,
          "Time to check 1 foundation": 0.15,
          "Time to check 1 building block": 0.15
        },
        "Build": {
          "Max allowable height of foundation": 3.1,
          "Start height to ground": 0.5,
          "Max depth when building in water": 2.5,
          "Checks": {
            "Check is close to road?": true,
            "Check is building blocked?": true,
            "Check for Prevent Building triggers": true,
            "Prevent Building check radius": 10.0
          },
          "Doors": {
            "Deploy doors?": false,
            "Require resources for doors?": false
          }
        },
        "Effects": {
          "Enable effects on appear & disappear?": true,
          "Enable building block upgrade effects?": true
        },
        "Limitations": {
          "Enable limit on number of buildings that can be built? (linked to player, doesn't apply to everyone)": false,
          "How many bases can this bot build?": 5
        },
        "Clothes": [
          {
            "Item name": "",
            "Item shortname": "shoes.boots",
            "Item skin": 0,
            "Item amount": 1
          },
          {
            "Item name": "",
            "Item shortname": "pants",
            "Item skin": 0,
            "Item amount": 1
          },
          {
            "Item name": "",
            "Item shortname": "hoodie",
            "Item skin": 0,
            "Item amount": 1
          },
          {
            "Item name": "",
            "Item shortname": "mask.bandana",
            "Item skin": 0,
            "Item amount": 1
          },
          {
            "Item name": "",
            "Item shortname": "hat.boonie",
            "Item skin": 0,
            "Item amount": 1
          },
          {
            "Item name": "",
            "Item shortname": "sunglasses",
            "Item skin": 0,
            "Item amount": 1
          }
        ]
      }
    ]
  },
  "Builder install by item": []
}