Recent content by XSKRIPTX

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