Different loot tablesSolved
does anybody have a config file to share to show how to set up different loot tiers for easy medium and hard bases

Here's my entire JSON file -- I'm still testing to see how it all responds but so far the loot (and base spawning) all seems to work.

The only thing I need to fix to get it working the way I want it to is to stop bases from occasionally spawning in the sky....

 

----

 

{
	"Settings": {
		"Raid Management": {
			"Max Percent Allowed To Spawn Per Difficulty (0 = ignore)": {
				"Easy": 0.0,
				"Medium": 0.0,
				"Hard": 0.0
			},
			"Player Lockouts (0 = ignore)": {
				"Time Between Raids In Minutes (Easy)": 0.0,
				"Time Between Raids In Minutes (Medium)": 0.0,
				"Time Between Raids In Minutes (Hard)": 0.0,
				"Block Clans From Owning More Than One Raid": false,
				"Block Friends From Owning More Than One Raid": false,
				"Block Teams From Owning More Than One Raid": false
			},
			"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 Raid Bases On Roads": false,
			"Allow Raid Bases On Rivers": 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,
			"Do Not Destroy Player Built Deployables": false,
			"Divide Rewards Among All Raiders": false,
			"Draw Corpse Time (Seconds)": 300.0,
			"Eject Sleepers Before Spawning Base": true,
			"Flame Turrets Ignore NPCs": false,
			"Ignore Containers That Spawn With Loot Already": false,
			"Move Cookables Into Ovens": true,
			"Move Food Into BBQ Or Fridge": true,
			"Move Resources Into Tool Cupboard": false,
			"Lock Treasure To First Attacker": false,
			"Lock Treasure Max Inactive Time (Minutes)": 10.0,
			"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,
			"Player Cupboard Detection Radius": 75.0,
			"PVP Delay Between Zone Hopping": 10.0,
			"Prevent Players From Hogging Raids": false,
			"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.0,
			"Use Vending Map Marker": false,
			"Use Explosion Map Marker": false,
			"Create Markers For Buyable Events": false,
			"Create Markers For Maintained Events": false,
			"Create Markers For Scheduled Events": false,
			"Create Markers For Manual Events": false
		},
		"Buyable Events": {
			"Allow Players To Buy PVP Raids": false,
			"Cooldown Between Purchases": 60.0,
			"Convert PVE To PVP": false,
			"Distance To Spawn Bought Raids From Player": 150.0,
			"Lock Raid To Buyer And Friends": true,
			"Max Buyable Events": 1,
			"Reset Purchased Owner After X Minutes Offline": 10.0,
			"Spawn Bases X Distance Apart": 100.0,
			"Spawns Database File (Optional)": "none"
		},
		"Maintained Events": {
			"Always Maintain Max Events": true,
			"Convert PVE To PVP": false,
			"Include PVE Bases": true,
			"Include PVP Bases": true,
			"Minimum Required Players Online": 0,
			"Max Maintained Events": 30,
			"Spawn Bases X Distance Apart": 100.0,
			"Spawns Database File (Optional)": "none"
		},
		"Manual Events": {
			"Convert PVE To PVP": false,
			"Max Manual Events": 10,
			"Spawn Bases X Distance Apart": 100.0,
			"Spawns Database File (Optional)": "none"
		},
		"Scheduled Events": {
			"Enabled": false,
			"Convert PVE To PVP": false,
			"Every Min Seconds": 3600.0,
			"Every Max Seconds": 7200.0,
			"Include PVE Bases": true,
			"Include PVP Bases": true,
			"Max Scheduled Events": 1,
			"Minimum Required Players Online": 1,
			"Spawn Bases X Distance Apart": 100.0,
			"Spawns Database File (Optional)": "none"
		},
		"Economics Buy Raid Costs (0 = disabled)": {
			"Easy": 0.0,
			"Medium": 0.0,
			"Hard": 0.0
		},
		"ServerRewards Buy Raid Costs (0 = disabled)": {
			"Easy": 0,
			"Medium": 0,
			"Hard": 0
		},
		"Allowed Zone Manager Zones": [
			"pvp",
			"99999999"
		],
		"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": false,
		"Announce Thief Message": false,
		"Announce PVE/PVP Enter/Exit Messages": false,
		"Show Destroy Warning": true,
		"Show Opened Message": true,
		"Show Prefix": true
	},
	"GUIAnnouncements": {
		"Enabled": false,
		"Banner Tint Color": "Grey",
		"Maximum Distance": 300.0,
		"Text Color": "White"
	},
	"Lusty Map": {
		"Enabled": false,
		"Icon File": "http://i.imgur.com/XoEMTJj.png",
		"Icon Name": "rbevent",
		"Icon Rotation": 0.0
	},
	"Raidable Bases": {
		"Buildings": {
			"small1": {
				"Additional Bases For This Difficulty": {
					"small2": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"small3": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"small4": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"small5": [{
							"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.0
				},
				"NPC Levels": {
					"Level 1 - Play With Fire": {
						"Amount (0 = disabled)": 0,
						"Chance To Play": 0.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": [],
					"Amount To Spawn": 0,
					"Aggression Range": 70.0,
					"Despawn Inventory On Death": true,
					"Enabled": false,
					"Health For Murderers (100 min, 5000 max)": 150.0,
					"Health For Scientists (100 min, 5000 max)": 150.0,
					"Minimum Amount To Spawn": 0,
					"Use Dangerous Treasures NPCs": false,
					"Spawn Murderers And Scientists": false,
					"Scientist Weapon Accuracy (0 - 100)": 75.0,
					"Spawn Murderers": false,
					"Spawn Random Amount": false,
					"Spawn Scientists Only": false
				},
				"Rewards": {
					"Economics Money": 0.0,
					"ServerRewards Points": 0
				},
				"Change Building Material Tier To": {
					"Wooden": false,
					"Stone": false,
					"Metal": false,
					"HQM": false
				},
				"Loot (Empty List = Use Treasure Loot)": [{
						"shortname": "scrap",
						"amount": 100,
						"skin": 0,
						"amountMin": 50
					},
					{
						"shortname": "sulfur",
						"amount": 500,
						"skin": 0,
						"amountMin": 100
					},
					{
						"shortname": "sulfur.ore",
						"amount": 500,
						"skin": 0,
						"amountMin": 150
					},
					{
						"shortname": "metal.fragments",
						"amount": 1000,
						"skin": 0,
						"amountMin": 50
					},
					{
						"shortname": "metal.ore",
						"amount": 1000,
						"skin": 0,
						"amountMin": 50
					},
					{
						"shortname": "wood",
						"amount": 1000,
						"skin": 0,
						"amountMin": 50
					},
					{
						"shortname": "gears",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalblade",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalpipe",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalspring",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "semibody",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "sheetmetal",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "sewingkit",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "ammo.pistol",
						"amount": 400,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "ammo.rifle",
						"amount": 600,
						"skin": 0,
						"amountMin": 60
					},
					{
						"shortname": "bucket.helmet",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "targeting.computer",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					}
				],
				"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": 20,
				"Auto Turret Health": 1000.0,
				"Auto Turret Aim Cone": 5.0,
				"Auto Turret Sight Range": 30.0,
				"Flame Turret Health": 300.0,
				"Block Damage Outside Of The Dome To Players Inside (0 = disabled, 50 = recommended)": 0.0,
				"Block Damage Outside Of The Dome To Bases Inside (0 = disabled, 150 = recommended)": 0.0,
				"Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,
				"Divide Loot Into All Containers": true,
				"Drop Container Loot X Seconds After It Is Looted": 0.0,
				"Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
				"Empty All Containers Before Spawning Loot": true,
				"Eject Enemies From Purchased PVE Raids": false,
				"Eject Enemies From Purchased PVP Raids": false,
				"Eject Enemies From Locked PVE Raids": false,
				"Eject Enemies From Locked PVP Raids": false,
				"Equip Unequipped AutoTurret With": "rifle.ak",
				"Explosion Damage Modifier (0-999)": 100.0,
				"Force All Boxes To Have Same Skin": true,
				"Maximum Elevation Level": 2.5,
				"Protection Radius": 50.0,
				"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.0,
				"Skip Treasure Loot And Use Loot In Base Only": false,
				"Use Loot Table Priority": false
			},
			"med1": {
				"Additional Bases For This Difficulty": {
					"med2": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med3": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med5": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med6": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med7": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med8": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med9": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med10": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med11": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med12": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med13": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med14": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med4": [{
							"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.0
				},
				"NPC Levels": {
					"Level 1 - Play With Fire": {
						"Amount (0 = disabled)": 0,
						"Chance To Play": 0.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": [],
					"Amount To Spawn": 0,
					"Aggression Range": 70.0,
					"Despawn Inventory On Death": true,
					"Enabled": false,
					"Health For Murderers (100 min, 5000 max)": 150.0,
					"Health For Scientists (100 min, 5000 max)": 150.0,
					"Minimum Amount To Spawn": 0,
					"Use Dangerous Treasures NPCs": false,
					"Spawn Murderers And Scientists": false,
					"Scientist Weapon Accuracy (0 - 100)": 75.0,
					"Spawn Murderers": false,
					"Spawn Random Amount": false,
					"Spawn Scientists Only": false
				},
				"Rewards": {
					"Economics Money": 0.0,
					"ServerRewards Points": 0
				},
				"Change Building Material Tier To": {
					"Wooden": false,
					"Stone": false,
					"Metal": false,
					"HQM": false
				},
				"Loot (Empty List = Use Treasure Loot)": [{
						"shortname": "scrap",
						"amount": 1000,
						"skin": 0,
						"amountMin": 500
					},
					{
						"shortname": "sulfur",
						"amount": 2500,
						"skin": 0,
						"amountMin": 1000
					},
					{
						"shortname": "sulfur.ore",
						"amount": 2500,
						"skin": 0,
						"amountMin": 500
					},
					{
						"shortname": "metal.fragments",
						"amount": 10000,
						"skin": 0,
						"amountMin": 1500
					},
					{
						"shortname": "metal.ore",
						"amount": 15000,
						"skin": 0,
						"amountMin": 1500
					},
					{
						"shortname": "wood",
						"amount": 5000,
						"skin": 0,
						"amountMin": 500
					},
					{
						"shortname": "gears",
						"amount": 20,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalblade",
						"amount": 20,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalpipe",
						"amount": 20,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "metalspring",
						"amount": 20,
						"skin": 0,
						"amountMin": 5
					},
					{
						"shortname": "semibody",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "sheetmetal",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "sewingkit",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "ammo.pistol",
						"amount": 1000,
						"skin": 0,
						"amountMin": 240
					},
					{
						"shortname": "ammo.pistol.fire",
						"amount": 40,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "ammo.pistol.hv",
						"amount": 40,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "ammo.rifle",
						"amount": 1000,
						"skin": 0,
						"amountMin": 200
					},
					{
						"shortname": "ammo.rifle.explosive",
						"amount": 600,
						"skin": 0,
						"amountMin": 60
					},
					{
						"shortname": "ammo.rifle.hv",
						"amount": 600,
						"skin": 0,
						"amountMin": 60
					},
					{
						"shortname": "ammo.rifle.incendiary",
						"amount": 1000,
						"skin": 0,
						"amountMin": 100
					},
					{
						"shortname": "ammo.shotgun",
						"amount": 240,
						"skin": 0,
						"amountMin": 24
					},
					{
						"shortname": "ammo.shotgun.slug",
						"amount": 400,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "metal.refined",
						"amount": 1500,
						"skin": 0,
						"amountMin": 500
					},
					{
						"shortname": "bucket.helmet",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "cctv.camera",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "coffeecan.helmet",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "metal.facemask",
						"amount": 4,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "metal.plate.torso",
						"amount": 4,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "pistol.m92",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "rifle.ak",
						"amount": 2,
						"skin": 0,
						"amountMin": 0
					},
					{
						"shortname": "rifle.bolt",
						"amount": 1,
						"skin": 0,
						"amountMin": 0
					},
					{
						"shortname": "rifle.lr300",
						"amount": 2,
						"skin": 0,
						"amountMin": 0
					},
					{
						"shortname": "smg.2",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "smg.mp5",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "smg.thompson",
						"amount": 2,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "supply.signal",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "targeting.computer",
						"amount": 10,
						"skin": 0,
						"amountMin": 5
					}
				],
				"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": 40,
				"Auto Turret Health": 1000.0,
				"Auto Turret Aim Cone": 5.0,
				"Auto Turret Sight Range": 30.0,
				"Flame Turret Health": 300.0,
				"Block Damage Outside Of The Dome To Players Inside (0 = disabled, 50 = recommended)": 0.0,
				"Block Damage Outside Of The Dome To Bases Inside (0 = disabled, 150 = recommended)": 0.0,
				"Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,
				"Divide Loot Into All Containers": true,
				"Drop Container Loot X Seconds After It Is Looted": 0.0,
				"Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
				"Empty All Containers Before Spawning Loot": true,
				"Eject Enemies From Purchased PVE Raids": false,
				"Eject Enemies From Purchased PVP Raids": false,
				"Eject Enemies From Locked PVE Raids": false,
				"Eject Enemies From Locked PVP Raids": false,
				"Equip Unequipped AutoTurret With": "rifle.ak",
				"Explosion Damage Modifier (0-999)": 100.0,
				"Force All Boxes To Have Same Skin": true,
				"Maximum Elevation Level": 2.5,
				"Protection Radius": 50.0,
				"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.0,
				"Skip Treasure Loot And Use Loot In Base Only": false,
				"Use Loot Table Priority": false
			},
			"large1": {
				"Additional Bases For This Difficulty": {
					"med7": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med8": [{
							"Option": "stability",
							"Value": "false"
						},
						{
							"Option": "autoheight",
							"Value": "false"
						},
						{
							"Option": "height",
							"Value": "1.0"
						}
					],
					"med9": [{
							"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.0
				},
				"NPC Levels": {
					"Level 1 - Play With Fire": {
						"Amount (0 = disabled)": 0,
						"Chance To Play": 0.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": [],
					"Amount To Spawn": 0,
					"Aggression Range": 70.0,
					"Despawn Inventory On Death": true,
					"Enabled": false,
					"Health For Murderers (100 min, 5000 max)": 150.0,
					"Health For Scientists (100 min, 5000 max)": 150.0,
					"Minimum Amount To Spawn": 0,
					"Use Dangerous Treasures NPCs": false,
					"Spawn Murderers And Scientists": false,
					"Scientist Weapon Accuracy (0 - 100)": 75.0,
					"Spawn Murderers": false,
					"Spawn Random Amount": false,
					"Spawn Scientists Only": false
				},
				"Rewards": {
					"Economics Money": 0.0,
					"ServerRewards Points": 0
				},
				"Change Building Material Tier To": {
					"Wooden": false,
					"Stone": false,
					"Metal": false,
					"HQM": false
				},
				"Loot (Empty List = Use Treasure Loot)": [{
						"shortname": "scrap",
						"amount": 5000,
						"skin": 0,
						"amountMin": 1500
					},
					{
						"shortname": "sulfur",
						"amount": 8500,
						"skin": 0,
						"amountMin": 2000
					},
					{
						"shortname": "sulfur.ore",
						"amount": 5500,
						"skin": 0,
						"amountMin": 1500
					},
					{
						"shortname": "metal.fragments",
						"amount": 15000,
						"skin": 0,
						"amountMin": 2500
					},
					{
						"shortname": "metal.ore",
						"amount": 25000,
						"skin": 0,
						"amountMin": 2500
					},
					{
						"shortname": "wood",
						"amount": 15000,
						"skin": 0,
						"amountMin": 1500
					},
					{
						"shortname": "gears",
						"amount": 50,
						"skin": 0,
						"amountMin": 35
					},
					{
						"shortname": "metalblade",
						"amount": 40,
						"skin": 0,
						"amountMin": 25
					},
					{
						"shortname": "metalpipe",
						"amount": 80,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "metalspring",
						"amount": 50,
						"skin": 0,
						"amountMin": 25
					},
					{
						"shortname": "semibody",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "sheetmetal",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "sewingkit",
						"amount": 15,
						"skin": 0,
						"amountMin": 11
					},
					{
						"shortname": "ammo.pistol",
						"amount": 2000,
						"skin": 0,
						"amountMin": 480
					},
					{
						"shortname": "ammo.pistol.fire",
						"amount": 40,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "ammo.pistol.hv",
						"amount": 40,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "ammo.rifle",
						"amount": 2000,
						"skin": 0,
						"amountMin": 400
					},
					{
						"shortname": "ammo.rifle.explosive",
						"amount": 900,
						"skin": 0,
						"amountMin": 60
					},
					{
						"shortname": "ammo.rifle.hv",
						"amount": 600,
						"skin": 0,
						"amountMin": 60
					},
					{
						"shortname": "ammo.rifle.incendiary",
						"amount": 1000,
						"skin": 0,
						"amountMin": 100
					},
					{
						"shortname": "ammo.shotgun",
						"amount": 240,
						"skin": 0,
						"amountMin": 24
					},
					{
						"shortname": "ammo.shotgun.slug",
						"amount": 400,
						"skin": 0,
						"amountMin": 40
					},
					{
						"shortname": "metal.refined",
						"amount": 2500,
						"skin": 0,
						"amountMin": 500
					},
					{
						"shortname": "bucket.helmet",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "cctv.camera",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "coffeecan.helmet",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "metal.facemask",
						"amount": 4,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "metal.plate.torso",
						"amount": 4,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "pistol.m92",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "rifle.ak",
						"amount": 2,
						"skin": 0,
						"amountMin": 0
					},
					{
						"shortname": "rifle.bolt",
						"amount": 3,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "rifle.lr300",
						"amount": 3,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "smg.2",
						"amount": 1,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "smg.mp5",
						"amount": 5,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "smg.thompson",
						"amount": 2,
						"skin": 0,
						"amountMin": 1
					},
					{
						"shortname": "supply.signal",
						"amount": 5,
						"skin": 0,
						"amountMin": 3
					},
					{
						"shortname": "targeting.computer",
						"amount": 30,
						"skin": 0,
						"amountMin": 15
					}
				],
				"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": 120,
				"Auto Turret Health": 1000.0,
				"Auto Turret Aim Cone": 5.0,
				"Auto Turret Sight Range": 30.0,
				"Flame Turret Health": 300.0,
				"Block Damage Outside Of The Dome To Players Inside (0 = disabled, 50 = recommended)": 0.0,
				"Block Damage Outside Of The Dome To Bases Inside (0 = disabled, 150 = recommended)": 0.0,
				"Difficulty (0 = easy, 1 = medium, 2 = hard)": 0,
				"Divide Loot Into All Containers": true,
				"Drop Container Loot X Seconds After It Is Looted": 0.0,
				"Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5,
				"Empty All Containers Before Spawning Loot": true,
				"Eject Enemies From Purchased PVE Raids": false,
				"Eject Enemies From Purchased PVP Raids": false,
				"Eject Enemies From Locked PVE Raids": false,
				"Eject Enemies From Locked PVP Raids": false,
				"Equip Unequipped AutoTurret With": "rifle.ak",
				"Explosion Damage Modifier (0-999)": 100.0,
				"Force All Boxes To Have Same Skin": true,
				"Maximum Elevation Level": 2.5,
				"Protection Radius": 50.0,
				"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.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": false
	},
	"Skins": {
		"Include Workshop Skins": false,
		"Preset Skin": 0,
		"Use Random Skin": false
	},
	"Treasure": {
		"Use Random Skins": false,
		"Include Workshop Skins": false,
		"Use Day Of Week Loot": false,
		"Percent Minimum Loss": 0.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.0,
		"Percent Increase On Tuesday": 0.0,
		"Percent Increase On Wednesday": 0.0,
		"Percent Increase On Thursday": 0.0,
		"Percent Increase On Friday": 0.0,
		"Percent Increase On Saturday": 0.0,
		"Percent Increase On Sunday": 0.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": "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": "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.0
		},
		"Enabled": false,
		"Anchor Min": "0.838 0.249",
		"Anchor Max": "0.986 0.284",
		"Font Size": 18,
		"Panel Alpha": 1.0,
		"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.0
	}
}
thanks a lot it really helped. now if I can get bases to not spawn half underground.

I actually had a further look with mine spawning in mid-air and it was actually an issue with the copy-paste JSON. It was only happening on specific bases so I just took them off the list and now it works fine.

 

My loot tables seem to be a little more random that I would have expected but I think that's because my config file still needs work, I really haven't spent as much time fiddling with it as I should.

Locked automatically