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

    Solved Tuske makes ALL my skripts fail

    But i need it for gui
  2. WeakBrainStorm

    Solved Tuske makes ALL my skripts fail

    I was updating my plugins and when i updated tuske it did so all my skripts would not work. I removed tuske and it all worked fine. Please help
  3. WeakBrainStorm

    Enchantments from variables in a gui

    im trying to make a gear upgrade gui. but i cant use variables to the enchantment set slot 0 of player's current inventory to iron sword of sharpness {%player%.sharpness} it dosent work... only if i type a number instead of the variable
  4. WeakBrainStorm

    Solved Tp at Y level

    thank you i looked so much but couldn't find anything
  5. WeakBrainStorm

    Solved Tp at Y level

    Ive been trying to make a parkour map but i cant find out how to see what y level a player is at. So life if the player is below y level 30 then tp player to {checkpoint.%player%}
  6. WeakBrainStorm

    Solved Variables in lists?

    Thank you for the help!
  7. WeakBrainStorm

    Gun

    im kinda new...
  8. WeakBrainStorm

    Solved Daily Login Streak

    Sure! line 1 to 3: when you join for the first time it sets the days you need to be online to get a reward withs is three. after it sets the daily time to 0. line 5 to 7: loops all the offline players and adds 1 hour line 9 to 15: 9 to 11: first IF the daily timer shouldnt have been set...
  9. WeakBrainStorm

    Gun

    on rightclick: if player's held item is a golden hoe: if {ghoeammo.%uuid of player%} is greater than 0: shoot a snowball from player subtract 1 from {ghoeammo.%uuid of player%} else if {ghoeammo.%uuid of player%} = 0: send "&e&lAmmo: &7You don't have enough &eAmmo!" on...
  10. WeakBrainStorm

    Custom item projectile

    All I know is: on damage: if projectile is a snowball: damage the victim by 2 hearts
  11. WeakBrainStorm

    Solved Daily Login Streak

    This should work on first join: {time::enough::streak::%player%} to 3 set {time::daily::%player%} to 0 every hour: loop all offline players: add 1 to {time::daily::%loop-player%} on join: if {time::daily::%player%} is not set: set {time::daily::%player%}...
  12. WeakBrainStorm

    Solved Variables in lists?

    Im working on a clicking server with pets, boosts and etc. but I want a block multiplier. When you hit the block you get 2 x clicks but I dont want it to be there forever. So when you hit it 20 times it disapers and comes back after a minut. What i got: on left click on yellow wool: set...