CompoundTeleport

CompoundTeleport 2.0.21

This is for the coming update. DO NOT install prior to the game update
Fixed for Rust update
This is for the upcoming Rust update. Do NOT update prior

Had to change the way the outpost respawn mission is disabled. Can no longer prevent the mission from being shown on the client, can only prevent players from accepting it.
Shows a error toast when the player accept the mission, the phrase shown can be changed in the lang file
Added config option "Prevent players from accepting the Outpost respawn mission" which will disable the mission from being presented in the mission vendor at outpost
Prevent spawns from being generated on a entity
Allow plugin to still run when no outpost or bandit are on the map if there are custom spawn spawnpoints setup in the config
Added ability to designate custom spawn locations
Commands are registered for these points using the name specified in the config
ex. "The name of this area": "Lighthouse" creates the command /lighthouse

Example config
JSON:
"Custom Spawn Points": [
    {
      "The name of this area": "Lighthouse",
      "Is this area enabled?": true,
      "Allow teleporting to this area": true,
      "Allow respawning at this area": true,
      "World position": {
        "x": 659.0,
        "y": 24.86,
        "z": 536.0
      },
      "Radius of points generated": 50.0,
      "Names of potential raycast target valid for points": [
        "road",
        "carpark",
        "pavement",
        "walkway"
      ]
    },
    {
      "The name of this area": "Bunker",
      "Is this area enabled?": true,
      "Allow teleporting to this area": true,
      "Allow respawning at this area": true,
      "World position": {
        "x": -598.0,
        "y": 13.8,
        "z": -460.0
      },
      "Radius of points generated": 50.0,
      "Names of potential raycast target valid for points": [
        "road",
        "carpark",
        "pavement",
        "walkway"
      ]
    }
  ],
Fixed for Rust update
This is for the coming Rust update. Do not update prior to the game update
Fixed for Rust update
Spherecast spawn points to reduce chance they generate in tight spaces