Wipe 8 Batch 5
This commit is contained in:
parent
ca1be5aaeb
commit
c15e9e3c4d
@ -47,6 +47,7 @@
|
||||
"Sleeping Player": "#00ffff",
|
||||
"Sleeping Dead Player": "#ff0000",
|
||||
"Health": "#ff0000",
|
||||
"Idle Time": "#00ffff",
|
||||
"Backpacks": "#c0c0c0",
|
||||
"Scientists": "#ffff00",
|
||||
"Scientist Peacekeeper": "#ffff00",
|
||||
@ -86,7 +87,7 @@
|
||||
"On": "Radar turned on."
|
||||
},
|
||||
"Drawing Distances": {
|
||||
"Sleepers Min Y": -50.0,
|
||||
"Sleepers Min Y": -150.0,
|
||||
"Player Corpses": 200.0,
|
||||
"Players": 500.0,
|
||||
"Airdrop Crates": 400.0,
|
||||
@ -109,7 +110,7 @@
|
||||
"Traps": 100.0,
|
||||
"Turrets": 100.0,
|
||||
"Vending Machines": 250.0,
|
||||
"Radar Drops Command": 150.0
|
||||
"Radar Drops Command": 500.0
|
||||
},
|
||||
"Drawing Methods": {
|
||||
"Draw Arrows On Players": false,
|
||||
@ -230,6 +231,9 @@
|
||||
"Deactivate Radar After X Seconds Activated": 0.0,
|
||||
"User Interface Enabled": true,
|
||||
"Show Average Ping Every X Seconds [0 = disabled]": 0.0,
|
||||
"Show Player Idle Time (Minutes)": false,
|
||||
"Player Idle Time Visible After X Minutes": 1,
|
||||
"Player Idle Time Round To X Digits": 0,
|
||||
"Re-use Cooldown, Seconds": 0.0,
|
||||
"Show Radar Activated/Deactivated Messages": true,
|
||||
"Player Name Text Size": 24,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"Avatars - Store player avatars": false,
|
||||
"Steam API key (get one here https://steamcommunity.com/dev/apikey)": "XXXXXXXXXXXXXXXXXX",
|
||||
"Steam API key (get one here https://steamcommunity.com/dev/apikey)": "",
|
||||
"URL to web folder containing all item icons": "https://www.rustedit.io/images/imagelibrary/",
|
||||
"Progress - Show download progress in console": true,
|
||||
"Progress - Time between update notifications": 20,
|
||||
|
73
plugins/config/Kits.json
Normal file
73
plugins/config/Kits.json
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"Kit chat command": "kit",
|
||||
"Currency used for purchase costs (Scrap, Economics, ServerRewards)": "Scrap",
|
||||
"Log kits given": false,
|
||||
"Wipe player data when the server is wiped": false,
|
||||
"Use the Kits UI menu": true,
|
||||
"Allow players to toggle auto-kits on spawn": false,
|
||||
"Show kits with permissions assigned to players without the permission": false,
|
||||
"Players with the admin permission ignore usage restrictions": false,
|
||||
"Autokits ordered by priority": [
|
||||
"ExampleKitName",
|
||||
"OtherKitName"
|
||||
],
|
||||
"Post wipe cooldowns (kit name | seconds)": {
|
||||
"ExampleKitName": 3600,
|
||||
"OtherKitName": 600
|
||||
},
|
||||
"Parameters used when pasting a building via CopyPaste": [
|
||||
"deployables",
|
||||
"true",
|
||||
"inventories",
|
||||
"true"
|
||||
],
|
||||
"UI Options": {
|
||||
"Panel Color": {
|
||||
"Hex": "#232323",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Disabled Color": {
|
||||
"Hex": "#3e3e42",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Color 1": {
|
||||
"Hex": "#007acc",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Color 2": {
|
||||
"Hex": "#6a8b38",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Color 3": {
|
||||
"Hex": "#d85540",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Color 4": {
|
||||
"Hex": "#d08822",
|
||||
"Alpha": 1.0
|
||||
},
|
||||
"Default kit image URL": "https://chaoscode.io/oxide/Images/kiticon.png",
|
||||
"View kit icon URL": "https://chaoscode.io/oxide/Images/magnifyingglass.png"
|
||||
},
|
||||
"Kit menu items when opened via HumanNPC (NPC user ID | Items)": {
|
||||
"0": {
|
||||
"The list of kits that can be claimed from this NPC": [
|
||||
"ExampleKitName",
|
||||
"OtherKitName"
|
||||
],
|
||||
"The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
|
||||
},
|
||||
"1111": {
|
||||
"The list of kits that can be claimed from this NPC": [
|
||||
"ExampleKitName",
|
||||
"OtherKitName"
|
||||
],
|
||||
"The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
|
||||
}
|
||||
},
|
||||
"Version": {
|
||||
"Major": 4,
|
||||
"Minor": 4,
|
||||
"Patch": 7
|
||||
}
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
"Prefab path used for all NpcSpawn NPCs": "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab",
|
||||
"Configuration version": {
|
||||
"Major": 2,
|
||||
"Minor": 7,
|
||||
"Patch": 8
|
||||
"Minor": 8,
|
||||
"Patch": 0
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user