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 community!

    Now, what are you waiting for? Join the community now!

  1. TheCringleYT

    Solved Command In Gui

    Thanks, but I'll stick with arg-1
  2. TheCringleYT

    Solved break effect on block by a few seconds

    Yeah, I'm fairly certain that you can't do this. There is probably a plugin that can do it for you though. Sorry, - TheCringleYT
  3. TheCringleYT

    Solved Command In Gui

    Hmmm okay
  4. TheCringleYT

    Solved Command In Gui

    command /rank <player>: permission: admin.rank trigger: if arg-1 is set: open virtual chest with size 5 named "&7You're ranking &e%arg-1%" to player format gui slot 0,1,2,3,5,6,7 and 8 of player with black stained glass pane named " " to do nothing...
  5. 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...
  6. TheCringleYT

    MySQL Error?

    Thanks, working!
  7. TheCringleYT

    MySQL Error?

    rip
  8. TheCringleYT

    MySQL Error?

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

    We aren't allowed to name developers, sorry.

    We aren't allowed to name developers, sorry.
  10. TheCringleYT

    Yes, I assist one of the main developers for Hypixel Skyblock

    Yes, I assist one of the main developers for Hypixel Skyblock
  11. TheCringleYT

    Duplicate Fishing Loot

    It's currently whitelisted, but when It's released, make sure to ask me :)
  12. 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%...
  13. TheCringleYT

    Solved Lobby Items

    Thanks :)
  14. 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...
  15. TheCringleYT

    Solved Change GUI slot

    Thanks! How can I make multiple of those or add like more items, can you give an example?
  16. 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...
  17. TheCringleYT

    Solved Skript Page '/control'

    Okay, thanks :)
  18. TheCringleYT

    Solved Skript Page '/control'

    So it only shows to ops?
  19. TheCringleYT

    Solved Skript Page '/control'

    Okay, thanks! Can I ask you another question @Josh Clarke, do you know how to stop these messages: https://imgur.com/a/dyAMgAZ
  20. 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...