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. 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?

    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...
  3. 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
  4. 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...
  5. 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.
  6. 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...
  7. TheCringleYT

    What is wrong with this skript?

    I swear this skript shouldn't be wrong. Here's the errors: https://imgur.com/a/GAGnOjo And here's the code that is causing the errors:command /ultimaniancrate give <text> <player>: trigger: if sender is player: send "&fUnknown command. Type "/help" for help." to player...
  8. TheCringleYT

    Solved Stealable Item?

    Hi - I've looked and I can't see how you can make a stealable item with Tuske. I've already tried the following: format gui slot 10 of player with barrier named "this is my item" to be stealable Thanks a lot! - TheCringleYT P.S: Server's releasing next week (Tuesday, Wednesday, Thursday or...
  9. TheCringleYT

    Solved What is wrong with this skript?

    The title says it all, here's the error: https://imgur.com/a/1VV35m8
  10. TheCringleYT

    No charged respawn anchor message

    Hi. Can I disable this? (If you can't see the image: https://imgur.com/a/D8UBFqK) Thanks, - TheCringleYT
  11. TheCringleYT

    If player's health

    Hi, lets say I wanted it so be so if the player's health is half a heart you can heal them and then send "Hey, you were saved from death!" Can you do this? Thanks in advance, - TheCringleYT
  12. TheCringleYT

    Scoreboard Kills

    Hi - Can anyone give me some code that uses some sort of kills counter in a scoreboard. I've tried but I get errors every time. Thanks, - TheCringleYT
  13. TheCringleYT

    Solved Command In Gui

    Hi, I'm making a rank skript but when I make a command inside a gui it has an error that says: '<none> is not a specified player'. The thing goes like this: format gui slot 23 of player with purple wool named "&7Rank &e%arg-1% &7to &d[MODERATOR]" to run: execute player command "lp user...
  14. TheCringleYT

    MySQL Error?

    Hi, All websites, beside forums are... broken? Picture: https://imgur.com/a/sYN961k Any help? Thanks, - MinerBlox
  15. TheCringleYT

    Duplicate Fishing Loot

    Hi, Sorry for posting so soon after previous, my server is soon to release and I need to do some finishing touches. I was wondering how I could duplicate the item caught fishing. Here's what I have so far: on fishing: if "%fishing state%" is "CAUGHT_FISH": chance of 25%...
  16. TheCringleYT

    Solved Lobby Items

    Hi, I'm trying to make this: https://imgur.com/a/UC9Zfzh But here's what I get: https://imgur.com/a/QKsmsyr My code is currently this: on join: execute player command "/lobby" clear player's inventory give player chest named "&7Buy Items" give player light gray stained...
  17. TheCringleYT

    Solved Change GUI slot

    Hi, I've made a gui and I'd like to make something where when you click on a gui slot, it will change a variable to true instead of false. Then lets say it was grey dye when you clicked on it, it'd turn to green dye. But then everytime the same player opened it the same one would still be...
  18. TheCringleYT

    Solved Skript Page '/control'

    Hi, I'm making a '/control' skript, and it'll have options with like whitelist you know :emoji_slight_smile: But when I press on the redstone dust it does nothing. Can anyone explain why? Here's my code: command /control [<text>]: trigger: if arg-1 is not set: open...
  19. TheCringleYT

    Tab Help

    Hi, This isn't so much skript but color codes. I've seen many servers with this on their tab: (The yellow lines at top and bottom) I just wanted to know how they get the complete straight line. Anything helps, - TheCringleYT
  20. TheCringleYT

    Shop Skript Help

    Hi, so I've coded a custom shop (which I'm not going to put the source code into public circulation), and I can't figure out how to subtract from a variable and give items. Here's my code so far (without the shop). command /shopbuy <text>: trigger: if arg-1 is "leatherhelmet"...