skript

  • 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. 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...
  2. zysw

    How to make a random item list

    Im trying to make a random item list
  3. 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...
  4. F

    Need help with Web Requests (Reqn)

    For some reason a var does not work in the web request link. For example: "&uuid=%uuid of player%" works just fine, but using it in a function where we use {_p} instead of player it just returns <none> I've tested this: And I've no clue why this is
  5. A

    Solved Adding of armor trim not working

    hey, i am using skript version 2.6.4 and skbee 2.18.3 this is my skript: it executes the command and makes the item unbreakable but it does not apply the armor trim, it doesnt give me any errors either and to be honest i dont know what else to try
  6. P

    console executing command wont work

    hi, im using skript (Version 2.6) on Minecraft version 1.19.4 and this is my problem (i simplified it to focus on the problem): when i jump i recive the "hi" message but the barrel do not place itself. I know that the "set block at position (53.5, 37.5, 3.5) to barrel" works because when i...
  7. F

    hey, i'm trying to make an anti cheat, for my server and maybe to help other servers with an anticheat with my skript, 20 errors :( reach check

    command /funwatcher <text> permission: funwatcher.all permission message: &4Only Players with permission funwatcher.all have access to this command! trigger: if arg 1 is "help": send "&4[FUNWATCHER] &c/funwatcher alerts - enabled alerts (this is a placeholder command)" send...
  8. Radicc

    Rename broken blocks

    i tried to make a skript with skulls and when you broke a skull it would rename it to the name it had before it was placed on place: id of event-block = 144 set {skull::%event-block%} to location of event-block set {skull::%event-block%::name} to name of event-block set...
  9. 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...
  10. The0Felon

    Skript With Modded Items

    when i start my server, it says "Minecraft id xxx is not valid" I saw somebody fixed it with aliases but it doesnt worked for me. I saw somebody fixed it with variables too but i didnt understand it. How can i fix it? Running on Java 17.0.8 (Oracle Corporation) Magma version...
  11. 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...
  12. Austral

    Placeholders don't work in comparison: more or less

    When I try to use a condition more or less for a placeholder, it doesn't work correctly. I use Ersatz and Skellett-2.0.9
  13. P

    My command does not show

    I have this script: variables: {brSpawnLoc} = 0 command /setbackroomsloc: permission: setbrloc trigger: set {brSpawnLoc} to location of player send "&bBackrooms spawn loc is now %{brSpawnLoc}%" on death of wither skeleton: if name of victim is "&0&lEntity"...
  14. KingDooms

    Script Skript Files Hub v1.0.1

    What is Skript Files Hub? Skript Files Hub (Also known as S.F.H.) is a Skript file that lets you download files easily into your scripts folder. All you have to do is load the data in and check the GUI to check any of the Skripts. It adds the command /skriptfileshub (or /sfh), which pops up a...
  15. adomen

    Arena Reset skript

    Hello i need somebody to make a skript for me.. I need an box arena reset skript that will every 4 minutes remove all blocks in on a flat surface. So when people build block they will get cleared after some time. Thanks!
  16. GLaDOS_James

    help with skript, preferably skellet

    i have skellet, skbee and skript installed but always get this in my skript on 1.19.4:
  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. 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...
  19. S

    If player is holding

    When I have a "if player is holding..." and the player has more than one when it test for what it is holding the skript does not work code below
  20. Diamond

    Checkpoints Parkour Plugin

    Category: Minigame/skript Suggested name: Checkpoint Skript Spigot/Skript Version: MC version 1.8.9 What I want: I want a parkour plugin where you can select a area (like in worldedit), and you you specify the name of it (e.g. map-1). When you are in the area, there can be placed...