loop all players

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

  1. C

    Solved Error Detecting Held Item Skript

    Hi! I've been trying to create a mana skript for my server and I wanted an item to give you more mana. I created a command that did this, and it worked, but when I tried it with an item, it didn't. Here's my code: variables: {max.%player%} = 20 {mana.%player%} = {max.%player%} every 1...
  2. S

    Many different errors involving loop-player

    Im trying to make a side bar to show the players money, and i made this test sidebar but it gives 3 errors. every 1 seconds: loop all players: #Cant understand condition/effect wipe loop-player sidebar wipe loop-player sidebar #loop-player is neither an item stack...
  3. J

    Search and retrieve keyword to retrieve from list

    PLEASE DO NOT REACT TO ANYTHING BUT THE FINAL QUESTION Don't get confused by the long intro, i'm simply attempting to describe my idea, current problem and thought process. Before finally asking the one question i have deduced will allow me to succeed. INTRO BELOW Basicly what i'm imagining...
  4. Verku

    Loop players/times not working

    Hey! Ich habe seit einiger Zeit das Problem das ich keine Loop-Funktion nutzen kann. Ich benutze momentan die 1.18 Minecraft Version und dort funktioniert es nicht. In jeder anderen Version hat es funktioniert. Gab es da ein Update oder funktioniert es einfach in der Version nicht? Weil diese...
  5. P

    There's no player in a periodical event

    every 1 second in world "world": loop all players: add ({cursors::%loop-player's uuid%} * 5) * {multiplier::%loop-player's uuid%} to player's balance add ({grandmas::%loop-player's uuid%} * 40) * {multiplier::%loop-player's uuid%} to player's balance add ({farms::%loop-player's...
  6. N

    Scoreboard works fine for me, friend that joins doesn't have it.

    Script Version: 2.5.3 Script Author: Nutrition35? I assume author of the Skript itself Minecraft Version: 1.15.2 Full Code: Code: every 1 seconds: loop all players: if loop-player is in world "Prison": wipe loop-player's sidebar set name of sidebar of loop-player to...
  7. RedDiamond

    Need help with periodical and looping (im stressed)

    Ok so i want to make a gen (kinda) skript, so basically when the player right click a music disc it will active or we can say the variable turn to true, and when its activate it will give player an iron block every 4 seconds, but the problem is im using "loop all players" and that make the every...
  8. X

    Solved loop players

    Yes I know, there must be an item-type but I do not know how else to do it: every second: loop all players: if %loop-player% has permission "system.mod": set {Mod.%player%} to true