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

    Whats wrong here

    command /rpgitemy: trigger: give player wooden sword named "Power sword" with lore "110" on damage: loop lore of attacker's tool: set lore of the attacker's tool to {test} add {test} to the damage send "Damage: %{test}%" to attacker
  2. E

    Pets

    Why pet won't teleport to player? on teleport: loop all entities: if name of loop-entity is "Haustier von %player%": if distance between player and loop-entity is less than 15: if distance between player and loop-entity is bigger than 3...
  3. E

    Execute when holding item with name

    Try On right click with stick: if name of tool of player is "Wand": spawn fireball at location of player
  4. E

    Shortcut / bind

    Is there some way how to make shortcut / bind? Like for example when player press shift and f10 it will make command /speed?
  5. E

    How to fix it

    It alway show <none> on chat: if {klans.creating.%player%} = "1": if {klans.in.%player%} = "0": if {klans.%message%} is true: send "&e&lHAP> {@already-with-the-name}" play "BLOCK_NOTE_BASS" to player at volume 100 else...
  6. E

    Heal near players

    How to fix that? I wan't make sometink tike group heal. on damage: if {rpg.%attacker%.class} is "Mag": if {rpg.%attacker%.lvlexp} is equal to 30: chance of 25%: play "block_note_snare" to attacker at volume 100 apply poison 1 to victim for...
  7. E

    Scoreboard

    Lol i changed everything but its still bugged
  8. E

    Scoreboard

    But other stats are still bugged
  9. E

    Scoreboard

    Where i should put it?
  10. E

    Scoreboard

    How to fix it? Everyone see only stats from last joined player and not his own stats. every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&e&lHrajAPrezi" set score "" in sidebar of loop-player to 7 set score...
  11. E

    Inventory error

    Why its working only for first line of inventory on inventory click: if level of player is less than 15: if name of tool of player is "&6&lKevlar" or "&6&lPrilba": play "ENTITY_ARMORSTAND_BREAK" to player at volume 100 send "&e&lHAP> &c&lNemas dostatocny XP...
  12. E

    How to fix it

    How to do that player cannot unequip it
  13. E

    How to fix it

    How to fix it? every second loop all items in the player's inventory: if inventory slot "36" or "37" or "38" or "39" is empty: equip 298 to loop-player equip 299 to loop-player equip 300 to loop-player equip 301 to loop-player
  14. E

    Critical damage

    Is there some way do how edit critical damage?
  15. E

    Skript

    I mean he recive hp
  16. E

    Skript

    How to make life steal skript when players killing mobs?
  17. E

    Enchant

    Is there some way how to add 1 lvl of sharpness and not to set lvl of sharpness?
  18. E

    Mob spawning

    Isn't working
  19. E

    Mob spawning

    Hi I have 1 problem. I wan't spawn only zombie named "&2&lGoblin" but both doesn't spawning. Sorry for my eng lang. on spawn of a zombie: if world is "pribeh1": if name of zombie is "&2&LGoblin": else: cancel event
  20. E

    Scoreboard

    I don't set any variables how i can set it?