CombatBlock

Безкоштовне CombatBlock 1.1.1

Не має прав доступу на завантаження
  • Автор RustyTown
  • Дата створення
  • Рекомендований
Як змінити мову конфігурації:


  1. Виконайте команду: o.unload CombatBlock
  2. Видаліть файл конфігурації: config/CombatBlock.json
  3. Відкрийте файл CombatBlock.cs
  4. Знайдіть рядок: private const Boolean LanguageEn = false;
  5. Замініть false на true
  6. В результаті має бути: private const Boolean LanguageEn = true;
  7. Завантажте плагін командою: o.load CombatBlock

JSON:
{
  "Main raidblock settings": {
    "Radius of blocking zone (Meters)": 130,
    "Blocking time (Seconds)": 300,
    "Use dynamic raid zone (shift the zone center to the explosion location)": false,
    "Spread raidblock to all team players": true,
    "When entering the active raid block zone, activate the player raid block": true,
    "Upon exiting the raid block zone, deactivate the raid block for the player": false,
    "Activate raid block for all players within the effective radius after the raid starts": true,
    "Deactivate the raid block for the player upon death": true,
    "Raid zone map marker settings": {
      "Display the block zone on the G map": true,
      "Choose marker type: 0 - Explosion, 1 - Circle, 2 - Explosion + Circle, 3 - Circle + Timer": 2,
      "Marker color (without #) (For marker types 1, 2, and 3)": "f3ecad",
      "Outline color (without #) (For marker types 1, 2, and 3)": "ff3535",
      "Marker transparency (For marker types 1, 2, and 3)": 0.5
    },
    "Visual raid zone (Dome) settings": {
      "Activate visual raid zone (Dome)": false,
      "Choose marker type: 0 - standard dome, 1 - BattleRoyale dome": 0,
      "Transparency level of the standard dome (Lower values mean more transparency. The value should not exceed 5)": 3
    }
  },
  "Setting up triggers for the raidblock": {
    "List of items that will trigger a raid block upon destruction (prefabID)": [
      12312312
    ],
    "List of items that will not trigger a raid block upon destruction (prefabID)": [
      1231223
    ],
    "Ignore objects with a maximum health state less than N (0 - disabled)": 0,
    "Activate raidblock upon the destruction of own or friends' buildings": false,
    "Activate raidblock if there is no tool cupboard in the building": false
  },
  "Setting restrictions during the raid block": {
    "Allow building": true,
    "Allow object placement (furnaces, boxes, etc.)": false,
    "Forbid building repair": true,
    "Forbid picking up items (furnaces, boxes, etc.)": false,
    "Forbid upgrading buildings": true,
    "Forbid building removal": true,
    "Forbid teleportation": true,
    "Forbid the use of kits": true,
    "Forbid the use of trade": true,
    "List of objects allowed to build/place during the raidblock (shortname)": [
      "shortname"
    ],
    "List of forbidden commands to use during the raidblock": [
      "command"
    ]
  },
  "Interface settings": {
    "Interface variant (0, 1, 2) - example: ": 0,
    "Interface layer: Overlay - will overlay other UI, Hud - will be overlaid by other interfaces": "Hud",
    "Vertical padding": 0,
    "Horizontal padding": 0,
    "Interface settings for variant 0": {
      "Background color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Icon color (RGBA)": "0 0.7764706 1 1",
      "Color of additional elements (RGBA)": "",
      "Main text color (RGBA)": "1 1 1 1",
      "Secondary text Color (RGBA)": "1 1 1 0.5019608",
      "Main color of the progress-bar (RGBA)": "0.3411765 0.5490196 0.9607843 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.1019608",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    },
    "Interface settings for variant 1": {
      "Background color (RGBA)": "0.9607843 0.772549 0.7333333 0.7019608",
      "Icon color (RGBA)": "1 1 1 1",
      "Color of additional elements (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Main text color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Secondary text Color (RGBA)": "0.1320755 0.1320755 0.1320755 1",
      "Main color of the progress-bar (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.4117647",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    },
    "Interface settings for variant 2": {
      "Background color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Icon color (RGBA)": "0.9411765 0.3137255 0.2862745 1",
      "Color of additional elements (RGBA)": "0.9568627 0.3607843 0.2627451 1",
      "Main text color (RGBA)": "1 1 1 1",
      "Secondary text Color (RGBA)": "1 1 1 0.5019608",
      "Main color of the progress-bar (RGBA)": "1 1 1 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.4117647",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    }
  },
  "Setting IQChat": {
    "IQChat : Custom prefix in the chat": "[RaidBlock]",
    "IQChat : Custom avatar in the chat (If required)": "0",
    "IQChat : Use UI notifications": false
  }
}


