Recent content by baby raptor

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

    Solved How to rotate the player

    on rightclick holding stick: if name of event-item contain "turn": send "teleport" set {_loc} to location of player set yaw of {_loc} to 90 teleport player to {_loc} I tried this code. it's worked. It seems that it was not possible due to the addon. thanks.
  2. B

    Solved How to rotate the player

    Just changing the yaw did not work.
  3. B

    Solved How to rotate the player

    Do I need to change the yaw? Right-clicking should rotate it. But this did not work. on rightclick holding stick: if name of event-item contain "turn": set {_yaw} to location of player set yaw of {_yaw} to -90 teleport player to {_yaw}
  4. B

    Solved player's tool

    I tried this code. It worked! thank you. on rightclick holding iron sword: if name of event-item contain "Steel sword": heal the player by 2 hearts send "HP recovered."
  5. B

    Solved player's tool

    Skript Version: 2.5.3 Minecraft Version: 1.12.2 This won't work. Why?