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

    Solved Change Sign Text

    What Addons would that work with? i did if the player's target block is a wall sign: set {axe1v1signs1} to the player's targeted block send "You have set Axe 1v1 sign 1!" set {_sign} to the player's targeted block set line 1 of {_sign} to "Axe 1v1...
  2. A

    Solved Change Sign Text

    Everything is working fine but the sign text being set.
  3. A

    Solved Change Sign Text

    on right click on sign: if the event-block is the block at {axe1v1signs1}: set {_sign} to event-block if {axe1v1inqueue1.%player%} is false: if {axe1v1people1} is less than 2: increase {axe1v1people1} by 1 set text of {_sign} to...
  4. A

    Solved Change Sign Text

    I'm Not Sure How Sorry.
  5. A

    Solved Change Sign Text

    I have been trying to change sign text for a 1v1 game in pvp I am not sure how to though. I tried set text of {_sign} to "Axe 1v1. %{axe1v1people1}%/2" and set line 1 of {_sign} to "Axe 1v1. %{axe1v1people1}%/2" but it does not work. no errors full code command /setaxe1v1sign1: permission:op...
  6. A

    Solved Make Player Attack

    idk how oh it is already ok
  7. A

    Solved Make Player Attack

    my issue does not matter it's fixed now
  8. A

    Make Player Walk

    A terminator is what i'm trying to do like chasing after them maybe pushing would work i'm not sure. Thanks for the ideas though maybe there might be skript addons that do it for me.
  9. A

    Solved Make Player Attack

    Can somebody help me with this: make player damage loop-entity by 0.5 i want to make them damage but not do true damage (damage that goes through armor) Thanks For The Help!
  10. A

    Make Player Walk

    Yeah i Kinda wanna make a player chase another player
  11. A

    Make Player Walk

    How do you make a player walk? Thanks.
  12. A

    Lava i-frames

    it gives no error but still shreds my health i did on damage: if damage cause is not attack, suffocation, fire or lava: wait 1 tick set victim's invulnerability ticks to 0
  13. A

    Lava i-frames

    on damage: if damage cause is not attack, suffocation or fire: wait 1 tick set victim's invulnerability ticks to 0 so with this script fire damage still removes invulnerability ticks but attack and suffocation still works but lava gives an error pls help Thanks.
  14. A

    Custom Ore

    on any move: loop all blocks in radius 100 around the player: if loop-block is redstone ore or coal ore or iron ore: if loop-block's y coordinate is below 3: set the loop-block to nether brick add the loop-block's location to {darkb::*} on...
  15. A

    Custom Mob Ai?

    Is it possible to make custom mob AI with script? Thankyou for anybody that helps!
  16. A

    Help with disguises

    yes i have both of those I think Skellet might be dead though so that might be the problem also I tried using some code they suggested and it did not work.
  17. A

    Help with disguises

    I have used many different scripts to try and do disguises but it says "cant understand this expression" like: command /testy: trigger: set {_d} to a new disguise with type RABBIT set disguise of player to {_d} and i have tried command /disg: trigger: set {_d} to...
  18. A

    Change Player's Skin

    i have already tried those before and skript does not understand it at all
  19. A

    Change Player's Skin

    In my script I am trying to make an item that changes the player skin. The thing is I am not sure how to. Also please show the addons I need also Thanks!
  20. A

    check location of block below player

    I have not tested this but it might work: command /vent: trigger: set {vent.1} to the block below the player on any move: if the block below the player is the block at {vent.1}: send "hi" to the player i'm not sure how to use spaces because I always use tabs