JSON:
{
  "Основні налаштування combat-блоку": {
    "Час блокування (секунди)": 150
  },
  "Налаштування тригерів": {
    "Активувати combat-блок при атаці NPC (true - так/false - ні)": true,
    "Активувати combat-блок при отриманні шкоди від NPC (true - так/false - ні)": true,
    "Активувати combat-блок при нанесенні шкоди сплячому гравцю (true - так/false - ні)": false,
    "Деактивувати combat-блок після смерті (true - так/false - ні)": true
  },
  "Налаштування обмежень під час combat-блоку": {
    "Блокувати можливість телепортування (true - так/false - ні)": true,
    "Блокувати можливість використання китів (true - так/false - ні)": true,
    "Блокувати можливість обміну (Trade) (true - так/false - ні)": true,
    "Список заборонених команд під час активної блокування [вказуйте без слеша (/)]": [
      "commandExample",
      "commandExample"
    ]
  },
  "Налаштування інтерфейсу": {
    "Варіант інтерфейсу (0, 1, 2)": 0,
    "Рівень інтерфейсу: Overlay - буде накладатися поверх інших UI, Hud - буде накриватися іншим інтерфейсом": "Hud",
    "Вертикальний відступ": 0,
    "Горизонтальний відступ": 0,
    "Налаштування інтерфейсу для варіанту 0": {
      "Колір фону (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Колір іконки (RGBA)": "0 0.7764706 1 1",
      "Колір додаткових елементів (RGBA)": "",
      "Колір основного тексту (RGBA)": "1 1 1 1",
      "Колір другорядного тексту (RGBA)": "1 1 1 0.5019608",
      "Основний колір прогрес-бара (RGBA)": "0.3411765 0.5490196 0.9607843 1",
      "Колір фону прогрес-бара (RGBA)": "1 1 1 0.1019608",
      "Затримка перед появою та зникненням UI (для плавності)": 0.222
    },
    "Налаштування інтерфейсу для варіанту 1": {
      "Колір фону (RGBA)": "0.9607843 0.772549 0.7333333 0.7019608",
      "Колір іконки (RGBA)": "1 1 1 1",
      "Колір додаткових елементів (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Колір основного тексту (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Колір другорядного тексту (RGBA)": "0.1320755 0.1320755 0.1320755 1",
      "Основний колір прогрес-бара (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Колір фону прогрес-бара (RGBA)": "1 1 1 0.4117647",
      "Затримка перед появою та зникненням UI (для плавності)": 0.222
    },
    "Налаштування інтерфейсу для варіанту 2": {
      "Колір фону (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Колір іконки (RGBA)": "0.9411765 0.3137255 0.286 1",
      "Колір додаткових елементів (RGBA)": "0.9568627 0.3607843 0.2627451 1",
      "Колір основного тексту (RGBA)": "1 1 1 1",
      "Колір другорядного тексту (RGBA)": "1 1 1 0.5019608",
      "Основний колір прогрес-бара (RGBA)": "1 1 1 1",
      "Колір фону прогрес-бара (RGBA)": "1 1 1 0.4117647",
      "Затримка перед появою та зникненням UI (для плавності)": 0.222
    }
  },
  "Налаштування IQChat": {
    "IQChat: Кастомний префікс у чаті": "[RaidBlock]",
    "IQChat: Кастомний аватар у чаті (якщо потрібно)": "0",
    "IQChat: Використовувати UI повідомлення": false
  }
}