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

    Solved Shield Slot help

    Don't know off the top of my head, but you can set up a script to tell you. Use the inventory click event and broadcast the clicked slot.
  2. Wynnevir

    Command Cooldown help

    forgive me lol just got up. try this command /waffle: description: Eat a waffle. permission: action.waffle executable by: players trigger: set {_diff} to difference between {sql_.diff::%player%} and now if {_diff} is less than 30 seconds: send "&cYou...
  3. Wynnevir

    Command Cooldown help

    Take out the "else" line, since you have stops on your other if statements. the else is stopping the time variable from being set I think.
  4. Wynnevir

    Addon [Deleted] SkUniversal

    @Donut Awesome! :D super helpful.
  5. Wynnevir

    set slot problem

    I should rest too lol. Fresh eyes will probably be a good idea. x3 night and take care!
  6. Wynnevir

    set slot problem

    perhaps this. on command /staffmode: set slot 2 of player to feather named "&7Hello"
  7. Wynnevir

    set slot problem

    Does it stop working if you name it?
  8. Wynnevir

    set slot problem

    Try this, so like im thinking maybe it can set it to something that does work and then rese it to the feather command /s: trigger: set slot 0 of player to stone set slot 0 of player to feather It's being such a pain for something as simple as fly haha
  9. Wynnevir

    set slot problem

    It wouldn't make a difference which sk it's in.
  10. Wynnevir

    set slot problem

    whoa, that's super weird. >.< I know format and set slot is buggy for gui's, it may be a bug that's causing the issue now. Are you able to set slot 2 to something else and then right after it, reset it to a feather as a potential work around?
  11. Wynnevir

    set slot problem

    Use ctrl+F and look for feather or 288. Another possible troubleshooting step you could do is set up a test command for just setting a slot to a feather so no other code is working with it. @A@ I must be missing something there.
  12. Wynnevir

    set slot problem

    lol same boat, 7am here. its in your skript folder it should be aliases-english
  13. Wynnevir

    set slot problem

    I don't see anything wrong with your code. Except line 19, but I assume that indent was a paste mistake. Did you check your aliases folder? I mean, I'm fairly certain 1.8 would still use "feather", but it doesn't hurt to check
  14. Wynnevir

    set slot problem

    Hmm...I can try to look at it, but I'm not too sure what's wrong in that case. Perhaps try "set slot 2 of player's current inventory to feather"
  15. Wynnevir

    set slot problem

    Nope, just the jar. That way all your scripts remain
  16. Wynnevir

    set slot problem

    Yep, shut it down, swap 'em out and boot it up. Fingers crossed x3
  17. Wynnevir

    set slot problem

    https://github.com/bensku/Skript/releases?after=dev26c Here's 25, I do hope it's as easy as that
  18. Wynnevir

    set slot problem

    Dev 25 is the latest supported version for 1.8, is that the one you use? It may have a different alias in that version, which you can find in the aliases folder. I'm afraid I'm not much help when it comes to 1.8 :c I'm not seeing anything else in your given code that is stopping it, and if your...
  19. Wynnevir

    set slot problem

    I'm not sure. I would give the server the obligatory restart and try again, with feather or feather item, it should work for you. If it doesn't, I'd look at the skript version next and be sure you're up to date(assuming you;re on mc 1.12.2)
  20. Wynnevir

    set slot problem

    Yes, this works for me. However just using "feather" also works for me haha.