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

    Solved Joining Texts (or Variables)

    Skript Version: Irrelevant Minecraft Version: Irrelevant I'm trying to set a variable to two texts joined together. I've checked the docs but can't figure out the correct syntaxes. Can someone please clarify how I can, for example; [set a variable to...] join "text1" and "text2" together into...
  2. H

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    Fixed in Skript 2.3.6 Edit: Sorting has been broken since 2.2+ (lowest we tested, classified as a medium priority bug) and still isn't working. Check this issue for more information! Skript Version: 2.3.5 Skript Author: Bensku Minecraft Version: 1.12.2 (Spigot) *Please note I might be calling...
  3. H

    Moving/Walking Condition

    Am I using TuSKe's move condition incorrectly? I'd appreciate if someone could help me with this error! Error: There's no loop that matches 'loop-player is not moving' (Sprint.sk, line 6: if loop-player is not moving:') every 3 seconds in "World": loop players: if loop-player is...
  4. H

    Solved Teleporting Players to a Location Saved as a Variable

    Skript version and author not applicable. I'm trying to teleport players in two different arrays to a location saved as a variable, but the players are not being teleported. Can someone please tell me why this portion of my Skript isn't working? Thanks! (I've already added players to the...
  5. H

    Solved Equip player with unbreakable armor

    Skript version and author not applicable Once again, as the title states, how would I equip a player with unbreakable (not the enchant) armor? I've tried using Umbaska but found that it's incompatible with my other addons- is there another way to do this without Umbaska? Thanks! This didn't...
  6. H

    Solved Comparing the Length of two Arrays

    No Skript/Author information applicable Just as the title states, I'd like to see which of two arrays has more indexes. How exactly would I do this? I searched the documentation but found nothing. Thanks!
  7. H

    Solved Splitting players into two teams

    Skript Version: 2.2-dev26f (latest one that works with addons without errors) Skript Author: bensku Server Version: 1.8.9 Spigot (We dislike 1.9+ PvP) I think the title is explanatory enough, but how exactly could I split up players into two teams through a loop all players loop? I'd rather...
  8. H

    Solved Dropping dyed leather armor

    Solution: Upgrade Skript. Dying leather armor isn't supported for any 1.8 fork of Skript. Skript Version: 2.2-dev20 Minecraft Version: 1.8.9 I'm currently in the process of trying to have mobs drop custom items on death. I was able to get items to drop (along with being enchanted), but can't...