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

    Who?

    Who?
  2. Raymond

    Hello, are you really a developer for the Hypixel Network?

    Hello, are you really a developer for the Hypixel Network?
  3. Raymond

    Stacking

    You can use the on inventory click even and check if the existing itemstack amount is more than 1.
  4. Raymond

    List variable issue?

    Yes, that output should be correct. {testvar::*} is a string because you start it out by adding a string. E.g add 1 to {number}, you cannot add a string to that number, because the variable is a number!!!! You should be adding "10" instead as that is the string 10 not the number 10.
  5. Raymond

    Function

    Your function doesn’t have a player variable in it. E.g function example(Player p): Then to use the player you would do example(player/attacker/victim/etc) In the function to use the player variable, you would use {_p} sorry if it seems complicated, I’m on my phone. I recommend reading the...