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

    Can someone fix this dash skript?

    on rightclick: name of player's tool is "golden hoe" Dash(player)
  2. Gryphon2029

    Can someone add onto this skript?

    on rightclick: name of player's tool is "golden hoe" Dash(player)
  3. Gryphon2029

    1.8 Disguise

    if you want a disguise you either need to update your server or get some sort of disguise plugin elsewhere.
  4. Gryphon2029

    1.8 Disguise

    you could try some sort of citizens thing?
  5. Gryphon2029

    Infinite reach skript

    This is unchangeable through server plugins. But you could fake it using on left click but only for attacking.
  6. Gryphon2029

    CMI Placeholders

    could be because its a global variable. also I think you need to change over to player's name instead of just player.
  7. Gryphon2029

    Ice Wall Typa thangalang, need help!

    I would use vectors to match where the person is watching.
  8. Gryphon2029

    Friend or Foe

    here's the right text if you want to fix it ʟɪᴠᴇꜱ ʀᴇᴍᴀɪɴɪɴɢ
  9. Gryphon2029

    Indices in the loop

    then use a {_count} var
  10. Gryphon2029

    Friend or Foe

    I could make the lives and pvp stuff but I don't have time for the bounty function join(p: player): set {_l} to 10 if byte tag "LIVES" of nbt compound of {_p} is set: set {_l} to byte tag "LIVES" of nbt compound of {_p} set metadata tag "lives" of {_p} to {_l} delete byte...
  11. Gryphon2029

    Custom mob abilites (Need Help)

    I can't help you on discord but here is an example of client sided world borders command /borderehere: trigger: set world border of player to virtual world border set border center of world border of player to location of player set size of world border of player to 25
  12. Gryphon2029

    Remove Item without NBT

    I'm pretty sure this is because all items have an nbt compound of what items they are and their flags. so instead I would put all the nbt you're using into a compound list tag and check for that instead.
  13. Gryphon2029

    Custom mob abilites (Need Help)

    mine says its fine? also you need to chance it to spawn skeleton not skelton
  14. Gryphon2029

    pls help mob abilites

    please don't make multiple threads about the same issue
  15. Gryphon2029

    Custom mob abilites (Need Help)

    fixed and cleaned your code if arg-1 is "SKELETOR_KNIGHT": spawn skeleton at location of player set {_e} to spawned entity set {_mhp} to 120 set {_hp} to {_mhp} set max health of {_e} to {_mhp} set health of {_e} to {_hp} set display name of {_e} to...
  16. Gryphon2029

    i need help

    :emoji_shrug:
  17. Gryphon2029

    Skyblock Help

    no its the doc examples
  18. Gryphon2029

    Indices in the loop

    indexes dont work because it returns {list::WHATEVER IS HERE} so if you're looping something that doesn't have numbers then its different. you could try loop-item's indices
  19. Gryphon2029

    Skyblock Help

    there are examples on the docs set world border of player to virtual world border set border center of world border of player to location of player set size of world border of player to 100 reset world border of player #will remove the player's virtual border set {_w} to world border of player...
  20. Gryphon2029

    i need help

    and to answer your original question do make console execute command "tag %player's name% remove red_flag"