I run a custom map on our server and set our custom outpost manually. For some reason, after every server restart the plugin generates new coordinates and adds them to the list of locations.. I've set "Auto Generate Outpost Location" to false and still having issues lmao. Here's some of my config:
{
"Settings": {
"TPB": {
"Countdown": 0,
"Available After X Seconds": 0,
"VIP Countdowns": {
"nteleportation.vip": 0
}
},
"Chat Command Color": "#FFFF00",
"Chat Command Argument Color": "#FFA500",
"Enable Popup Support": false,
"Block All Teleporting From Inside Authorized Base": false,
"Global Teleport Cooldown": 0,
"Global VIP Teleport Cooldown": 0,
"Sound Effects Before Teleport": [
"assets/prefabs/missions/portal/proceduraldungeon/effects/disappear.prefab"
],
"Sound Effects After Teleport": [
"assets/prefabs/missions/portal/proceduraldungeon/effects/appear.prefab"
],
"Interrupt TP": {
"Interrupt Teleport At Specific Monuments": [],
"Above Water": false,
"Balloon": true,
"Boats": false,
"Cargo Ship": true,
"Cold": false,
"Excavator": false,
"Hot": false,
"Hostile": false,
"Hurt": true,
"Junkpiles": false,
"Lift": true,
"Monument": false,
"Ignore Monument Marker Prefab": false,
"Mounted": true,
"Oil Rig": false,
"Safe Zone": true,
"Swimming": false
},
"Respawn Players At Outpost": false,
"Block Teleport (NoEscape)": false,
"Block Teleport (ZoneManager)": false,
"Chat Name": "<color=red>Teleportation</color> \n\n",
"Chat Steam64ID": 76561############,
"Check Boundaries On Teleport X Y Z": true,
"Data File Directory (Blank = Default)": "",
"Draw Sphere On Set Home": false,
"Homes Enabled": true,
"TPR Enabled": true,
"Strict Foundation Check": false,
"Cave Distance Small": 50,
"Cave Distance Medium": 70,
"Cave Distance Large": 110,
"Default Monument Size": 50,
"Minimum Temp": 0,
"Maximum Temp": 40,
"Blocked Items": {},
"Bypass CMD": "pay",
"Use Monument Topology Check": false,
"Use Cave Topology Check": false,
"Use Economics": false,
"Use Server Rewards": false,
"Wipe On Upgrade Or Change": true,
"Auto Generate Outpost Location": false,
"Auto Generate Bandit Location": false,
"Show Time As Seconds Instead": false
},
....
"Outpost": {
"Command Enabled": true,
"Allow TPB": true,
"Allow Cave": false,
"Cooldown": 300,
"Countdown": 15,
"Daily Limit": 10,
"VIP Daily Limits": {
"nteleportation.vip": 5
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location": "-192.4255 3.18631 1642.509",
"Locations": [
"-192.4255 3.18631 1642.509",
"-170.178 3.182642 1714.946",
"-41 2.2 -496.1"
],
"Teleport To Random Location": false,
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0,
"Hours Before Useable After Wipe": 0
}
}
} 