Wipe 8 Batch 4
This commit is contained in:
parent
0bb03d3bc8
commit
ca1be5aaeb
13
plugins/config/AutoRadioManager.json
Normal file
13
plugins/config/AutoRadioManager.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Radio Stream URL": "https://radio.goodmorningbitcoin.com/listen/goodmorningbitcoin/radio.mp3",
|
||||
"Additional Radio Stations (name,url format)": {
|
||||
"Good Morning Bitcoin": "https://radio.goodmorningbitcoin.com/listen/goodmorningbitcoin/radio.mp3"
|
||||
},
|
||||
"Enable for deployed boomboxes": false,
|
||||
"Enable for handheld boomboxes": true,
|
||||
"Enable for static/monument boomboxes": true,
|
||||
"Auto-restart interval (minutes)": 60,
|
||||
"Enable auto-restart": true,
|
||||
"Turn on radios after server restart": true,
|
||||
"Debug mode": false
|
||||
}
|
5
plugins/config/BetterChat.json
Normal file
5
plugins/config/BetterChat.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Maximal Titles": 3,
|
||||
"Maximal Characters Per Message": 128,
|
||||
"Reverse Title Order": false
|
||||
}
|
107
plugins/config/BuyableTugboats.json
Normal file
107
plugins/config/BuyableTugboats.json
Normal file
@ -0,0 +1,107 @@
|
||||
{
|
||||
"How long should the tugboat be unmountable by other players for? [This will also repossess the tugboat if the player has not claimed it]": 300.0,
|
||||
"Should the boat be removed if the player does not claim it within the safe time?": false,
|
||||
"How much fuel should the tugboar spawn with?": 100,
|
||||
"Draw on the players hud after puchasing the boat, to show its spawn location?": true,
|
||||
"Limit the amount of boats a player can purchase during a wipe? [0 = no limit]": 0,
|
||||
"Prevent the purchase of tugboats if the spawned amount exceeds the following [0 = no limit]": 0,
|
||||
"Items required to purchase the tugboat": [
|
||||
{
|
||||
"shortname": "scrap",
|
||||
"skin": 0,
|
||||
"amount": 500
|
||||
},
|
||||
{
|
||||
"shortname": "wood",
|
||||
"skin": 0,
|
||||
"amount": 2000
|
||||
},
|
||||
{
|
||||
"shortname": "metal.fragments",
|
||||
"skin": 0,
|
||||
"amount": 200
|
||||
},
|
||||
{
|
||||
"shortname": "metal.refined",
|
||||
"skin": 0,
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"Local spawn positions": {
|
||||
"LargeFishingVillage": [
|
||||
{
|
||||
"x": 17.8,
|
||||
"y": 1.9,
|
||||
"z": 33.4
|
||||
},
|
||||
{
|
||||
"x": -6.1,
|
||||
"y": 1.9,
|
||||
"z": 38.8
|
||||
},
|
||||
{
|
||||
"x": -44.6,
|
||||
"y": 1.9,
|
||||
"z": 20.5
|
||||
},
|
||||
{
|
||||
"x": 50.7,
|
||||
"y": 1.9,
|
||||
"z": 11.1
|
||||
},
|
||||
{
|
||||
"x": 52.3,
|
||||
"y": 1.9,
|
||||
"z": -6.2
|
||||
},
|
||||
{
|
||||
"x": 34.4,
|
||||
"y": 1.9,
|
||||
"z": 31.5
|
||||
},
|
||||
{
|
||||
"x": -28.8,
|
||||
"y": 1.9,
|
||||
"z": 40.0
|
||||
},
|
||||
{
|
||||
"x": -50.8,
|
||||
"y": 1.9,
|
||||
"z": 3.2
|
||||
}
|
||||
],
|
||||
"SmallFishingVillage": [
|
||||
{
|
||||
"x": 6.9,
|
||||
"y": 1.9,
|
||||
"z": 51.2
|
||||
},
|
||||
{
|
||||
"x": 26.8,
|
||||
"y": 1.9,
|
||||
"z": 25.3
|
||||
},
|
||||
{
|
||||
"x": -37.8,
|
||||
"y": 1.9,
|
||||
"z": -6.6
|
||||
},
|
||||
{
|
||||
"x": -39.1,
|
||||
"y": 1.9,
|
||||
"z": 25.4
|
||||
},
|
||||
{
|
||||
"x": 35.0,
|
||||
"y": 1.9,
|
||||
"z": -1.3
|
||||
}
|
||||
]
|
||||
},
|
||||
"Chat option ui position": {
|
||||
"anchorMin": "0.5 0.5",
|
||||
"anchorMax": "0.5 0.5",
|
||||
"offsetMin": "150.8 35.5",
|
||||
"offsetMax": "411 55.5"
|
||||
}
|
||||
}
|
12
plugins/config/HumanNPC.json
Normal file
12
plugins/config/HumanNPC.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"Settings": {
|
||||
"Chat": "<color=#FA58AC>{0}:</color> ",
|
||||
"NpcInTeams": false,
|
||||
"NpcUseRadius": 5.0
|
||||
},
|
||||
"Version": {
|
||||
"Major": 0,
|
||||
"Minor": 5,
|
||||
"Patch": 4
|
||||
}
|
||||
}
|
3
plugins/config/PathFinding.json
Normal file
3
plugins/config/PathFinding.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"Max Depth": 5000
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user