Well the Config is attached if you dont mind taking a look at it?

N Teleportation
Multiple teleportation systems for admins and players.
Total Downloads: 53,499 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
Hello, how do I change the limits and everything like that. I need help, asap!!!!
-
@Wulf Hey, seems Nogrod is offline and theres a terrible bug with this plugin, can we talk so you see if you can fix it?
-
@Nogrod ASAP; tps are going trough walls!
-
Please help me, I have a problem, what command do I use to change the cooldown?
-
-
Is this mod still being maintained ?
-
Hello, gentlemen!) Tell me how the tptown function works.
How to use it? For whom it is made, for players or for admins? -
-
anyone know how i set tp up so there is no limit? instead of "you have 25 tp left today"
-
[DOUBLEPOST=1532975046][/DOUBLEPOST] -
-
yeah i totally get to edit it wow never mind..
im after info from someone who would know if i need to set to a number ie -1,0 or something to get no limits on tp
sorted it!Last edited by a moderator: Jul 30, 2018 -
[DOUBLEPOST=1532980153][/DOUBLEPOST] -
-
BUG/glitch: If someone teleports while sitting in a chair, their body doesn't physically teleport but their camera view does, and are able to follow people around in their bases and stuff.
Fix: Add check in CheckPlayer() to ensure player isn't mounted in on an entity (chair/car/boat/etc)
Code:if (player.GetMounted() != null) return "TPMounted";
Code:{"HomeTPMounted", "You can't teleport while sitting!"}, {"TPMounted", "You can't teleport while sitting!"},
-
When i sethome and log off my items disappear. Any idea how to fix this?
-
-
@Wulf I was reported this bug by a owner of some servers I help out on. (We had reports of people abusing the bug/glitch).
Will this get fixed/updated as its quite OP, other players don't see the glitched out player once in bugged state. Fix quoted by @Popnfresh works.