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

    Summon Mob with NBT tags and not triggering the variables

    Nope, same thing happens, it creates a variable with all the attributes
  2. KasiaPRO

    Summon Mob with NBT tags and not triggering the variables

    Hi, I was skripting for my server and I am making a skript that if someone dies it spawns a custom mob by a command (/summon) and the custom NBT's interfere with the variables and it marks it all as a variable and the skript gives error of quotes(better explained in the photo attached) is there...
  3. KasiaPRO

    Help please

    How to mark it as solved, im a little bit new here heh
  4. KasiaPRO

    Help please

    Ty it worked!
  5. KasiaPRO

    Help please

    I was trying to make a pvp selector, but... well, look at this: on leftclick on a stone: if player is world "pvp" make player execute command "/kit stone" i don't know how if u can make that only if a player is in a specific world can make that
  6. KasiaPRO

    On consume Totem of Undying

    I will test it thanks! it works, ty
  7. KasiaPRO

    On consume Totem of Undying

    Hey, i was making a hardcore server and then a idea came up, if u use a totem, there are like a 1% probably to kill you, i tried this On consume totem of undying Chance of 1% Kill the player Doesn't work, i tried with 100% but doesn't works, any help please??
  8. KasiaPRO

    How to make custom death messages but if the weapon has a custom name like if its renamed in an anvi

    on death of player: set {weapon_name} to name of the tool message "&7%victim% &6was killed by %attacker% &6using {weapon_name}" to all players Try this idk if works Parser says it's good Hope it helps
  9. KasiaPRO

    Help with Money

    hmmm... ill try tomorrow, its 7:00 pm at my timezone ( need to eat )
  10. KasiaPRO

    Block to Loacation

    like this? command /setlocation: description: set a location of a block permission: set.loc aliases: /set, /setloc. trigger: set {location} to location of player
  11. KasiaPRO

    Help with Money

    hmmm, what if u have +1000 it changes to 1k?
  12. KasiaPRO

    Loop blocks in sphere around player

    ... is that even possible??
  13. KasiaPRO

    Loop blocks in sphere around player

    Wdym??? Explain more
  14. KasiaPRO

    A Block Every 8 Seconds

    Try this every 8 seconds: loop all players: give loop-player 1 of random items out of all items hope it works (idk if it works) and i can show u how to do it with a list
  15. KasiaPRO

    I can`t fined the problem pls help me

    better do this on mine: cancel event set event-block to air give event-block to player if event-block is stone: set event-block to air give cobblestone to player
  16. KasiaPRO

    Problem with dropping item..

    Ok, now i understand it
  17. KasiaPRO

    Problem with dropping item..

    But the players will need to be at 5 blocks radius, no?
  18. KasiaPRO

    Problem with dropping item..

    probably XD
  19. KasiaPRO

    Problem with dropping item..

    and what if you do this every 5 seconds: loop all players: loop all blocks in radius 5 around loop-player: if loop-block is iron block: drop a iron ingot at loop-block's position
  20. KasiaPRO

    Kill player on Void

    Try this, (not tested) on damage: if player's y-coordinate is smaller than 0: kill the player idk if works hope it help