Search results

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

    Solved skript-gui glowing stack

    I have been using skript-gui as it's a good gui addon and am trying to make a glowing stack of items inside a gui. Something like this: make gui 18 with 2 of glowing dirt named "&a&lCompressed Dirt" I tried this but it didn't work. Can anyone help me figure out how to do this? Edit: found out...
  2. Jayden13O

    Solved Command not working

    My command does not work and using it it tells me it's an unknown command. Command: command /recipebook [<text>] [<text>] [<text>] [<number = 1>]: cooldown: 4 ticks cooldown message: &cPlease wait a bit before doing this trigger: edit: forgot to mention it doesn't give any errors...
  3. Jayden13O

    Solved not giving player potion effect on respawn

    Read title. It gives no error. on respawn: apply potion of mining fatigue of tier 100 to player for 180 seconds apply potion of weakness of tier 100 to player for 180 seconds apply potion of slowness of tier 100 to player for 180 seconds apply potion of blindness of tier 2 to...
  4. Jayden13O

    Solved Message players in a 1 to 10 block radius

    I have been trying to send players in a 10 block radius (excluding the player using the command) a message, but with tellraw it wont work. make console execute command "execute at %player% run tellraw @a[distance=1..10] {"""text""":"""You have been launched by %player%!""","""color""":"""red"}"...
  5. Jayden13O

    Solved I'm running in a problem deleting homes

    Skript version: custom minehut version. Minecraft version: 1.16.5 The problem in my code i'm running into is when using '/homeremove13o all' it does correctly delete all homes, but if i do '/homeremove13o home', it wont do anything. Does anyone have any advice on getting it to work? Here is my...