Hi, is there a way to tweak the points this plugin generates for /outpost command? I run maps with a custom outpost. The points this plugin generates are usually spot on, never had an issue till this wipe. One of the points are ever so slightly in one of the recyclers and players get glitched until they try the next one. I'd like to provide a small offset along the y-axis to make players spawn a little higher. I'll post my outpost config section for reference:
"Outpost": {
"Command Enabled": true,
"Set Position From Monument Marker Name": "",
"Set Position From Monument Marker Name Offset": "0 0 0",
"Allow TPB": false,
"Allow Cave": true,
"Cooldown": 0,
"Countdown": 15,
"Daily Limit": 0,
"VIP Daily Limits": {
},
"VIP Cooldowns": {
},
"VIP Countdowns": {
},
"Location": "16.87649 38.55 84.41759",
"Locations": [
"47.30291 38.54002 120.9343",
"47.06157 38.54002 122.9081",
"55.00859 39.355 130.3523",
"3.42774 40.04023 155.1671",
"5.830044 40.04023 151.6984",
"11.84428 40.04023 154.8368",
"23.79345 38.53567 141.9822",
"25.6487 38.53567 138.6055",
"24.74307 38.53567 141.8181",
"25.94425 38.53567 141.4453",
"24.5374 38.53567 139.0415",
"-2.004068 38.53944 112.5909",
"3.876681 38.53944 119.3985",
"43.34118 38.54002 120.4854",
"44.3379 38.54002 122.0344",
"43.86341 38.54002 118.9417",
"46.25204 38.54002 119.4151",
"28.53582 38.402 151.8772",
"16.87649 38.55 84.41759"
],
"Teleport To Random Location": true,
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0,
"Hours Before Useable After Wipe": 0.0
},
Judging from the code, and correct me if I'm wrong, it seems the only offset option only works when targeting a prefab which isn't what I'm doing here. Any help/advice is appreciated!