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. S

    Solved Sidebar not working

    the sidebar wont show up, but I'm not getting any errors on reload on join: while player is online: wipe player's sidebar set {_playerhealth} to max health of player set name of sidebar of player to "&4&lMy Server" set score "&7&lPlayer: %player%" in sidebar...
  2. S

    give function not working with variables

    I'm trying to make a give function give an amount based on a variable but it's not working on join: set {%player's uuid%.HeartKeysOnJoin} to 1 #used for testing if {%player's uuid%.HeartKeysOnJoin} is greater than 0: give {%player's uuid%.HeartKeysOnJoin} tripwire hook...
  3. S

    Solved variable update

    any way to check when a variable update. specifically for something like a sidebar. just a way to make it change when the variable changes. on join: wipe player sidebar set name of sidebar of player to "sidebar name" set score "&2$Balance$:" in sidebar of player to 2...
  4. S

    Mob giving custom player heads

    I'm trying to make it so that when a certain mob dies it will give a player a custom head. on death of husk: clear drops if name of victim is "&2Ent": give attacker player head of someone
  5. S

    Solved Teleport error

    when I try to reload the script it says that "yacht" is not a location. teleport player to -24.5, -5, -18.5 in world "yacht"
  6. S

    Solved Skript breaks on death

    The skript works fine until you die, then the teleporting no longer works. Can someone help make it not break upon death? on join: wait 1 tick while player is alive: if blocks in radius 2 of player contains lime glazed terracotta: teleport player to location(556.5...