Simplify base naming sectionNo Thanks

Can you please make the base naming section simpler?  Also options to configure height and such?

Instead of something like " Nivex1{ then Nivex 4, 5, & 6 ) inside Nivex1, Could you do something like this?

Base 1 Name: (Copy&Paste Base Name HERE)
Height: 1.2
Option:  Stability
Value: False
Use for Easy: (true or false)
Use for Med: (true or false)
Use for Hard: (true or false)

Because Now, Under "NIVEX1" you have a space that says additional bases under this.... And NIVEX 4, 5 & 6, are there and seem to repeat... It makes no sense what is going on...

Please simplify this part.

I'm working with a bunch of server owners and we are all struggling with this part.
Thanks.
James

nivex1, nivex2, and nivex3 can be used as a profile name instead of a base name

"Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,

this is what determines if it is easy, medium, or hard. this is much simpler than 3 different settings you'd have to toggle true or false. I also plan on adding additional difficulties in the future, such as very easy, very hard, and nightmare

you can configure height and such already, and is why it repeats. they're examples so you can easily rename them to your copypaste files. each base comes with its own height, autoheight and stability setting. sharing a single setting for each was done in the past and caused more problems for users than it's worth

also, due to limitations of the copypaste plugin some of these settings do not work properly. i suggest leaving them as their default values and only adjusting height until the author of copypaste addresses these issues. some people have luck with autoheight true, and others do not.

this information is covered in the documentation already. if you feel that something isn't clear enough, then please specify exactly what that is, and I can I try to explain it a bit better for ya

Hello,

I must admit, I am confused by this also.  Is it possible to post an example config file that contains easy, medium and hard bases?

In particular, I don't understand the following formatting:

