Addon for on any move?

  • 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 comminuty!

    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.

entwickeln

Member
May 11, 2022
40
0
6
21
Hello Guys! :emoji_slight_smile: I tried to do something with "on any movement:"
But it gives me error.
What Addon do i need?
 
what is the error and what is your skript? Also you can use this:
Code:
on move:
Bruh, can't you just say the addon that i need for "on move"?

My Plugins are: skRayFall, Skript, Vault, Essentials, Worldedit.

And Error is: Line 8: (antiafk.sk)
Can't understand this event: 'on move'
Line: on move:
 
You don't need any addons you're just doing it wrong
Code:
[on] %entitydata% (move|walk|step)
Code:
[on] any move[ment]
 
Send your code and the error
https://gyazo.com/9b297ddabf8a8d9cc93b912229eda044
[doublepost=1652796832,1652796799][/doublepost]
Send your code and the error
And the code:
every 2.5 minutes:
loop all players:
if {AFK::*} contains player:
make console execute command "/kick %{AFK::*}%"
else:
add player to {AFK::*}


[on] %entitydata% (move|walk|step):
remove player from {AFK::*}
on chat:
remove player from {AFK::*}
on click:
remove player from {AFK::*}
on inventory click:
remove player from {AFK::*}
on command:
remove player from {AFK::*}
 
Status
Not open for further replies.