Recent content by TheCringleYT

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

    Solved Command Not Working?

    Hey, Please can someone help because I have used skript to do something and this was my code: command /angeltear: trigger: give player 1 ghast tear named "&f&lAngel Tear" with lore "" and "&7Dropped from the &eheavens&7," and "&7using this item will transport" and "&7you to...
  2. TheCringleYT

    Command not existing?

    Thank you so much! I'll test this later ;) I tried, it didn't work? Any other ideas?
  3. TheCringleYT

    Command not existing?

    Hi everyone, I have made a crates skript and when I execute /crate1test (the command) it says it's an unknown command. Here's some of my code (rest is kinda private since its for a server). command /crate1test: trigger: open virtual chest with 3 rows named "&6&l" to player...
  4. TheCringleYT

    Solved loop not working????

    I have no errors when I try it? Oh yeah, sorry I didnt read the errors! Your skript is broken, try re-installing it.
  5. TheCringleYT

    Tuske not working?

    same here
  6. TheCringleYT

    What's wrong with this script?

    Sorry, title's wrong! How do I make it so when I right click on a certain chest (for example one at 100, 0, 190 from coordinates) it opens a gui, but when i right click a chest not there its a normal one
  7. TheCringleYT

    This is really easy but...

    So I know this is probably really easy but I haven't touched a single line of script in a year. Anyways, I have a script and I was wondering how to execute a command but also close a gui at the same time. Here's what I tried (which doesn't work). chance of 25%: play sound...
  8. TheCringleYT

    Detecting movement

    Is there a way to run a test so that when a command is run if someone is standing still for over 5 seconds it runs a command? Pretty much, simplified it is: Every 5 minutes it will see if anyone stands still for longer than 5 seconds. Then it will execute the command /fly or something.
  9. TheCringleYT

    Solved Auto text in chat.I

    No, as @novastosha said, typing in the chat is client-side, meaning only your client can control it. Skript is a plugin, therefore it cannot control your client.
  10. TheCringleYT

    Your cool :)

    Your cool :)
  11. TheCringleYT

    Solved Auto text in chat.I

    You can use json messages for the click part.
  12. TheCringleYT

    Actionbars :P

    ok, ill try it in a bit ;)
  13. TheCringleYT

    Actionbars :P

    it shows this:
  14. TheCringleYT

    Actionbars :P

    How can I keep an actionbar stay until removed? My current code: command /watch [<offlineplayer>]: permission: admin.watch trigger: if arg-1 isn't set: send "&cUsage: /watch <player>" to player else if arg-1 is set: if arg-1 is online...
  15. TheCringleYT

    What is wrong with this skript?

    Okay Same errors :/ If you want to / need to recreate the skript, go ahead. As long as the gui's look the same (ya know).