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

    Multiple Types in One Argument...?

    I don't know how to explain this, but I would like to know if there is a way an argument can be multiple types. For example (this doesn't work...): command /test [<text or player>]: trigger: #does something.... I doubt this is possible but if there is a way, plez welp… Thanks!
  2. E

    Spawning With Skript

    I know how to generally spawn mobs with Skript. I just don't understand how to change it's type? form? or whatever you want to call this. I would like to know how to spawn in a slime in different sizes (tiny, small, big, possibly even larger than the 3rd size), villagers with different clothing...
  3. E

    Inventory Glitch/Bug?

    Codes below does not give me any errors VERSION: Skript 2.4-alpha4 command display list: trigger: open chest with 6 rows named "&6&lList" to player wait 1 tick # set slots here # stop trigger on inventory click: if inventory name of player's current...
  4. E

    Solved Differentiating Similar Entities

    Skript Version (do not put latest): Skript 2.2-dev36 Skript Author: Bensku Minecraft Version: 1.8 I am somewhat new to Skript. I started about a week ago and gotten the hang of the basics, but I started getting lost on scripting some complicated stuff. I’m trying to figure this out: You have...