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 community!

    Now, what are you waiting for? Join the community now!

  1. 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
  2. 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...
  3. zysw

    How to make a random item list

    Im trying to make a random item list
  4. 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...
  5. 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)
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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??
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. eyzk

    [HELP REQUEST] Addons for Tutorials!

    Making Your First Skript a work-in-progress tutorial I'm creating a Skript tutorial, and want to include a list of popular addons, but I'm not sure which ones to include. Please reply with any addons you've used, which version they're for, and what they do! Thank you to everybody that helps...
  16. Byteware

    How do I broadcast coords?

    Can someone help me out? How can I broadcast coords? Here is my code: command /loadboss: trigger: set {_areacoordX} to a random integer between 100 and 300 set {_areacoordY} to 80 set {_areacoordZ} to a random integer between 100 and 300 set {_amount} to 1...
  17. SirMaggus

    Skipping players in loop all players

    Hey there, i am making a skript for a minigame right now using skQuery and skRayFall and i was wondering if it's possible to skip a player in a loop all players part. Like that: I'm on 1.12.2 with skript version 2.2-dev36 because of mods.
  18. Don

    help me fix this code:

    I want to make a code that will register a new placeholder show exp player need to level up Here my code: on placeholderapi placeholder request for the prefix "xpneed": set {xpn::%player%} to difference between player's exp to next level and player's exp set result to "%{xpn::%player%}%"
  19. Kowal9833

    Moving item from one list to another.

    I have some trouble with my skript. Items should be saved in "drops" list after death, and when the items despawn, they should be moved from "drops" list to "stuff" list. Items do save in "drops" list, but I have problems moving them to "stuff" list after items despawn. So I'm doing something...
  20. Simple

    3x3x3 blocks miner

    So I want a skript that makes a stone pickaxe named "&4TNT&cPICKAXE" mine 3x3x3 blocks. And when they person shifts and right clicks with the pickaxe it will show a gui to upgrade the pickaxe to 4x4x4. And if player has 5000 {coins} he can upgrade. If he can't the gui will close and a title will...