Disabling sethome on oil rig?
I have players telling me that N Teleportation is letting them set home on OIL RIG.

How did that even happen, is there a bug or some kind of settings cause I don't see anything that would restrict settings home in Oil Rig.

Please help!
{
  "Settings": {
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "TPREnabled": true,
    "TownEnabled": true,
    "InterruptTPOnHurt": true,
    "InterruptTPOnCold": true,
    "InterruptTPOnHot": true,
    "InterruptTPOnSafe": true,
    "InterruptTPOnBalloon": true,
    "InterruptTPOnCargo": true,
    "InterruptTPOnRig": true,
    "InterruptTPOnExcavator": false,
    "InterruptTPOnLift": true,
    "InterruptTPOnMonument": false,
    "InterruptTPOnMounted": true,
    "InterruptTPOnSwimming": true,
    "InterruptAboveWater": false,
    "CaveDistanceSmall": 40.0,
    "CaveDistanceMedium": 60.0,
    "CaveDistanceLarge": 100.0,
    "DefaultMonumentSize": 50.0,
    "MinimumTemp": 0.0,
    "MaximumTemp": 40.0,
    "BlockedItems": {},
    "BypassCMD": "pay",
    "UseEconomics": false,
    "UseServerRewards": false,
    "WipeOnUpgradeOrChange": false
  },
  "GameVersion": {
    "Network": 2203,
    "Save": 186,
    "Level": "Procedural Map",
    "LevelURL": "",
    "WorldSize": 3500,
    "Seed": 22
  },
  "Admin": {
    "AnnounceTeleportToTarget": false,
    "UseableByAdmins": true,
    "UseableByModerators": true,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30
  },
  "Home": {
    "HomesLimit": 3,
    "VIPHomesLimits": {
      "nteleportation.vip": 8
    },
    "Cooldown": 240,
    "Countdown": 10,
    "DailyLimit": 9999,
    "VIPDailyLimits": {
      "nteleportation.vip": 99999
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "LocationRadius": 25,
    "ForceOnTopOfFoundation": false,
    "CheckFoundationForOwner": true,
    "UseFriends": true,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": false,
    "AllowIceberg": true,
    "AllowCave": true,
    "AllowCraft": false,
    "AllowAboveFoundation": true,
    "CheckValidOnList": false,
    "Pay": 0,
    "Bypass": 0
  },
  "TPR": {
    "Cooldown": 240,
    "Countdown": 10,
    "DailyLimit": 9999,
    "VIPDailyLimits": {
      "nteleportation.vip": 99999
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "RequestDuration": 30,
    "OffsetTPRTarget": true,
    "BlockTPAOnCeiling": false,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": true,
    "AllowCraft": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Town": {
    "Cooldown": 240,
    "Countdown": 10,
    "DailyLimit": 9999,
    "VIPDailyLimits": {
      "nteleportation.vip": 99999
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "UsableOutOfBuildingBlocked": false,
    "AllowCraft": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 69
  }
}

This is my config settings at the moment, I've set interrupt rig to true. But now people can't TP to friends on RIG anymore. Its just a temporary remedy for this issue. Hope there's a fix or reason for why people can set home on Oil Rig. Thanks!

"ForceOnTopOfFoundation": false,

Change that to true, players will still be able to sethome on higher floors of their base.

Also able to TPR on any floors?
Yes.
But they won't be able to accept a teleport request on top of a base unless you change this setting to false:
    "BlockTPAOnCeiling": false,​
Ah yes cause I have a warning where TPR on ceiling is not allowed.