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 Cant add a lore in a gui [TuSKe]

    you cant put lore on an inventory name if thats what you're trying to do. you can put it on the item though make gui slot 0 of player with diamond named " " with lore "derp" to do nothing
  2. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    Try this test code. command /test: trigger: open virtual chest inventory with size 2 named "test" to player make gui slot 0 of player with diamond to do nothing
  3. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    Follow the provided syntax. "of player" not "to player", that was probs a typo? (format|create|make) [a] gui slot %integers% of %players% with %item stack% [to [do] nothing]
  4. Wynnevir

    Solved skript messages?

    A lot of those messages are handle by their originating plugin, like Essentials for instance. Are you using that for the tp command? You can edit any essentials color codes in the messages_en.properties file of the plugin.
  5. Wynnevir

    Solved confused...

    If you use the corresponding Tuske version, then likely. I can confirm the latest version works on 1.12.2 :P
  6. Wynnevir

    Solved confused...

    oh, gross, 1.8. you'll probably need to try and find an older version that works for your MC version.
  7. Wynnevir

    Solved confused...

    You're not following the syntax:0 open virtual chest inventory with size 6 named "test" to player
  8. Wynnevir

    convert integer to decimal

    Just be patient next time^-^ lol
  9. Wynnevir

    Solved confused...

    You'll need to post the code your using then. can't give you much help on "doesn't work" alone x3. any errors and steps you've taken as well, per the help post guidelines
  10. Wynnevir

    Solved confused...

    This is a really good guide for it https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager
  11. Wynnevir

    convert integer to decimal

    All well and good. but do not double post on your issue.
  12. Wynnevir

    execute a command when there is "x" player?

    If you use bungeecord, Skellet has a "size of all bungeecord players on server such and such" You could also just loop the players and add 1 to a temp counter. When it hits your number, exit loop and execute the command.
  13. Wynnevir

    How do I add a lore to a tool

    if you want lore on multiple lines you can use the || symbol to que a new line, or you can set a specific line of lore with something like set the 1st line of the lore of the player's tool to "whatever"
  14. Wynnevir

    How do I add a lore to a tool

    Make sure you mark this post as Solved and post new questions as a new post!
  15. Wynnevir

    Solved Making a deathnote

    Yep, thats the idea! did it work for you?^-^
  16. Wynnevir

    Solved Making a deathnote

    loop the players online and set a condition of arg 1 is equal to the loop-player. That way the arg has to be a full player name for it to kill them.
  17. Wynnevir

    Solved Equip enchanted armor?

    command /test2: trigger: set player's helmet to diamond helmet of protection 2 This works for me
  18. Wynnevir

    how to make a bucket infinite in survival

    You could cancel the click event when it's used and set the block above the event block to lava. You could also remove the player's tool when it's used and give them back a full bucket
  19. Wynnevir

    i got some problems... and nobody helps

    Please do not double post. Wait for your original threads to be answered. No one here is obligated to answer you. Getting someone who knows how to fix what you want can take time. So have patience.
  20. Wynnevir

    Solved I want to show the variable top5 ranking on the scoreboard.

    use the expression "the display name of %player%" to get their nickname. Else-wise, everything you need to set up a scoreboard of your own is in the docs.