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

    Armor stand / Heeelpp :(

    Hi, how can I do that if I right-click on an armor stand and the armor stand has armor on, you can not take it off? Pls Help :( Solved, used the command: /entitydata @e[type=ArmorStand,r=5] {DisabledSlots:2039583}
  2. DellCraftHD

    Nametag without Wildskript?

    Is it possible to give a player a nametag without wild script? :/
  3. DellCraftHD

    Solved Need help with sideboard:(

    Hey, I have a very big problem. If here player comes to the server, then I would like to give him a sideboard. But with loop-player that does not work. Then it sets the sidebar of this one player to all players! Please help me :( on join: wait 1 tick loop all players: wipe...
  4. DellCraftHD

    Player skull

    I want to give the player, the joint, a certain head with a certain name, how does that work? This not works: on join: give *Name*'s skull named "Name" to player
  5. DellCraftHD

    How to remove 1 item

    My problem is how can I take only one item from the right-click slot. Because when I do that: on right click with head: if tool's name is "Name" clear held item of player Then that does not work :emoji_frowning: