SupremeDev
  • Supreme Development
  • Important
    • Installation
    • PayPal + Google Pay
    • Server Owner Advice
    • Json - Why?
    • Free Client Plugins
      • Supreme KillHolograms
        • config.yml
      • Supreme EXPShop
        • Commands & Permissions
        • config.yml
      • Supreme DeathBans
        • Commands & Permissions
        • config.yml
        • lang.yml
  • Plugins
    • Supreme Factions
      • Placeholders
      • Commands & Permissions
      • Developer API
      • Files
        • raids.json
        • lang.yml
        • conf.json
        • config.yml
        • upgrades.yml
    • Supreme Spawners
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • conf.json
        • entity-settings.json
        • stacker-settings.json
    • Supreme Hoes
      • Commands & Permissions
      • Placeholders
      • Developer API
      • Files
        • config.yml
        • captcha.yml
        • menus.yml
    • Supreme Printer
      • Commands & Permissions
      • Developer API
      • Files
        • config.yml
    • Supreme Blood Orbs
      • Commands & Permissions
      • Files
        • config.yml
        • lang.yml
    • Supreme TokenShop
      • Commands & Permissions
      • config.yml
    • Supreme LMS
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Roam
      • Commands & Permissions
      • Files
        • lang.yml
        • config.yml
    • Supreme MobSwords
      • Commands & Permissions
      • Placeholders
      • Files
        • menus.yml
        • config.yml
    • Supreme BindIP
      • Commands & Permissions
    • Supreme Robots
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • config.json
    • Supreme Meteors
      • Commands & Permissions
      • Files
        • config.yml
        • lang.json
    • Supreme Tools
      • Commands & Permissions
      • Files
        • config.yml
    • Supreme Collectors
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Player Stats
      • Commands & Permissions
      • Statistic Types
      • Files
        • menus.yml
        • config.json
    • Supreme Miner Picks
      • Commands & Permissions
      • Files
        • drops.yml
        • menus.yml
        • config.yml
  • Addons
    • Factions Top
    • Harvest Event
    • Hoe Boosters
  • Libraries
  • SupremeCaptcha
    • Commands & Permissions
    • Files
      • config.json
  • SupremeTokens
    • Commands & Permissions
    • Files
      • lang.json
      • config.json
Powered by GitBook
On this page

Was this helpful?

  1. Plugins
  2. Supreme LMS
  3. Files

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"
  ]
}
Previouslang.jsonNextSupreme Roam

Last updated 3 years ago

Was this helpful?