1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Fancy AFK 2.0

The elegant afk with multiverse support and luckperms integration

Tags:
  1. The server exit variable was set to 1 due to an oversight

    vLorenzo
    The server exit variable was set to 1 due to an oversight

    Code (Text):
    1.  
    2. on quit:
    3.     if {afk.%player's uuid%} = 1:
    4.         set {afkquit.%player's uuid%} to 1
    5.  
    Changed to


    Code (Text):
    1. on quit:
    2.     if {afk.%player's uuid%} = 0:
    3.         set {afkquit.%player's uuid%} to 1
    I know it was a bad inconvenience but your patience is great, hope you like the plugin, no problem asking for support
    Lorenzo1755
Return to update list...