Search results

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

  1. Turb032

    Solved Player ping

    Done, nothing happend: There's no loop that matches with "loop-player's ping"
  2. Turb032

    Solved Player ping

    do i need to install skungee?
  3. Turb032

    Solved Player ping

    I tryed but I says it requires skelletproxy... I don't know what it is..
  4. Turb032

    Solved Player ping

    Is this the right condition?
  5. Turb032

    Solved Player ping

    Skript is old and I think that s the problem, I have 2.1.2. Minecraft 1.8.8 optifine But I can't found a compatible Skript version, idk why but if I install another version all add-ons go red in plug-ins and it won't work
  6. Turb032

    Solved Player ping

    how can i do it? on damage: if victim is player: loop all players: if loop-player's ping < 130: set {location1.%loop-player%} to loop-player's location wait 2 ticks set {location2.%loop-player%} to loop-player's location if {location1.%loop-player%} =...
  7. Turb032

    Solved Player ping

    every second: loop all players: if loop-player's ping is < 130: set {location1.%player%} to loop-player's location wait 2 ticks set {location2.%player%} to loop-player's location if {location1.%player%} = {location2.%player%}: loop-player-2 has permission...
  8. Turb032

    Solved Player ping

    Ok so, i tryed that with this: every 1 second: loop all players if loop-player's ping < 130: set {location1.%victim%} to victim's location wait 2 ticks set {location2.%victim%} to victim's location if {location1.%victim%} = {location2.%victim%}: loop-player-2 has...
  9. Turb032

    Solved Player ping

    Hi guys, i'm trying to do a skript that uses condition: "if player's ping is < 130:" ... but it give me an error: "player's ping" is not an item stack or maybe "victim's ping" is not an entity type. I think my skript version is the problem, but i can't find a supported verion for this, please help!