event "on teleport" problem

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

iguistarona

Member
Feb 24, 2022
1
0
1
Script Version (do not put latest):2.6.1
Script Author: me
Minecraft Version: 1.16.5
Full Code:
on player teleport:
message "%event-player% teleported" to console



Errors on Reload:

No error reported. But this really didn't work on my server.



Console Errors: (if applicable)
None

Other Useful Info:
Perhaps EssentialsX took over all teleporting and made skript not able to listen this event?


Addons using (including versions):

reflect 2.2.3
SkBee 1.14.2
skLib 1.1.0

Troubleshooting:
No error messages around all...
I'm not sure if everyone here met same problems. Actually I'm trying use this to help me charge while players teleporting by using commands.

Have you tried searching the docs?
Sure

Have you tried searching the Forums?
Nope

What other methods have you tried to fix it?
I tried tracking player's location but it will really annoying
 
Try using

on teleport:
event-entity is an player

or:

on teleport of an player:
 
Status
Not open for further replies.