Recent content by Rina Tennoji

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

    GUI Help

    "||" Isn't supported in the latest version of skQuery
  2. R

    Help with Minigame script!

    Alright, start with setting up the command. command /join <text>: trigger: insert code here... Whatever is in the trigger will execute when the player types /join with any text after it. If you want to detect if the text is "server1" do this: command /join <text>: trigger...
  3. R

    Help with Minigame script!

    Nice question, but before you ask for someone to help you out on this you should try to complete it on your own. Post what your stuck on so people can help you on that specific part instead of just giving you the skript. It'll help you learn as well.
  4. R

    GUI Help

    if text-arg is not set: if player-arg is not set: set {_p} to "%player%" parsed as player open chest with 2 rows named "&7Coins - You have %{coins::%uuid of player%}%" to player format slot 4 of player with skull of {_p} named "&aCoins"...
  5. R

    Solved "if lore of player's held item contains" doesn't execute the following code

    So, I am trying to make some custom enchants and I ran into a problem, there is no errors in console, it just doesn't work. I have tried many different things to get it to work but nothing works. Code: every second: loop all players: if lore of loop-player's held item contains...