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

    How do i make a block store its location and owner in variables i can compare?

    options: name: "&eCollecters &7>" on place of banner: if {bannerlimit.%player%} is less than 1: set {bannerowner.%location%} to player send "%{bannerowner.%location%}%" set {bannerloc.%location%} to location send "%{bannerloc.%location%}%" add 1...
  2. T

    Varible help

    Im confused on a multiplication sum and how to set the answer to a varible? variables: {cooldown} = 0 {damage} = 0 {strength} = 0 {overalldamage} = 0 on damage: if name of attacker's held item is "&4&lAdmin Blade": add 150 to {damage} multiple {damage} by {strengh} set...
  3. T

    Im stuck with making a leaderboard with kills and deaths

    Please help me make a leaderboard with kills and deaths and coins this is my 1st thread lol every 0.1 second: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&8>> &cFighting Simulator &8<<" set score "&7" in sidebar of...