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

    If player's health

    damage cause is fall damage: cancel event
  2. Time4Games

    If player's health

    set {_health} to health of victim if {_health} is 0.5:
  3. Time4Games

    Anti-fly help??

    every second: loop all players: if loop-player has permission "essentials.fly": else: if loop-player's flight state is true: if loop-player's gamemode is survival: send "%loop-player% is hacking" to "ItzarReal" parsed as player i didnt test it so it might not work
  4. Time4Games

    If player's health

    instead of "on" use "has"
  5. Time4Games

    Executing function in function

    command /test123: trigger: test1(player) function test1(p: player): wait 3 ticks open chest with 3 rows named "test" to {_p} format slot 1 of {_p} with stone to close: test2({_p}) function test2(p: player): wait 5 ticks send "test" to {_p}
  6. Time4Games

    Solved Cancel item move event

    maybe because you are in creative im not sure tho
  7. Time4Games

    Executing function in function

    function Test1(p: player): Test2({_p}) function Test2(p: player): #do stuff
  8. Time4Games

    Solved Cancel item move event

    on inventory click: event-slot is <slot> cancel event send "&cCant do that"
  9. Time4Games

    Solved Custom Workbench

    yea just open a gui and then if the item at a slot is a crafting recipe add an item to the right
  10. Time4Games

    Solved Custom Workbench

    do you mean custom crafts? https://github.com/Tuke-Nuke/TuSKe/wiki/Recipe-Manager
  11. Time4Games

    If player's health

    on damage: victim is a player: victim is on 0.5 hearts: set {_damage} to damage cancel event heal victim damage victim by {_damage} send "&aYou got saved" to victim also did you release the server already?
  12. Time4Games

    If player's health

    if some1 is damaged and he is on half a heart he would get healed and then damaged(or not damaged) every seconds it loops all of the players and if loop-player is on half a heart it would heal him
  13. Time4Games

    How to make a command not require a permission

    just dont add permission: so instead of command /command: permission:permission trigger: use command /command: trigger:
  14. Time4Games

    Solved spawn eggs

    i also recommend you to add victim is not a player: or you could one shot other player's with it and it would be op
  15. Time4Games

    Solved spawn eggs

    on damage of a mob: if attacker is holding an emerald named "&a&lEggifier": If attacker has 1 of egg in inventory: kill the victim remove 1 egg from attacker set {_egg} to "%victim% egg" parsed as item add 1 of {_egg} to attacker's...
  16. Time4Games

    If player's health

    using a loop or when they are damaged
  17. Time4Games

    Hidden enchants in gui

    you need skellet to do it https://docs.skunity.com/syntax/search/hide%20enchants
  18. Time4Games

    Solved İf Max Durability

    on right click on anvil: cancel event set {_durability} to max durability of player's tool - durability of player's tool if {_durability} is max durability of player's tool: broadcast "Max Durability" else: broadcast "Damaged Durability"
  19. Time4Games

    Solved WHY THİS SCRİPT İS WONT WORK

    remove {miktar.%player%} of sugar from player's inventory
  20. Time4Games

    Solved Can't use On Armor Unequip?

    its on armor change