Players going through walls/above ceilingsSolved
I don't know what is causing this but if a player is near a wall when someone teleports to them the player sometimes will go through the wall. This causes them to be stuck in honeycomb. Other times a player may teleport above the ceiling. My config is shown below.
{
  "Settings": {
    "Interrupt TP": {
      "Above Water": false,
      "Balloon": false,
      "Cargo Ship": false,
      "Cold": false,
      "Excavator": false,
      "Hot": false,
      "Hostile": false,
      "Hurt": true,
      "Lift": true,
      "Monument": false,
      "Mounted": true,
      "Oil Rig": false,
      "Safe Zone": false,
      "Swimming": true
    },
    "Block Teleport (NoEscape)": false,
    "Block Teleport (ZoneManager)": false,
    "Chat Name": "",
    "Check Boundaries On Teleport X Y Z": true,
    "Draw Sphere On Set Home": false,
    "Homes Enabled": true,
    "TPR Enabled": true,
    "Town Enabled": false,
    "Outpost Enabled": false,
    "Bandit Enabled": false,
    "Strict Foundation Check": false,
    "Cave Distance Small": 40.0,
    "Cave Distance Medium": 60.0,
    "Cave Distance Large": 100.0,
    "Default Monument Size": 50.0,
    "Minimum Temp": 0.0,
    "Maximum Temp": 40.0,
    "Blocked Items": {},
    "Bypass CMD": "pay",
    "Use Economics": false,
    "Use Server Rewards": false,
    "Wipe On Upgrade Or Change": false,
    "Auto Generate Outpost Location": false,
    "Auto Generate Bandit Location": false
  },
  "Admin": {
    "Announce Teleport To Target": false,
    "Usable By Admins": true,
    "Usable By Moderators": true,
    "Location Radius": 25,
    "Teleport Near Default Distance": 30
  },
  "Home": {
    "Homes Limit": 4,
    "VIP Homes Limits": {
      "nteleportation.vip": 6,
      "nteleportation.mvp": 8
    },
    "Cooldown": 0,
    "Countdown": 15,
    "Daily Limit": 0,
    "VIP Daily Limits": {
      "nteleportation.vip": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 15
    },
    "Location Radius": 25,
    "Force On Top Of Foundation": true,
    "Check Foundation For Owner": true,
    "Use Friends": true,
    "Use Clans": true,
    "Use Teams": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": false,
    "Allow Iceberg": true,
    "Allow Cave": true,
    "Allow Crafting": true,
    "Allow Above Foundation": true,
    "Check If Home Is Valid On Listhomes": false,
    "Pay": 0,
    "Bypass": 0
  },
  "TPT": {
    "Use Friends": false,
    "Use Clans": false,
    "Use Teams": false
  },
  "TPR": {
    "Allow TPB": false,
    "Cooldown": 0,
    "Countdown": 15,
    "Daily Limit": 0,
    "VIP Daily Limits": {
      "nteleportation.vip": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 15
    },
    "Request Duration": 30,
    "Offset TPR Target": true,
    "Block TPA On Ceiling": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Town": {
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 15
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Outpost": {
    "Cooldown": 0,
    "Countdown": 15,
    "Daily Limit": 0,
    "VIP Daily Limits": {
      "nteleportation.vip": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 15
    },
    "Location": "1207.233 27.58939 351.9364",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Bandit": {
    "Cooldown": 0,
    "Countdown": 15,
    "Daily Limit": 0,
    "VIP Daily Limits": {
      "nteleportation.vip": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 15
    },
    "Location": "-128.1092 33.15829 366.1906",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  }
}​
Update the plugin
Locked automatically