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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. XSKRIPTX

    Solved combat give player Heath back

    ty buddy
  2. XSKRIPTX

    Solved combat give player Heath back

    Request: it is possible if attacker kill victim give attacker 3 heath
  3. XSKRIPTX

    How do I make events occur based on food and its name?

    add if name of player's tool is "TEXT:
  4. XSKRIPTX

    How do I make events occur based on food and its name?

    try on eating of golden apple: wait 1 tick remove regeneration from the player remove Absorption from the player apply speed to the player for 2 seconds
  5. XSKRIPTX

    Solved Wie ändere ich ein bestimmtes Schild mit einem Command

    your welcome //GER Du bist willkommen
  6. XSKRIPTX

    Solved Wie ändere ich ein bestimmtes Schild mit einem Command

    command /signRL: trigger: if player has the permission "sign.set": set line 1 of block at {sign} to "Custom Message" command /setsign: trigger: set {sign} to location of target block
  7. XSKRIPTX

    Solved Wie ändere ich ein bestimmtes Schild mit einem Command

    like? command /signRL: trigger: if player has the permission "sign.set": set line 1 of target-block to "YOUR TEXT" stop
  8. XSKRIPTX

    Solved Wie ändere ich ein bestimmtes Schild mit einem Command

    try on rightclick on a sign: if player is in "YOUR WORLD": line 2 of event-block is "YOUR TEXT": event-player command "/Kit Starter"
  9. XSKRIPTX

    Solved Animation help (loop and split event)

    SOLVED
  10. XSKRIPTX

    Solved How do any sounds on event??

    hmm try with Addon SkQuery or WildSkript
  11. XSKRIPTX

    Solved How do any sounds on event??

    try play sound "LEVEL_UP" to loop-player with volume 100 and pitch 1 or play "WOOD_CLICK" to player u need skRayFall or Skellett
  12. XSKRIPTX

    Solved on step(ping) on barrier not working.

    try on walk on 166: #YOUR CODE
  13. XSKRIPTX

    Solved Roulette Skript

    Jaa.. aber als Blöcke mit dem Loop wäre schon besser xD
  14. XSKRIPTX

    Solved Roulette Skript

    Request: Hello, can anyone help my to make a Roulette Skript like this? Example: https://gyazo.com/b03fdf1333cf8313c1b3b889973ec7af https://gyazo.com/61f6f2dd65868234a5d4f8cfd3b2dcac
  15. XSKRIPTX

    Solved Skript Update problem with TuSKe (FIXED)

    Request: Hello, i have update Skript "Skript 2.2-Fixes-V8b" now i have "Skript 2.2-dev36" and my Code does not work... My Code: command /Shop [<text>]: trigger: open chest with 6 rows named "&cSHOP" to player create a gui slot 0 of player with 373:8229 named "&8» Potions"...
  16. XSKRIPTX

    is it possible to check GUI SLOT item?

    Request: Hello is it possible to check and set the GUI SLOT of player like %item name of gui slot 0% show my Example Example: create a gui slot 0 of player with iron sword named "&71x &7 %item name of gui slot 0%" to do nothing Example2: create a gui slot 0 of player with iron sword named...
  17. XSKRIPTX

    Solved can't open hopper send Error (FIXED)

    FIX: show virtual hopper named "WORKING" to player
  18. XSKRIPTX

    Solved can't open hopper send Error (FIXED)

    My Code: open hopper named "Gui are Working" to player ERROR: Can't understand this condition/effect: open hopper named "Gui are NOT Working" to player my Addons/Plugins: Skript 2.2 Fixes V8 Skellett 1.9.6b SkQuery 3.6.0-Lime WildSkript 1.8 skDragon 0.15 TuSKe 1.8.1...
  19. XSKRIPTX

    loop and give player items

    Hello i have set {test.lvl.1::*} to items in the player's inventory set player's inventory to {test.lvl.1::*} but i will have loop {mw.lvl.%player's level%::*} and give player all looped items of {mw.lvl.%player's level%::*} can anybody make a Example or help me NEWS: my test code but it...
  20. XSKRIPTX

    Solved need help GunGame (have found a good CODE)

    Hello, i need a Level Up event like: on levelup: if players level is 1 give player diamond sword GunGame like can anyone make a Example or Help me