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

    Hover Over Chat

    You need json.sk for this. There is a tutorial for how to implement it on the json.sk page
  2. Wynnevir

    Player UUID

    Start a new post for new questions^-^ if you're not using local variables for your ranks, then provide more information about how you set your ranks in the new post.
  3. Wynnevir

    Solved YAML

    Depends on which addon you picked and the syntax for it^^;; But all of them have examples in the docs. They should be similar, if not exact to what you have just provided. Take a look at the examples provided and try doing some testing:)
  4. Wynnevir

    Solved YAML

    You'll need to pick one of the addons that supports YML for it to work
  5. Wynnevir

    Solved YAML

    For the can't understand condition error, there's two common causes. 1)either you don't have an up to date or matching version(skript or addon) 2)or you have the syntax incorrect. I believe that condition is from wildskript, so be sure you have that addon in it's appropriate version to match...
  6. Wynnevir

    Warp script deleting warps

    perhaps try deleting it instead. delete {warps::%arg 1%}
  7. Wynnevir

    Player UUID

    Just use the expression "uuid of player" oo that's umbaska, vanilla skript has the expression too, all in the docs.
  8. Wynnevir

    How to effectively rank a top

    So what issue are you having? If you are asking someone to make a skript for you you can post it in the requests section^-^
  9. Wynnevir

    NBT Tags of an entity [SkStuff]

    Do you have the latest vers of Skript and the 1.12 fork of Skstuff? This reload just fine for me.
  10. Wynnevir

    balance

    Be sure it saved properly and that the one you are using matches the on in your skript. And that you have an eco plugin like Snow says:3 After that I'd give it another restart and try again.
  11. Wynnevir

    aw thank you!

    aw thank you!
  12. Wynnevir

    Why is this not working?

    try just "to location of player"
  13. Wynnevir

    balance

    hmm, I don't get this error when I reload your skript "if player's balance is greater than 2000000" is a vanilla skript expression to my knowledge. Are you on the latest Bensku version?
  14. Wynnevir

    Solved Splitting players into two teams

    I have a code for this already that you can use^-^ it requires Skquery. It first checks to see if the number of players is an even number, and if so, it adds half to two teams depending on the remainder of the player count. So odds to one team, evens to another. command /split: trigger...
  15. Wynnevir

    Solved Toggleable json chat

    It doesn't work for normal chat, just the "@NAME" chat, which was one of the things really frustrating me before too x3 I did figure out why and how to fix that bit though. Just checking if a variable is not true apparently doesnt work if it's not set in the first place. so I just included these...
  16. Wynnevir

    Gui help

    Try using Tuske for your GUI instead, its much better, less buggy and easier to use.^-^ Tutorial here. I prefer the advanced gui, myself
  17. Wynnevir

    Solved -

    Yes, I don't think it requires any addon, but I had used it in an old items skript. time in the attacker's world is greater than 19:00 Obviously, substitute attacker for player depending on your event, mine was a damage event x3
  18. Wynnevir

    Solved fishing

    Awesome sauce. Go ahead and mark this thread as solved.
  19. Wynnevir

    Solved Toggleable json chat

    What I want: I have a chat skript that I'd like augmented. What I want is for players to be able to use a command to hide everyone else's chat from them, save for if the message contains "@TheirName". This on it's own isn't hard, but I ran into issues as my chat is json. So if anyone knows how...
  20. Wynnevir

    Solved fishing

    odd, and you are reloading the right file name I assume, right? Have you tried the obligatory server restart?