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

    Solved Duplicated Variables

    I'm curious if there is a solution to the duplicating of variables problem. For example, if {zombieKills.%player%} equals 0, then a moment later I add 1 to {zombieKills.%player%}, skript creates a second variable in the variables.csv file and I now have 2 {zombieKills.%player%} variables, one...
  2. M

    Solved Enchanting Item with Separate Variable

    Skript won't allow me to enchant an item if the enchant level is a separate variable, does anyone know a workaround? {sharpnessLevel.%loop-player%} is any integer over 0 if loop-item is a sword: enchant loop-item with Sharpness {sharpnessLevel.%loop-player%}
  3. M

    Can't change pitch of entity

    The 4th line won't change the entity's pitch, but the 3rd line changes the entity's yaw perfectly. I wanted to know if there was any reason for why the pitch can't be changed or if I made a mistake. Thank you! set {_variable} to location of player loop 40 times: set yaw of {_variable}...
  4. M

    Is it possible to get the amount of players online in a multiverse world?

    Skript Version: Skript 2.2 (dev25) Minecraft Version: 1.11.2 Is it possible to get the amount of players online in only 1 multiverse world?
  5. M

    Every Second Event not recognized

    Skript Version: Skript 2.2 Minecraft Version: 1.11.2 Error on Reload: My console tells me "[09:29:57 ERROR]: can't understand this event: 'every 5 seconds in Hub' (RewardMessage.sk, line 1: every 5 seconds in Hub:#Hub is the world name')" Script...