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

    I can move items in a TuSke gui?

    You need to send some code but here: format gui slot 0 of player with shiny diamond named "&bDiamond" to do nothing The "to do nothing" is what makes it non movable
  2. Marc

    Display Variables in Holographic Display

    Do you use the skript version of holographic bc you should probably use that.. dont know how good it is tho lol
  3. Marc

    Empty configuration section - help :)

    By indenting you need to add spaces so skript actually knows what youre trying to say on damage of player: broadcast "gg" to all players Those small spaces are indentions
  4. Marc

    Multiple deathmessages

    Just tested it, it works.. Just dont know how to make it say it was slain by another player
  5. Marc

    Skripts not work.

    Uhhh? Could you show me the skript that doesnt work? we cant read your mind
  6. Marc

    hi i need help

    I suggest you learn skript from "ItsJackson" he has good tutorials on skript and explains them pretty well! Channel:
  7. Marc

    Multiple deathmessages

    on death of player: set {_dm} to random integer between 1 and 2 {_dm} is 1: send message "%player% got smashed" {_dm} is 2: send message "%player% got K.O'D" this should work. havent tested it out tho
  8. Marc

    Help with break block

    on break on (block): or on break of (block)
  9. Marc

    Skript Problem - Can't figure out how to detect numbers

    Thats because you told it to show those lines lol
  10. Marc

    Skript Problem - Can't figure out how to detect numbers

    Found your problem, You have to use [<text>] [<text>] and not [<text>] [<integer>] options: NoPerm: &4&l(&f&lUK&4&l) >> &4You do not have the needed permissions to use this command! command /ukrules [<text>] [<text>]: permission: uk.rules permission message: {@NoPerm}...
  11. Marc

    Skript Problem - Can't figure out how to detect numbers

    Let me try and recreate it :^)
  12. Marc

    Syntax for tipped arrows?

    try make player instead of make the player or try "shoot tipped arrow of poison at speed 2"
  13. Marc

    help detect lore

    command /check: trigger: if player's hand held item is blaze rod named "Lighting staff" with lore "&cEnd your enemies with the power of god": do smth If it was the same item without the lore part it wouldnt do smth
  14. Marc

    Skript Problem - Incorrect Responce

    Im confused here what are you trying to do?
  15. Marc

    Solved SkQuerys Gui Formatting

    Hello im creating this skript where if you right click on a block it gives you a menu, My friend told me instead of using cmd's I can use gui formatting, but I keep getting errors: Skript: on right click on stone: cancel event open chest with 6 rows named "&7Basic Computer" to player...
  16. Marc

    Solved Trading system

    Thats right my bad :^)
  17. Marc

    Solved Trading system

    Oh its cool I gave up lol, I wanted to know if there was a possible way for a string of code to wait for a variable to be set to true before it would execute, but its cool thx homie <3
  18. Marc

    My skript with Sk Ray Fall

    im not sure what youre trying to accomplish here but try: player's instead of player
  19. Marc

    solved

    Remember to mark your thread as solved, and you can look-up some simple skripting tutorials to help you or use the SkUnity Docs for additional help :^)