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

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

  1. R

    My scoreboard doesn't update

    ok i dont have it any other way?
  2. R

    My scoreboard doesn't update

    no it says cant understand this expression player's balance, cant understand this condition : 'player's balance is not set' and there is no loop that matches 'loop-player's balance '
  3. R

    My scoreboard doesn't update

    Like this? Edit i added loop-player to the script
  4. R

    My scoreboard doesn't update

    Hi im working on a sell system. im working on Minecraft 1.20 and using SkBee, skript api, skrayfall and skript-guis. But on my scoreboard when you gain money it doesnt update. Code: On join: if {bal::%uuid of player%} is not set: set {bal::%uuid of player%} to 100 every 1...
  5. R

    I want to check if the block that the player died on in grass block

    Guys help me! I need help with my code. So i was trying to check if the player died on a grass block. Can you help me? on respawn: if "%region at player%" contains "dropperit": if last block player touched is grass block: teleport player to {spawn::1} else if...