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

    Armor Stand Corpse

    Spawns armor stand "corpses" at a player when they die. Dependencies (Tested Versions): Skript 2.4.0+ SkBee 1.5.0+ Features: Multiple sizes (Small and Large armor stands) Customizable armor colors Create and delete any armor stands with simple commands Options...
  2. RedstoneGamer54

    Script Armor Stand Corpse 1.0

    Spawns armor stand "corpses" at a player when they die. Dependencies (Tested Versions): Skript 2.4.0+ SkBee 1.5.0+ Features: Multiple sizes (Small and Large armor stands) Customizable armor colors Create and delete any armor stands with simple commands Options...
  3. RedstoneGamer54

    clear drops from block

    what version is your server, I just realised its 1.12+
  4. RedstoneGamer54

    clear drops from block

    it is possible with tuske https://docs.skunity.com/syntax/search/id:3413
  5. RedstoneGamer54

    clear drops from block

    oof, the cancel drops wasn't implemented until 2.4 do you have tuske?
  6. RedstoneGamer54

    Please help

    spawn guardian at player's location
  7. RedstoneGamer54

    clear drops from block

    what version of skript are you using?
  8. RedstoneGamer54

    Please help

    set name of last spawned guardian to "Example"
  9. RedstoneGamer54

    clear drops from block

    on mine: clear drops
  10. RedstoneGamer54

    Doesn't Rotate Player

    i have this but it still isnt working command /rotate: trigger: add 180 to player's yaw teleport the player to player
  11. RedstoneGamer54

    Doesn't Rotate Player

    That is still not working.
  12. RedstoneGamer54

    Doesn't Rotate Player

    sorry for the double post, but is that all i need? bump
  13. RedstoneGamer54

    Doesn't Rotate Player

    I have this but it doesn't rotate the direction of the player.rotate velocity of player around z-axis by 90 degrees
  14. RedstoneGamer54

    Solved Rotate player

    How do you use vectors to rotate the direction of a player? I don't have experience and vectors. This is what I currently have.rotate velocity of player around z-axis by 90 degrees
  15. RedstoneGamer54

    Solved Rotate A Player

    I don't have much experience with vectors, how do I use them?
  16. RedstoneGamer54

    Solved Rotate A Player

    How do you change the direction or rotate a player?
  17. RedstoneGamer54

    Problem with player has a named item with enchants

    i figured it out, it didn't like the &f for some reason, and switched it to contains.
  18. RedstoneGamer54

    Problem with player has a named item with enchants

    I'm trying to create a skript that would give player items with a certain sword, but it doesn't work if the item is enchanted. on death: if victim is a player: if attacker is a player: if name of attacker's tool is "&fTokenSword": broadcast "yes"