Adds zones and domes to monuments automatically

Supported Games
GameServerKingsGameServerKings
works with

Zone Manager Auto Zones finds and adds zones and domes to monuments automatically. This spawns an automatic preset radius for each monumnet. This is for those that struggle with manually adding new zones on monuments after each wipe with a new map seeds and world sizes. Those days are now over.

Now has support for NextGenPVE Plugin

Monuments Supported

  • Airfield
  • The Dome
  • Water Treatment Plant
  • Sewer Branch
  • Launch Site
  • Military Tunnel
  • Excavator Pit
  • Satellite Dish
  • Power Plant
  • Junkyard
  • Trainyard
  • Small Harbor
  • Large Harbor
  • Small Oil Rig
  • Large Oil Rig
  • All Supermarkets - (can enable/disable individually)
  • All Gas Stations - (can enable/disable individually)
  • All Quarries - (HQM, Stone, Sulfur - can enable/disable individually)
  • Abandon Cabins
  • Both Wild Swamps - (can enable/disable individually)
  • Lighthouses - (can enable/disable individually)
  • All 3 NEW Fishing Villages - (can enable/disable individually)
  • Outpost & Bandit Camp now added - both are disabled by default.
  • All 4 Desert Military Bases added
  • Stables & Ranch added
  • Artic Research Base added
  • Missile Silo added
  • Ferry Terminal added
  • Rad Town added

Installation

IMPORTANT CHANGE - The NEW Fishing Villages are labeled in the Config Enter Messages as SAFE ZONES

BEFORE UPGRADING TO 1.2.0 DELETE YOUR OLD CONFIG FILE THIS IS AN ENTIRELY NEW REWRITE

---- Do not update to 1.2.0 without fully reading the Update Section Notes ----

Simply upload and change anything in the config, You can remove or change the radius of each of the listed monuments.

True PVE is supported. You can set the RuleSet or have it exclude them. By default monuments are added and set as "exclude: to TruePVE. This is a universal setting for all monuments.

You can set each monument to have its own options or disable the monument. See the configuration for options and settings.

SPECIAL NOTE ON ZONE DOMES

Every time you save, Zone Manager Auto Zones will automatically destroy and reload the Zone Domes.

Configuration

  "ZonesDome Option": {
    "Use Zone Domes Spheres over Zones": true,
    "Enable TruePVE to allow Rule Sets": true,
    "Enable NextGenPVE to allow Rule Sets": false
  },
  "Zone Location Options": {
    "Monument Options": {
      "Airfield": {                     
        "Enabled": true,
        "Radius": 200,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Small Harbour": {
        "Enabled": true,
        "Radius": 145,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Large Harbour": {
        "Enabled": true,
        "Radius": 150,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Launch Site": {
        "Enabled": true,
        "Radius": 295,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": null
      },
      "Large Oil Rig": {
        "Enabled": true,
        "Radius": 165,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Small Oil Rig": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Power Plant": {
        "Enabled": true,
        "Radius": 150,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Junk Yard": {
        "Enabled": true,
        "Radius": 165,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Military Tunnels": {
        "Enabled": true,
        "Radius": 115,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Train Yard": {
        "Enabled": true,
        "Radius": 165,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Water Treatment Plant": {
        "Enabled": true,
        "Radius": 175,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Giant Excavator Pit": {
        "Enabled": true,
        "Radius": 205,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Satellite Dish": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Sewer Branch": {
        "Enabled": true,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "The Dome": {
        "Enabled": true,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Oxum's Gas Station #1": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Oxum's Gas Station #2": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Oxum's Gas Station #3": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Sulfur Quarry": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Stone Quarry": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "HQM Quarry": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Wild Swamp 1": {
        "Enabled": false,
        "Radius": 95,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Wild Swamp 2": {
        "Enabled": false,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Abandoned Cabins": {
        "Enabled": false,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Light House #1": {
        "Enabled": true,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Light House #2": {
        "Enabled": true,
        "Radius": 80,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Abandoned Supermarket #1": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Abandoned Supermarket #2": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Abandoned Supermarket #3": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Mining Outpost #1": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Mining Outpost #2": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Mining Outpost #3": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Fishing Village #1": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Fishing Village #2": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Fishing Village #3": {
        "Enabled": false,
        "Radius": 50,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights",
          "nodeploy",
          "nobuild",
          "notp"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Outpost": {
        "Enabled": false,
        "Radius": 135,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVP Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Bandit Camp": {
        "Enabled": false,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVP Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Desert Base 1": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Desert Base 2": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Desert Base 3": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Desert Base 4": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Stables": {
        "Enabled": false,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVP Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Ranch": {
        "Enabled": false,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a Safe Zone",
        "Leave Zone Message": "Returning to PVP Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Artic Research Base": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Nuclear Missile Silo": {
        "Enabled": true,
        "Radius": 100,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      },
      "Ferry Terminal": {
        "Enabled": true,
        "Radius": 125,
        "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
        "Leave Zone Message": "Returning to PVE Area",
        "Zone Flags": [
          "autolights"
        ],
        "TruePVE RuleSet to use if TruePVE is enabled": "exclude",
        "NextGenPVE RuleSet to use if NextGenPVE is enabled": "exclude"
      }
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 4,
    "Patch": 0                
  }
}
  • Messages - Enter and Leave Zone Messages will be across all monuments
  • Zone Settings - Monument to include and its radius size
  • Use Domes - set to true or false
  • Use TruePVE - set to true or false
  • Use NextGenPVEPVE - set to true or false
  • TruePVE RuleSet - default is "exclude"
  • NextGenPVE RuleSet - default is "exclude"
  • ZoneFlags - currently only adds autolights
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.