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 community!

    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

    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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. E

    Critical damage

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

    Skript

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

    Enchant

    Is there some way how to add 1 lvl of sharpness and not to set lvl of sharpness?
  12. 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
  13. E

    Scoreboard

    Why players see stats of last login player and no own? every 4 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&e&lHrajAPrezi" set score "&d" in sidebar of loop-player to 12 set score "&2&lPeniaze&8:" in sidebar of...
  14. E

    Help

    How i can fix it? When player have this armour and hand and don't have lvl5 event will cancel but when player switch item on other slot and equip nothing happend on armor equip: if level of player is less than 6: if name of tool of player is "&4&lPavucie nohavice": play...
  15. E

    Skript

    How to fiix it? On Tool Change: if level of player is less than 5: if name of tool of player is "&d&lPrasaci mec": send "&e&lHAP> &c&lNemas dostatocny XP LVL pre pouzitie!" cancel event
  16. E

    Why don't work?

    Why don't work? I wan't to add 10fire enchant to item (no set lvl 10 add +10lvl) command /zus: permission: hap trigger: if player has emerald named "&a&l+3000 eur" in his inventory: if player is holding any sword: remove emerald named "c" from player's inventory set {_l} to level...
  17. E

    Right click

    Don't work any errors. Spigot 1.12 command /zs: permission: hap trigger: if player has emerald named "c" in his inventory: if player is holding any sword: remove emerald named "c" from player's inventory enchant the player's tool with sharpness 25 send "&e&lHAP> &fOprava bola...
  18. E

    Scoreboard

    Why don't work? Giving info of money... from last login player every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&b&lServer Name" set score "" in sidebar of loop-player to 10 set score "&bRank:" in sidebar of...
  19. E

    Item name

    I have problen this script don't work but don't giving me any errors on rightclick with emerald: if player's tool is emerald named "&a&l+3000 eur": send "&e&lHAP> &a&l+3000 &2&leur&f!" add 1 to {money.%player%} remove emerald from player's tool