"0"
{
	"Text"			"#Server Settings"
	"Description"		""	
	
	"TextBox"
	{
		"Label"				"#Server Password"
		"Command"			"sv_password"
		"WaitForEnter"			"1"
	}
	
	"Button"
	{
		"Text"				"#Enable/Disable AI"
		"Command"			"ai_disable"
	}
	
	"Checkbox"
	{
		"Label"				"#Allow NPCs"
		"Command"			"sbox_allownpcs"
	}
	
	"Checkbox"
	{
		"Label"				"#Allow Flying (Noclip)"
		"Command"			"sbox_noclip"
	}
	
	"Checkbox"
	{
		"Label"				"#God Mode"
		"Command"			"sbox_godmode"
	}
	
	"Checkbox"
	{
		"Label"				"#Disable PvP Damage"
		"Command"			"sbox_playergod"
	}
	
	"Slider"
	{
		"Label"				"#Gravity"
		"Type"				"Float"
		"Min"				"-200"
		"Max"				"600"
		"Command"			"sv_gravity"
	}
	
	"Slider"
	{
		"Label"				"#Physics Timescale"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"2"
		"Command"			"phys_timescale"
	}
	
	"Slider"
	{
		"Label"				"#Physics Iterations"
		"Type"				"Integer"
		"Min"				"1"
		"Max"				"6"
		"Command"			"gmod_physiterations"
	}
}