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

    Spawn/shoot a Thrown splash potion

    Hello, I tried everything to spawn a thrown splash potion. I also can't find a example anywhere and i have been looking everywhere. I tried everything i can think of but i still didn't get it working. Anyone knows how to do it? i will really really appreciate it example: command /test...
  2. Tinkot

    Solved functions cannot be used (only while starting my server)?

    when i reload my skript it work just fine. when i start or restart my server it says it can't be used. Using Skript 2.2 Fixes V9 Mirreski's fixes (for spigot 1.8). Maybe there are newer versions of Mirreski's fixes?, this one is the only one i found [12:35:48] [Server thread/INFO]: [Skript]...
  3. Tinkot

    How to spawn a player at a certain location? not teleporting

    Is it possible to spawn a player at a certain location with the `on join` event? i am currently teleporting them but it would be better if i can spawn them instead of teleporting. on join: teleport player to {hubspawn.%{spawnselector}%} if...
  4. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    so i just figured out to check if a list variable contains a player. if contains({_list1::*}, player) is true: broadcast "{_list1::*} contains the player!" but i want to check if {_list1::*} or {_list2:*} contains a player. how can i do this?
  5. Tinkot

    Solved How to return slot at "On item damage" event

    Hey, i can't figure out how to return the slot of the event-item with the "on item damage" event. I am trying to multiply item damage on my server. so i tried this and it works 100%. but i can't damage the item because i don't know how to get the slot the item is at. Anyone can help me out? on...
  6. Tinkot

    Solved set {_loc} to 3 blocks west of {location} ---- (how?!?)

    so i am making minigames skript and i want to set a location near another location. it works for teleporting players to a location near the variable Teleport player 3 blocks west {location} but i cant figure out how to set a variable near a location of another variable
  7. Tinkot

    Skript option variables multiple value

    Hey, I am designing a minigames system on my server and i want to block some commands at a certain point. I want to set the blocked commands with option variables. i want something like this options: Commands: tpa, spawn, back on command: set {_counter} to 1 loop {@Commands::*}...
  8. Tinkot

    Found some nice solid skinheads for whoever needs them

    Are you looking for solid colored heads for your gui? I found a few players that have a solid colored skin and didn't play for a long time. Its not likely that they change their skin. Pls let me know if you know a better method of doing this. I am interested in that! code: command /colors...