• Хостинг игровых серверов

    Максимальная производительность для ваших игровых серверов!

    Заказать сейчас

Платное Phases 1.3.0

Configuration
JSON:
{
  "Warmup period": {
    "Name": "<color=#EC3B86>WARMUP</color>",
    "Order": 0,
    "Duration (seconds)": 0,
    "Description": "Preparing to match... Inspect map and select build location!",
    "Default kit": "warmup",
    "Can build buildings": false,
    "Can place deploy-ables": false,
    "Can gather resources": false,
    "Can deal damage to players": false,
    "Can deal damage to buildings": false,
    "Commands that will be executed when period starts": [
      "test1",
      "test2",
      "test3"
    ]
  },
  "Periods": [
    {
      "Name": "<color=#8CC83F>GRACE</color>",
      "Order": 1,
      "Duration (seconds)": 30,
      "Description": "Farm & build up your base. You cannot be attacked or raided",
      "Default kit": "grace",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": false,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ffff00>ATTACK</color>",
      "Order": 2,
      "Duration (seconds)": 30,
      "Description": "Attack and kill your enemies! You cannot be raided yet",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": false,
      "Can deal damage to players": true,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ff0000>RAID</color>",
      "Order": 3,
      "Duration (seconds)": 0,
      "Description": "Are you an offender or a defender? Raid your enemies and protect your base!",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": true,
      "Can deal damage to buildings": true,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    }
  ]
}


Configuration 2.0
{
  "Warmup period": {
    "Name": "<color=#EC3B86>WARMUP</color>",
    "Order": 0,
    "Duration (seconds)": 0,
    "Description": "Preparing to match... Inspect map and select build location!",
    "Default kit": "warmup",
    "Can build buildings": false,
    "Can place deploy-ables": false,
    "Can gather resources": false,
    "Can deal damage to players": false,
    "Can deal damage to buildings": false,
    "Commands that will be executed when period starts": [
      "test1",
      "test2",
      "test3"
    ]
  },
  "Periods": [
    {
      "Name": "<color=#8CC83F>GRACE</color>",
      "Order": 1,
      "Duration (seconds)": 30,
      "Description": "Farm and build up your base. You cannot be attacked or raided",
      "Default kit": "grace",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": false,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ffff00>ATTACK</color>",
      "Order": 2,
      "Duration (seconds)": 30,
      "Description": "Attack and kill your enemies! You cannot be raided yet",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": false,
      "Can deal damage to players": true,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ff0000>RAID</color>",
      "Order": 3,
      "Duration (seconds)": 0,
      "Description": "Are you an offender or a defender? Raid your enemies and protect your base!",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": true,
      "Can deal damage to buildings": true,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    }
  ]
}