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

    empty configuration section

    dude can you send all skript in here
  2. Z

    Combat Skript

    Hey you cannot every 0.5 seconds in %player% expre. You can only loop all players but i founded like this function checkCombot(p: player) :: boolean: if (difference between {combatlog::%{_p}%} and now) <= 10 seconds: return true return false on damage of player: if damage cause is an...
  3. Z

    How to make a function that checks the number of items in a container?

    function invAmountMI(type: itemtype, inv: inventory) :: number: set {_amount} to 0 loop all items in {_inv}: type of loop-item = {_type}: add 1 to {_amount} return {_amount} on inventory click: set {_Aamount} to invAmountMI(type of clicked item, event-inventory) send...
  4. Z

    Replace picked up item with another items

    i guess player's inventory is a list
  5. Z

    add {_Value} to {_variable} bug?

    try this set {%{_p}%::test} to {%{_p}%::test} + 1
  6. Z

    empty configuration section

    not vairalbles: Correct usage: variables: Also do you have discord?
  7. Z

    empty configuration section

    Where do you using if {%player%.} variables lines?
  8. Z

    /spawn

    hey, you're using `’` not ''' here code command setspawn: permission: op trigger: set {spawn} to location of player command spawn: trigger: teleport player to {spawn}
  9. Z

    Solved on player name death

    on death of player: if name of victim is "Player": broadcast "123" have a great day :)