skript 1.18.2

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

    IDs of modded items are not valid

    Hi everyone, I have a problem with using Conquest Reforged modpack and I need to use modded items in my server scripts. When I reload I get a console full of error messages that the modded item IDs are not valid. Is there any way to configure the script to recognize them? Thanks in advance for...
  3. H

    chunk location

    I wanne check if player is in a certain chunk I already tried some stuff like command /test: trigger: set {chunk} to chunk at player's location if player is in {chunk}: #do stuff command /test2: trigger: set {chunk} to chunk at player's...
  4. H

    Solved I don't know how to use more than 1 command with a space in it

    I want to make a Skript and it would be good to make the commands like /home info instead of making /homeinfo but if I want to make more than 1 command with a space like /home clear and /home info it says command /home already exists. Is there any way to fix that with normal Skript or an addon
  5. H

    Client Borders

    I tried to use client borders with skellet but its not working I used the example Skript from skellet but its not working either command /setlocation: permission: permission.text trigger: set {UHC.Center} to player's location command /b: trigger: set client...
  6. H

    Solved Tellraw and send "<run command:/command> not working

    I wanna make a message that you can click on and the command that it runs has Variables in it and its not working with the variable in it and tellraw isn't working at all command /test: trigger: send "<run command:/home %{home1::%player%}% Click here to tp" to player the variable is...
  7. A

    How do I make it so item disappears for 45 sec after execution

    So, i'm trying to make it to where the item disappears until around 900 ticks after (45 seconds) when it comes back. on right click on player: if player is holding amethyst shard named "&c&lFire &6&lGem": make player execute command "summon fireball" So how would I make it disappear after 45...
  8. H

    block placed is chest??

    I want to check if the block I place is a chest or next to a chest