"Raidable Bases": {
"Buildings": {
"nivex1": {
"Additional Bases For This Difficulty": {
"nivex4": [

What is the reference to "nivex1" and what is the reference to "nivex4"?  Are these both base names?  Is this whole section considered easy?

Thanks,
seacowz
guys, this info is in the documentation

Obviously the bases section is giving myself and a few people grief.  You asked me to specify is something isnt clear, and I feel like we've done that. Both Myself and Seacowz did in previous messages..

So I'm going to ask again...  Is there a way this can be changed so that rather than profiles, with bases inside the profiles (ie: nivex1, nivex2, nivex3), we can just list the bases 1x1?  Something like this format:

"Base 1 Name:" MyFirstBase,
"Height:" 1.2,
"Option:"  Stability,
"Value:" False,
"Difficulty (1-Easy, 2-Med, 3-Hard):" 1

"Base 2 Name:" MySecondBaseHere,
"Height:" 1.2,
"Option:"  Stability,
"Value:" False,
"Difficulty (1-Easy, 2-Med, 3-Hard):" 3

(And so on and so on...)

PLEASE don't just reply with "It's in the documentation" because I've read it... Multiple Times... The layout with containers is very confusing for myself, Seacowz, and about 10 other ppl on the Rust Server Owners Discord I'm part of... As of right now, I know 3 owners who want to use it, but can't figure out how to make it work at all... I'm trying to help them get it working, but when I can't explain or understand how or why something is the way it is.... Well.. It makes it so they won't use it...

This is a GREAT PLUGIN!!!! Thank you very much for the time you put into it... I'm sure it makes perfect sense to you, but there are A LOT of ppl struggling with it..  I promise you.. I am the one person who you'll want to have understand this very well at the end of the day... Because I'm usually one of the "go-to" persons in our "Server Owners Discord Channel" that people come to for help...  Once I can help others, it'll cut down on duplicate questions for you.. 

Thanks In Advance for your help...
James

it won't be changed to that because they must have all other options as well, and doing it that way would only bloat the config even more. that's why there's 3 primary bases with 3 additonal bases in for each, and all of their associated settings already configured using defaults.

nivex1, nivex2, and nivex3 are primary bases. once you've changed these to the names of your copypaste files then you can edit the difficulty for each of them. this MUST be 0, 1, or 2 (0 = easy, 1 = medium, 2 = hard. no other number will work)

nivex4, nivex5, and nivex6 are secondary bases that share the same settings as the primary base. change these names to your copypaste files and move on to the next option

collections are kept above single options so paste options for secondary bases (labeled Additional Bases) are listed first, and then the paste option settings for the primary base is listed next. after this is the configuration that'll be shared among the bases in this profile.

you can also do this using rb.config. if you want to add nivex1 with its secondary bases as nivex4, nivex5 and nivex6 using 0 for the difficulty (easy) then the command is simply:

rb.config add nivex1 nivex4 nivex5 nivex6 0

this will create the primary base nivex1, with additional bases nivex4 nivex5 nivex6 using 0 as the difficulty (easy)

Loot (Empty List = Use Treasure Loot) - if this contains items then this will be the first list of items chosen to spawn from

Loot Easy|Medium|Hard Difficulty - if any of these lists contain items then they will be the next list of items chosen to spawn from

Treasure Loot is the default list, and the last list to be used for items chosen to be spawned from​

I don't understand where the confusion about containers is coming from

maybe this will help you gys
you can use my cfg to locate the builings and the Difficultys .

my cfg have 6 profiles , 2 profiles for each difficulty .

=================================
eg. :
2 easy profiles with 4 buildings in each profile .
easy profile buildings :
(easy,easy1,easy2,easy3)
easy4 profile buildings :
(easy4,easy5,easy6,easy7)

medium and hard have the same thing . 
====================================

{
  "Settings": {
    "Raid Management": {
      "Max Percent Allowed To Spawn Per Difficulty (0 = ignore)": {
        "Easy": 90,
        "Medium": 50,
        "Hard": 10
      },
      "Player Lockouts (0 = ignore)": {
        "Time Between Raids In Minutes (Easy)": 30,
        "Time Between Raids In Minutes (Medium)": 30,
        "Time Between Raids In Minutes (Hard)": 30,
        "Block Clans From Owning More Than One Raid": true,
        "Block Friends From Owning More Than One Raid": true,
        "Block Teams From Owning More Than One Raid": true
      },
      "Easy Raids Can Spawn On": {
        "Monday": true,
        "Tuesday": true,
        "Wednesday": true,
        "Thursday": true,
        "Friday": true,
        "Saturday": true,
        "Sunday": true
      },
      "Medium Raids Can Spawn On": {
        "Monday": true,
        "Tuesday": true,
        "Wednesday": true,
        "Thursday": true,
        "Friday": true,
        "Saturday": true,
        "Sunday": true
      },
      "Hard Raids Can Spawn On": {
        "Monday": true,
        "Tuesday": true,
        "Wednesday": true,
        "Thursday": true,
        "Friday": true,
        "Saturday": true,
        "Sunday": true
      },
      "Allow Teleport": false,
      "Allow Cupboard Loot To Drop": true,
      "Allow Player Bags To Be Lootable At PVP Bases": true,
      "Allow Player Bags To Be Lootable At PVE Bases": true,
      "Allow Vending Machines To Broadcast": false,
      "Backpacks Can Be Opened At PVE Bases": true,
      "Backpacks Can Be Opened At PVP Bases": true,
      "Backpacks Can Drop At PVE Bases": true,
      "Backpacks Can Drop In PVP Bases": true,
      "Block Mounted Damage To Bases And Players": false,
      "Block RestoreUponDeath Plugin For PVP Bases": false,
      "Block RestoreUponDeath Plugin For PVE Bases": false,
      "Boxes Are Invulnerable": false,
      "Bypass Lock Treasure To First Attacker For PVE Bases": false,
      "Bypass Lock Treasure To First Attacker For PVP Bases": false,
      "Building Blocks Are Immune To Damage": false,
      "Divide Rewards Among All Raiders": true,
      "Draw Corpse Time (Seconds)": 300,
      "Eject Sleepers Before Spawning Base": true,
      "Ignore Containers That Spawn With Loot Already": false,
      "Move Cookables Into Ovens": true,
      "Lock Treasure To First Attacker": false,
      "Lock Treasure Max Inactive Time (Minutes)": 10,
      "Minutes Until Despawn After Looting (min: 1)": 15,
      "Minutes Until Despawn After Inactive (0 = disabled)": 45,
      "Minutes Until Despawn After Inactive Resets When Damaged": true,
      "PVP Delay Between Zone Hopping": 10,
      "Require Cupboard To Be Looted Before Despawning": false,
      "Destroying The Cupboard Completes The Raid": false,
      "Require All Bases To Spawn Before Respawning An Existing Base": false,
      "Turn Lights On At Night": true,
      "Turn Lights On Indefinitely": false,
      "Use Random Codes On Code Locks": true
    },
    "Map Markers": {
      "Marker Name": "Raidable Base Event",
      "Radius": 0.25,
      "Use Vending Map Marker": false,
      "Use Explosion Map Marker": true,
      "Create Markers For Buyable Events": true,
      "Create Markers For Maintained Events": true,
      "Create Markers For Scheduled Events": true,
      "Create Markers For Manual Events": true
    },
    "Buyable Events": {
      "Allow Players To Buy PVP Raids": true,
      "Cooldown Between Purchases": 460,
      "Convert PVE To PVP": true,
      "Distance To Spawn Bought Raids From Player": 550,
      "Lock Raid To Buyer And Friends": true,
      "Max Buyable Events": 1,
      "Reset Purchased Owner After X Minutes Offline": 20,
      "Spawn Bases X Distance Apart": 100,
      "Spawns Database File (Optional)": "raid"
    },
    "Maintained Events": {
      "Always Maintain Max Events": true,
      "Convert PVE To PVP": true,
      "Include PVE Bases": true,
      "Include PVP Bases": true,
      "Minimum Required Players Online": 3,
      "Max Maintained Events": 1,
      "Spawn Bases X Distance Apart": 300,
      "Spawns Database File (Optional)": "raid"
    },
    "Manual Events": {
      "Convert PVE To PVP": true,
      "Max Manual Events": 3,
      "Spawn Bases X Distance Apart": 100,
      "Spawns Database File (Optional)": "raid"
    },
    "Scheduled Events": {
      "Enabled": true,
      "Convert PVE To PVP": true,
      "Every Min Seconds": 3600,
      "Every Max Seconds": 3600,
      "Include PVE Bases": true,
      "Include PVP Bases": true,
      "Max Scheduled Events": 1,
      "Minimum Required Players Online": 3,
      "Spawn Bases X Distance Apart": 150,
      "Spawns Database File (Optional)": "raid"
    },
    "Economics Buy Raid Costs (0 = disabled)": {
      "Easy": 0,
      "Medium": 0,
      "Hard": 0
    },
    "ServerRewards Buy Raid Costs (0 = disabled)": {
      "Easy": 500,
      "Medium": 1000,
      "Hard": 1500
    },
    "Automatically Teleport Admins To Their Map Marker Positions": false,
    "Block Wizardry Plugin At Events": false,
    "Chat Steam64ID": 0,
    "Expansion Mode (Dangerous Treasures)": false,
    "Remove Admins From Raiders List": false,
    "Show X Z Coordinates": false,
    "Buy Raid Command": "buyraid",
    "Event Command": "rbe",
    "Hunter Command": "rb",
    "Server Console Command": "rbevent"
  },
  "Event Messages": {
    "Announce Raid Unlocked": false,
    "Announce Buy Base Messages": true,
    "Announce Thief Message": true,
    "Announce PVE/PVP Enter/Exit Messages": true,
    "Show Destroy Warning": true,
    "Show Opened Message": true,
    "Show Prefix": true
  },
  "GUIAnnouncements": {
    "Enabled": true,
    "Banner Tint Color": "Grey",
    "Maximum Distance": 500,
    "Text Color": "White"
  },
  "Lusty Map": {
    "Enabled": false,
    "Icon File": "http://i.imgur.com/XoEMTJj.png",
    "Icon Name": "rbevent",
    "Icon Rotation": 0
  },
  "Raidable Bases": {
    "Buildings": {
      "hard": {
        "Additional Bases For This Difficulty": {
          "hard1": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "hard2": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "hard3": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": true,
          "Extra Stacks": 1,
          "Use Stone Walls": true,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 4,
            "Chance To Play": 0
          },
          "Level 2 - Final Death": true
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "Banana",
            "Potato",
            "MichaelJackson"
          ],
          "Amount To Spawn": 6,
          "Aggression Range": 70,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 300,
          "Health For Scientists (100 min, 5000 max)": 300,
          "Minimum Amount To Spawn": 3,
          "Use Dangerous Treasures NPCs": true,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 85,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": true
        },
        "Rewards": {
          "Economics Money": 0,
          "ServerRewards Points": 100
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": true,
        "Block Outside Damage From Players To Bases Inside Events": true,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 2,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      },
      "hard4": {
        "Additional Bases For This Difficulty": {
          "hard5": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "hard6": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "hard7": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": true,
          "Extra Stacks": 1,
          "Use Stone Walls": true,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 4,
            "Chance To Play": 0
          },
          "Level 2 - Final Death": true
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "Banana",
            "Potato",
            "MichaelJackson"
          ],
          "Amount To Spawn": 6,
          "Aggression Range": 70,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 300,
          "Health For Scientists (100 min, 5000 max)": 300,
          "Minimum Amount To Spawn": 3,
          "Use Dangerous Treasures NPCs": true,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 85,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": true
        },
        "Rewards": {
          "Economics Money": 0,
          "ServerRewards Points": 100
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": true,
        "Block Outside Damage From Players To Bases Inside Events": true,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 2,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      },
      "easy": {
        "Additional Bases For This Difficulty": {
          "easy1": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "easy2": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "easy3": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": false,
          "Extra Stacks": 1,
          "Use Stone Walls": true,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 2,
            "Chance To Play": 0
          },
          "Level 2 - Final Death": false
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "Banana",
            "Potato",
            "MichaelJackson"
          ],
          "Amount To Spawn": 1,
          "Aggression Range": 20,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 150,
          "Health For Scientists (100 min, 5000 max)": 150,
          "Minimum Amount To Spawn": 1,
          "Use Dangerous Treasures NPCs": true,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 65,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": true
        },
        "Rewards": {
          "Economics Money": 0,
          "ServerRewards Points": 30
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": true,
        "Block Outside Damage From Players To Bases Inside Events": true,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      },
      "easy4": {
        "Additional Bases For This Difficulty": {
          "easy5": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "easy6": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "easy7": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": false,
          "Extra Stacks": 1,
          "Use Stone Walls": true,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 2,
            "Chance To Play": 0
          },
          "Level 2 - Final Death": false
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "Banana",
            "Potato",
            "MichaelJackson"
          ],
          "Amount To Spawn": 1,
          "Aggression Range": 20,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 150,
          "Health For Scientists (100 min, 5000 max)": 150,
          "Minimum Amount To Spawn": 1,
          "Use Dangerous Treasures NPCs": true,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 65,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": true
        },
        "Rewards": {
          "Economics Money": 0,
          "ServerRewards Points": 30
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": true,
        "Block Outside Damage From Players To Bases Inside Events": true,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      },
      "medium": {
        "Additional Bases For This Difficulty": {
          "medium1": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "medium2": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "medium3": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": false,
          "Extra Stacks": 1,
          "Use Stone Walls": false,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 1,
            "Chance To Play": 0.5
          },
          "Level 2 - Final Death": false
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "MichaelJackson"
          ],
          "Amount To Spawn": 3,
          "Aggression Range": 70,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 260,
          "Health For Scientists (100 min, 5000 max)": 260,
          "Minimum Amount To Spawn": 1,
          "Use Dangerous Treasures NPCs": false,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 85,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": false
        },
        "Rewards": {
          "Economics Money": 20,
          "ServerRewards Points": 50
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": false,
        "Block Outside Damage From Players To Bases Inside Events": false,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 1,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      },
      "medium4": {
        "Additional Bases For This Difficulty": {
          "medium5": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "medium6": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ],
          "medium7": [
            {
              "Option": "stability",
              "Value": "false"
            },
            {
              "Option": "autoheight",
              "Value": "false"
            },
            {
              "Option": "height",
              "Value": "1.0"
            }
          ]
        },
        "Paste Options": [
          {
            "Option": "stability",
            "Value": "false"
          },
          {
            "Option": "autoheight",
            "Value": "false"
          },
          {
            "Option": "height",
            "Value": "1.0"
          }
        ],
        "Arena Walls": {
          "Enabled": false,
          "Extra Stacks": 1,
          "Use Stone Walls": false,
          "Use Least Amount Of Walls": true,
          "Use UFO Walls": false,
          "Radius": 25
        },
        "NPC Levels": {
          "Level 1 - Play With Fire": {
            "Amount (0 = disabled)": 1,
            "Chance To Play": 0.5
          },
          "Level 2 - Final Death": false
        },
        "NPCs": {
          "Murderer Items": [
            "metal.facemask",
            "metal.plate.torso",
            "pants",
            "tactical.gloves",
            "boots.frog",
            "tshirt",
            "machete"
          ],
          "Scientist Items": [
            "hazmatsuit_scientist",
            "rifle.ak"
          ],
          "Murderer Kits": [
            "murderer_kit_1",
            "murderer_kit_2"
          ],
          "Scientist Kits": [
            "scientist_kit_1",
            "scientist_kit_2"
          ],
          "Random Names": [
            "50cent",
            "SelenaGomez",
            "MichaelJackson"
          ],
          "Amount To Spawn": 3,
          "Aggression Range": 70,
          "Despawn Inventory On Death": true,
          "Enabled": true,
          "Health For Murderers (100 min, 5000 max)": 260,
          "Health For Scientists (100 min, 5000 max)": 260,
          "Minimum Amount To Spawn": 1,
          "Use Dangerous Treasures NPCs": false,
          "Spawn Murderers And Scientists": true,
          "Scientist Weapon Accuracy (0 - 100)": 85,
          "Spawn Murderers": false,
          "Spawn Random Amount": false,
          "Spawn Scientists Only": false
        },
        "Rewards": {
          "Economics Money": 20,
          "ServerRewards Points": 50
        },
        "Change Building Material Tier To": {
          "Wooden": false,
          "Stone": false,
          "Metal": false,
          "HQM": false
        },
        "Loot (Empty List = Use Treasure Loot)": [],
        "Add Code Lock To Unlocked Or KeyLocked Doors": true,
        "Allow Base To Float Above Water": false,
        "Allow Duplicate Items": false,
        "Allow Players To Pickup Deployables": false,
        "Allow Players To Deploy A Cupboard": true,
        "Allow PVP": true,
        "Allow Friendly Fire (Teams)": true,
        "Amount Of Items To Spawn": 6,
        "Auto Turret Health": 1000,
        "Block Outside Damage From Players To Players Inside Events": false,
        "Block Outside Damage From Players To Bases Inside Events": false,
        "Difficulty (0 = easy, 1 = medium, 2 = hard)": 1,
        "Divide Loot Into All Containers": false,
        "Drop Container Loot X Seconds After It Is Looted": 0,
        "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
        "Empty All Containers Before Spawning Loot": false,
        "Eject Enemies From Purchased PVE Raids": true,
        "Eject Enemies From Purchased PVP Raids": true,
        "Eject Enemies From Locked PVE Raids": true,
        "Eject Enemies From Locked PVP Raids": true,
        "Equip Unequipped AutoTurret With": "rifle.ak",
        "Explosion Damage Modifier (0-999)": 100,
        "Force All Boxes To Have Same Skin": true,
        "Maximum Elevation Level": 2.5,
        "Protection Radius": 50,
        "Block Plugins Which Prevent Item Durability Loss": false,
        "Remove Equipped AutoTurret Weapon": false,
        "Require Cupboard Access To Loot": false,
        "Respawn Npc X Seconds After Death": 0,
        "Skip Treasure Loot And Use Loot In Base Only": false,
        "Use Loot Table Priority": false
      }
    }
  },
  "Ranked Ladder": {
    "Award Top X Players On Wipe": 3,
    "Enabled": true
  },
  "Skins": {
    "Include Workshop Skins": true,
    "Preset Skin": 0,
    "Use Random Skin": true
  },
  "Treasure": {
    "Use Random Skins": false,
    "Include Workshop Skins": false,
    "Use Day Of Week Loot": false,
    "Percent Minimum Loss": 0,
    "Percent Increase When Using Day Of Week Loot": false,
    "Day Of Week Loot Monday": [],
    "Day Of Week Loot Tuesday": [],
    "Day Of Week Loot Wednesday": [],
    "Day Of Week Loot Thursday": [],
    "Day Of Week Loot Friday": [],
    "Day Of Week Loot Saturday": [],
    "Day Of Week Loot Sunday": [],
    "Percent Increase On Monday": 0,
    "Percent Increase On Tuesday": 0,
    "Percent Increase On Wednesday": 0,
    "Percent Increase On Thursday": 0,
    "Percent Increase On Friday": 0,
    "Percent Increase On Saturday": 0,
    "Percent Increase On Sunday": 0,
    "Loot (Easy Difficulty)": [],
    "Loot (Medium Difficulty)": [],
    "Loot (Hard Difficulty)": [],
    "Loot": [
      {
        "shortname": "ammo.pistol",
        "amount": 40,
        "skin": 0,
        "amountMin": 40
      },
      {
        "shortname": "ammo.pistol.fire",
        "amount": 40,
        "skin": 0,
        "amountMin": 40
      },
      {
        "shortname": "ammo.pistol.hv",
        "amount": 40,
        "skin": 0,
        "amountMin": 40
      },
      {
        "shortname": "ammo.rifle",
        "amount": 60,
        "skin": 0,
        "amountMin": 60
      },
      {
        "shortname": "ammo.rifle.explosive",
        "amount": 60,
        "skin": 0,
        "amountMin": 60
      },
      {
        "shortname": "ammo.rifle.hv",
        "amount": 60,
        "skin": 0,
        "amountMin": 60
      },
      {
        "shortname": "ammo.rifle.incendiary",
        "amount": 60,
        "skin": 0,
        "amountMin": 60
      },
      {
        "shortname": "ammo.shotgun",
        "amount": 24,
        "skin": 0,
        "amountMin": 24
      },
      {
        "shortname": "ammo.shotgun.slug",
        "amount": 40,
        "skin": 0,
        "amountMin": 40
      },
      {
        "shortname": "surveycharge",
        "amount": 20,
        "skin": 0,
        "amountMin": 20
      },
      {
        "shortname": "metal.refined",
        "amount": 150,
        "skin": 0,
        "amountMin": 150
      },
      {
        "shortname": "bucket.helmet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "cctv.camera",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "coffeecan.helmet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "explosive.timed",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "metal.facemask",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "metal.plate.torso",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "mining.quarry",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pistol.m92",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "rifle.ak",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "rifle.bolt",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "rifle.lr300",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "smg.2",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "smg.mp5",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "smg.thompson",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "supply.signal",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "targeting.computer",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      }
    ]
  },
  "TruePVE": {
    "Allow PVP Server-Wide During Events": false
  },
  "UI": {
    "Lockouts": {
      "Enabled": false,
      "Easy Anchor Min": "0.838 0.285",
      "Easy Anchor Max": "0.883 0.320",
      "Medium Anchor Min": "0.893 0.285",
      "Medium Anchor Max": "0.936 0.320",
      "Hard Anchor Min": "0.946 0.285",
      "Hard Anchor Max": "0.986 0.320",
      "Panel Alpha": 1
    },
    "Enabled": false,
    "Anchor Min": "0.838 0.249",
    "Anchor Max": "0.986 0.284",
    "Font Size": 18,
    "Panel Alpha": 1,
    "Panel Color": "#000000",
    "PVP Color": "#FF0000",
    "PVE Color": "#008000",
    "Show Containers Left": false,
    "Show Time Left": true
  },
  "Weapons": {
    "Infinite Ammo": {
      "AutoTurret": true,
      "FlameTurret": true,
      "FogMachine": true,
      "GunTrap": true,
      "SamSite": true
    },
    "Ammo": {
      "AutoTurret": 256,
      "FlameTurret": 256,
      "FogMachine": 5,
      "GunTrap": 128,
      "SamSite": 24
    },
    "SamSite Repairs Every X Minutes (0.0 = disabled)": 5
  }
}
Max Percent Allowed To Spawn Per Difficulty (0 = ignore)

these are supposed to be 100% total

nivex
Max Percent Allowed To Spawn Per Difficulty (0 = ignore)

these are supposed to be 100% total

Thank you will fix it XD <3
Thank you for the example config.  I will give it a try.

seacowz
I don't see this option in my 'RaidableBases.json',has it been removed?
"Option": "autoheight",​
no, not removed. it is there by default
Thanks, i ask as all of the bases taht are being pasted by the mod are so high off the ground... this is despite copying the base at ground level. :(
a setting is wrong, post config
PM'd you the config, thanks.
Locked automatically