help

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

    Variables not saving after restart

    I was messing around with skript making random stuff and i realized when i restart my server the variables get reset to their default amount. Is there a way to fix this?
  2. 007L

    Custom Bow

    I would like a custom bow skript that makes fired arrow give the player hit blindness for 2 seconds and glowing for 5 seconds the bow should me called &0Void Bow the skript should be based on the name of the bow disregarding the lore thank you very much
  3. 007L

    Custom Weapon

    Thank you in advance, I would Like a skript that makes the user holding the sword called "&5Dragon Katana" not take any explosion damage while holding the sword and make the player deal explosion damage on right click with a cool down of 30 seconds and the explosion should do 3 hearts of damage...
  4. S

    Armor stand yaw

    I need help for spawn an armor stand looking to player in event-block position: i try with this, it don't send error's but it doesn't work. set {x} to x-coord of event-block set {y} to y-coord of event-block set {z} to z-coord of event-block set...
  5. C

    When owner online do action

    Category: specified player online Suggested name: on Spigot/Skript Version: 2.7.1 What I want: when owner is online 1)place a block on x y z 2) wait 1s 3)then place air x,y,z and loop it every 15 mins Ideas for commands: just setblock i think Ideas for permissions: need to be op'ed lol...
  6. Dominiiikk

    Custom Chat placeholer

    Hello, I want to make a custom placeholer, when a player's message includes "[kct]" it sends his normal message and replaces the "[kct]" part with a custom string. This is what I want it to look like. Its from a plugin. But mine looks like this: Im using this code, anyone knows how to split...
  7. R

    Keyall with Placeholder

    Ich bin also kein guter Entwickler, aber ich habe mein eigenes Keyall-Skript erstellt. Können Sie mir bei der Erstellung eines benutzerdefinierten Platzhalters helfen, der anzeigt, wann der Keyall ist? Wie Keyall in 59:38 Minuten. Thanks you
  8. zysw

    I made a lootbox but people can place it on the ground, anyone know how to fix this (the item is a chest)

    im having problems making it so people cant place it on the ground code: on join: add diamond to {items::*} add diamond sword to {items::*} on right click: if player is holding a chest named "lootbox": give player random element out of {items::*} remove 1 chest...
  9. zysw

    How to make a random item list

    Im trying to make a random item list
  10. Epo___

    Wither Impact ability

    So I'm looking for code that makes a wooden shovel teleport you forwards 10 blocks, whilst making an explosion that only damages other players, not the person who executes it. (Right click ability) I know the basics of it, but I can't figure out the rest. When I'd like it by: Within a week of...
  11. E

    Help with worldguard region creating command

    Yes I'm using these addons yes And this is my script But it cause error How can I fix it (sorry for bad english)
  12. V

    Simple Code help

    Hi! I was trying to make a code that shows the region's name the player is in. It is harder that it looks because I could just use %worldguard_region_name_capitalized% in the Scoreboard (because I want it to be shown in the Scoreboard) but it doesn't show anything when you are in the Wilderness...
  13. C

    Homes GUI (Advanced Skripters ONLY)

    Category: Homes Gui Suggested name: VirtualHomes What I want: I want a homes gui that would open up a gui like the picture provided, and when you click on one of the dyes itll create a home that you can teleport to on right click, and rename on right click. And also with a delete home gui...
  14. S

    How to i test if something has been executed

    How do i test if the function above has been executed?? I am making a skript for a server where you can buy ranks with ingame money (essentials econemy). BUT if i dont have any money i can still buy the rank because the money simply doesn't get removed because you cant go minus. Please Help...
  15. Blue

    Skript gives wrong answer

    Hello, I have this script that should print "true" if there exists a country whose name starts with the letter "V", and "false" otherwise. The problem is, the script always broadcasts the wrong answer. Are there any countries whose names start with the letter "V"? How could I make it broadcast...
  16. S

    Is it possible to Loop the world that the player is currently in??

    Is it possible to Loop the world that the player is currently in??
  17. F

    Need help with my OP Items command

    Hii! So I am very new to skript and watched mitch-matched tutorials and got to this and everything seems fine but there is errors. I will highlight the errored line in red. ```command /opitems: permission: op permission message: "You can't do this, you cheeky bugger!" trigger...
  18. Doodle

    negative balance

    I am making a skript so when a player dies, they lose some of their money, and if it's in the negatives, the balance goes farther into the negatives. The problem is, when I test it, when the player's balance is negative, it doesn't want to work and the balance of the player just stays the same...
  19. S

    Skript Upgrade System

    So i'm trying to make a way to upgrade your sword or other equipment by using an item and add attack dmg to the item I have item edit installed and also vault installed. I made a gui but can't figure out how to add the item so that you can upgrade and also add attack dmg to the sword any help? I...
  20. ItzRepsac_

    Prestige system

    Hey everyone! I am kinda new to skript, but i would like to make a prestige system for my skimining server. It would be great if the skript can make it so, that you need required items to prestige and it opens a gui with asking to confirm your prestige When the required items are taken, the...