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

    Help with flower pot

    Hey, How I can prevent players from taking flowers from flowerpots ? Note: When I cancel right click event it's just canceling the flowers to put in it. thanks.
  2. KAVKAZIE

    Problem on skript

    Hey, I have a problem when I spam click on blocks i disabled the event its still opening them. Using 1.16.5 version up
  3. KAVKAZIE

    Citizens Skin

    Hey, How I do that everyone see he's skin on an NPC, thanks. Example: up
  4. KAVKAZIE

    Player Visibility

    Hey, How I can do that players will be half invis ? Example:
  5. KAVKAZIE

    unbreakable item

    Hey how to give a player on join a unbreakable axe with nbt ? thanks.
  6. KAVKAZIE

    Door Right Click

    Hey, why when i cancel right click on 1.8 doors on reload it's all good blocking normal door and all things i added but when i add the 1.8 doors it's just doing nothing i can open the doors. ty
  7. KAVKAZIE

    Solved Water Kill

    Hey, How to do instant kill player when he tuching the water, thanks.
  8. KAVKAZIE

    Help with alive players

    Hey, How i can open a gui with only players with survival mode and when i click its teleport me to the player. thanks.
  9. KAVKAZIE

    Death Messages

    Hey, How to add attacker's killing tool to the death message ? Thanks! on death of player: set death message to "" if {leaf.ffa.%uuid of victim%.mode} is set: clear drops if attacker is not set: send "&eYou were killed and lost &c-3 &eELO!"...
  10. KAVKAZIE

    HealthBar

    Hey guys, how i can do this HealhBar on skript ?, Thanks <3 https://imgur.com/a/iQZfNwW
  11. KAVKAZIE

    Item despawn from inventory

    Hey, How can i find if a specific item (for example bow) if it's despawn from my inventory, i want to do an event. thanks for helping.
  12. KAVKAZIE

    Silent Chest opening

    Hey, How can i open a chest silently HCF style ?! Thanks for helping
  13. KAVKAZIE

    Armor Stand

    Hey, How can i cancel Right clicking on Armor stand (Cancel equipment) Thanks.
  14. KAVKAZIE

    Solved How to disable fall damage on jumping from spawn

    Hey, i want to disable the fall damage when a player jumps from spawn on kitpvp how i can do this ?
  15. KAVKAZIE

    Kill reward

    Hey, How i can add item to player's inventory and if its full it will drop on the ground thanks.
  16. KAVKAZIE

    Clear it from

    Hey, How to clear this: set {Inv::%executor%} to executor's serialized inventory set {stuff.%player%} to player's serialized inventory set {helm.%player%} to player's helmet set {chest.%player%} to player's chestplate set...
  17. KAVKAZIE

    Solved 1 Time use command

    Hey, How to do command 1 time use command like /relciam on HCF servers. Thanks.
  18. KAVKAZIE

    Solved How to

    Hey, How to equip a player with a leather armor with this color: #ff0000 (Minecraft color value: 16711680) (Example: /give @p leather_helmet 1 0 {display:{color:16711680}}) Thanks!
  19. KAVKAZIE

    How to fix that

    Hey, How to do that if the arg-1 quit it will clear the replay. command /msg [<offlineplayer>] [<text>]: aliases: /w, /m, /t, /pm, /tell, /whisper, /message trigger: if arg 1 is not set: send "&cYou must type a specific player." stop if arg 1 is...
  20. KAVKAZIE

    on inventory click issue.

    This is the code: on inventory click: if inventory name of player's current inventory is "&8Animals Hats (1/2)": if clicked slot is 53: cancel event close player's inventory And if the item on slot 53 named the click event doesnt work. It's doesnt work for...