config.json

{
  "inventory": {
    "0": {
      "displayName": "&cLMS Sword",
      "lore": [],
      "type": "DIAMOND_SWORD",
      "enchanted": false,
      "unstackable": true,
      "amount": 1,
      "enchants": [
        [
          {
            "type": "DAMAGE_ALL"
          },
          5
        ],
        [
          {
            "type": "DURABILITY"
          },
          3
        ]
      ]
    },
    "1": {
      "displayName": "&a&lLMS Pearls",
      "lore": [],
      "type": "ENDER_PEARL",
      "enchanted": false,
      "unstackable": false,
      "amount": 16,
      "enchants": {}
    }
  },
  "armor": {
    "0": {
      "displayName": "&c&lLMS Booots",
      "lore": [],
      "type": "DIAMOND_BOOTS",
      "enchanted": false,
      "unstackable": false,
      "amount": 1,
      "enchants": [
        [
          {
            "type": "PROTECTION_ENVIRONMENTAL"
          },
          4
        ],
        [
          {
            "type": "DURABILITY"
          },
          3
        ]
      ]
    },
    "1": {
      "displayName": "&c&lLMS Pants",
      "lore": [],
      "type": "DIAMOND_LEGGINGS",
      "enchanted": false,
      "unstackable": false,
      "amount": 1,
      "enchants": [
        [
          {
            "type": "PROTECTION_ENVIRONMENTAL"
          },
          4
        ],
        [
          {
            "type": "DURABILITY"
          },
          3
        ]
      ]
    },
    "2": {
      "displayName": "&c&lLMS ChestPlate",
      "lore": [],
      "type": "DIAMOND_CHESTPLATE",
      "enchanted": false,
      "unstackable": false,
      "amount": 1,
      "enchants": [
        [
          {
            "type": "PROTECTION_ENVIRONMENTAL"
          },
          4
        ],
        [
          {
            "type": "DURABILITY"
          },
          3
        ]
      ]
    },
    "3": {
      "displayName": "&c&lLMS Helmet",
      "lore": [],
      "type": "DIAMOND_HELMET",
      "enchanted": false,
      "unstackable": false,
      "amount": 1,
      "enchants": [
        [
          {
            "type": "PROTECTION_ENVIRONMENTAL"
          },
          4
        ],
        [
          {
            "type": "DURABILITY"
          },
          3
        ]
      ]
    }
  },
  "potions": {
    "0": {
      "type": "INCREASE_DAMAGE",
      "amplifier": 1,
      "duration": 120
    },
    "1": {
      "type": "SPEED",
      "amplifier": 1,
      "duration": 120
    }
  },
  "fillInventoryWithPotions": true,
  "signupTimeMinutes": 2,
  "roamTimerSeconds": 20,
  "maxRunTimeMinutes": 10,
  "minMembers": 5,
  "maxMembers": 25,
  "autoStarter": true,
  "waitToStartMinutes": 10,
  "timeToWaitBetweenEventsHours": 2,
  "runningPlaceholder": "&arunning...",
  "notRunningPlaceholder": "&cnot running...",
  "whitelistedCommands": [
    "/f c"
  ],
  "winnerCommands": [
    "eco give {player} 1000"
  ]
}

Last updated