diff --git a/plugins/config/AutoRadioManager.json b/plugins/config/AutoRadioManager.json new file mode 100644 index 0000000..9247379 --- /dev/null +++ b/plugins/config/AutoRadioManager.json @@ -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 +} \ No newline at end of file diff --git a/plugins/config/BetterChat.json b/plugins/config/BetterChat.json new file mode 100644 index 0000000..dc1a763 --- /dev/null +++ b/plugins/config/BetterChat.json @@ -0,0 +1,5 @@ +{ + "Maximal Titles": 3, + "Maximal Characters Per Message": 128, + "Reverse Title Order": false +} \ No newline at end of file diff --git a/plugins/config/BuyableTugboats.json b/plugins/config/BuyableTugboats.json new file mode 100644 index 0000000..6f56737 --- /dev/null +++ b/plugins/config/BuyableTugboats.json @@ -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" + } +} \ No newline at end of file diff --git a/plugins/config/HumanNPC.json b/plugins/config/HumanNPC.json new file mode 100644 index 0000000..3261f18 --- /dev/null +++ b/plugins/config/HumanNPC.json @@ -0,0 +1,12 @@ +{ + "Settings": { + "Chat": "{0}: ", + "NpcInTeams": false, + "NpcUseRadius": 5.0 + }, + "Version": { + "Major": 0, + "Minor": 5, + "Patch": 4 + } +} \ No newline at end of file diff --git a/plugins/config/PathFinding.json b/plugins/config/PathFinding.json new file mode 100644 index 0000000..c5a759a --- /dev/null +++ b/plugins/config/PathFinding.json @@ -0,0 +1,3 @@ +{ + "Max Depth": 5000 +} \ No newline at end of file