NPC to TP player to specific coords or pos?
This plugin is just what I need however i have spent days trying to get this to work. Please give some hints, i hope i am just missing the right combo. I just need the NPC to TP player that clicks on them to a set of coords.
{
  "NpcTP": {
    "674173670": {
      "NpcName": "<color=#ffff00>Npc</color> : ",
      "SpawnFile": null,
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "UseCommand": true,
      "useMessage": false,
      "MessageNpc": "none",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": false,
      "DoorLocX": 0.0,
      "DoorLocY": 0.0,
      "DoorLocZ": 0.0,
      "DoorId": 0,
      "NoPermKill": false,
      "KillSleep": false,
      "Commands": {
        "Teleport": {
          "Command": "teleportpos(48.4, 77.3, 1148.4)",
          "OnPlayer": true
        }
      }
    }
  }
}​
you are missing arangments in your datafile you must of deleted somthing or tried to add the command manualy please redo you datafile and to add command /npctp <npcID> command <refrence name>

Merged post

example /npctp 674173670  command teleport 

Merged post

so to teleport a player look up the counsol command witch i did for you.. teleport.topos "player" "Pos X" "Pos Y" "Pos Z"
so after corating the config correctly under command you would put teleport.topos on player to true and the arangments would be  48.4 77.3 1148.4​
Still not working this is what i have so far....The teleport.topos doenst seem to work i thought it was teleportpos
i get this error 

Command 'teleport.topos mysteamid64here 32.4 77.3 1146.6' not found

{
  "NpcTP": {
    "674173670": {
      "NpcName": "<color=#ffff00>Npc</color> : ",
      "SpawnFile": null,
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "UseCommand": true,
      "useMessage": false,
      "MessageNpc": "none",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": false,
      "DoorLocX": 0.0,
      "DoorLocY": 0.0,
      "DoorLocZ": 0.0,
      "DoorId": 0,
      "NoPermKill": false,
      "KillSleep": false,
      "Commands": {
        "Items": {
          "Command": "teleport.topos",
          "Arrangements": "32.4 77.3 1146.6",
          "OnPlayer": true
        }
      }
    }
  }
}
Let me try this one moment.

Merged post

if you did everything i said the command is valid and should work verify that the npcID is 674173670

Merged post

also it looks like you did not do what i said and are trying to manualy stick things in the json as you got commands where items go.. so you need to try and do what i said befor reposting...

Merged post

you can try teleportpos (1,2,3)

Merged post

if that fails best way is to use SpawnsDB and set the spawnfile. for teleporting. the teleport.topos may be part of Nteleportation plugin.

Merged post

if that fails best way is to use SpawnsDB and set the spawnfile. for teleporting.
{
  "NpcTP": {
    "1067532912": {
      "NpcName": "<color=orange>Npc</color> : ",
      "SpawnFile": null,
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "UseCommand": true,
      "useMessage": false,
      "MessageNpc": "none",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": true,
      "DoorLocX": 1311.79163,
      "DoorLocY": 15.7444992,
      "DoorLocZ": 171.759491,
      "DoorId": 1442777,
      "NoPermKill": false,
      "KillSleep": false,
      "Commands": {
        "tele": {
          "Command": "tele",
          "Arrangements": "",
          "OnPlayer": false
        }
      },
      "Items": {}
    }
      }
    }
  }
}​
Example of how config should look if adding command correctly after deleting datafile.