skript 1.8.8

  • 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. B

    Subtitle progress

    Hello ive been trying for some time now to fix this error but didnt succeed ive also looked up docs but didnt succeed in finding anything the error is following: Line 83: (vagt/vagtpost.sk) Cant understand this condition/effect: send title "&2&lVAGTPOST" with subtitle progress from...
  2. T

    cant figure out how to make this give me multiple items

    My skript is this and i cannot figure out why it wont give me multiple of said item, ive tried 50 things. The rest of the skript works just not the part of trying to get multiple items command /givedirt [<player>] [<number>]: permission: op trigger: if number-arg is a number...
  3. S

    on right click on player

    on right click on player: set {_hitlocation} to location of victim wait 1 tick teleport victim to {_hitlocation} push victim up with force 0 push victim in direction of attacker with force 0 if victim is player: if attacker is player: make victim...
  4. B

    I can just play one sound in Skript.

    Hey, I can play a sound in my Skript with play raw sound "mob.bat.death" at player with pitch 1 volume 10 but I can only use mob.bat.death. Other sounds like block.anvil.place don't work. Can anyone help me?
  5. A

    Solved Players tool name not working

    Hello! Ive been having this issue for awhile now and cant seem to figure it out I have tried using a different item, removing all addons, changing the name, changing spigots, re downloading skript, and restarted my server. on right click holding paper: send "debug1" name of tool of...
  6. H

    Custom tool

    Category: Custom Tools Suggested name: Ballshooter Spigot/Skript Version: 2.4 What I want: A command that gives you a blaze rod with the ability to spawn an player head that will fly and explode on impact (Not breaking blocks) Ideas for commands: /spawnball Ideas for permissions: bs.spawn When...
  7. D

    Cancel drops on break event

    Hello. I'm trying to make a skript and I have a little problem. I'm trying to disable the drops but it won't work. on block break: if event-block is coal_block: if "%region at player%" contain "pontbanya": if held item is diamond_pickaxe: if player's...
  8. T

    How to make a command not require a permission

    Hello I need to know how to make a command in skript which does not require any permissions Thanks Guys!
  9. G

    Solved HELP ME!

    Hello, can we make code blocks in skript? example: command /example [<text>]: trigger: send "Sending you 20 messages.." # Not working its example run testcode123 # That's what i want to do: define testcode123: trigger...
  10. G

    Make %arg-1% more than only one word.

    So basically I have the following: command /console [<text>]: permission:rac.use trigger: if arg 1 is not set: send "&cUndefined Arguments." stop else: console command "/%arg-1%" stop How can I make it so arg arg 1 can...
  11. M

    NPC at player location

    Hi. I would need a script that could help me create an NPC at the player's location. And when you click on it, to execute a command, I want a menu to open. I would like to do this thing on skyblock, when you give "is created", to create an island, and where the player is taken, to create...
  12. C

    Solved Nick command chat listener

    Hi i want to make a nick command that ask in the chat for an answer. so like: /nick Type your wanted username Type 'reset' to reset your username Type 'cancel' to cancel > &cCas and than it takes the &cCas and set's is as my Username. and if it is possible that nobody else sees the message
  13. C

    Solved Help needed with gui for rank system

    Hi i have a problem with my code when i try this code: options: p: &f[&aNew&2Name&f] command rank [<offline player>] [<text>] [<text>]: permission: lobby.staff permission message: &cYou do not have those permissions. trigger: if arg-1 is set: if arg-2 is...
  14. M

    Solved Saving data to mysql for certain variables

    Hello, i know you know alot about skripting, so here is my question. Note : Thanks for all the help already In the config it says this: # # MySQL example: # A MySQL database example, with options unrelated to MySQL removed. type: disabled# change to line below to enable this database # type...
  15. C

    Make NPC damage player

    Hello, can someone help me, how to make the npc to damage a player? I testet this already: (make|force) [the] (npc|citizen) %citizen% [to] (target|attack|damage|follow) %entity% [[with] [aggressive [state]] %-boolean%] I testet for example this: command /test: trigger: make npc...
  16. ItsWitherMC

    Solved Skript reload is not working

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.8.8 I was on the console and used and the console respond I didn't do anything and the script i wrote dont even work. Please help me quick Solved by ShaneBee in discord
  17. ItsWitherMC

    Color Team

    Hi, My name is ItsWitherMC! I'm making an UHC Skript but I'm stuck at color team!!! My idea is to make my team's color green and other team's color red like Hypixel I have search it in the forums and I found how to do it on tablist but I want to make it both tablist and nametag (above our...
  18. P

    Custom crafting recipe

    Hi,I want to script an object that is in Hypixel SkyBlock (golem armor). Unfortunately, I do not know how to do it, that you can only craft the item once you have reached the required "iron level".Is it possible to ask script for a player's Iron Level with a variable, for example on crafting...
  19. J

    Stop loop if taken damage

    Hey bois and girls. Im in the making of a drug lab skript. And i wanna make it so if u take damage the loop stops. This is what i have a this point in time. on rightclick on dropper: if "%region at event-block%" contains "Druglaborken": cancel event if {drugcooldown.%uuid...
  20. G

    Solved give player {_num} of...

    So I have this problem where i try to make a withdraw function to my coin skript. The coin skript gives you coins every 300 seconds... but when i try to give player the amount they types it gives me this error: 2 parsed as integer' is not a type (coin.sk, line 48: set {_num} to arg-2 parsed as...