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

    Armor stand helmet not working

    Alright so I have this problem where I can't get it to spawn dirt when I type in /spawnas dirt. It doesn't spawn anything and I tried changing "set {_2} to arg-1" to "set {_2} to dirt" and that worked. Please help me, thanks. command /spawnas [<text>]: trigger: set {_1} to location...
  2. A

    Solved Hashtag/# in chat disguised as command

    Hello. I want to make a hashtag for staff chat so my staff can write in the chat #Good morning! and then it would send a message to all my staff. I just can't make it wanna use # in the chat. Thanks
  3. A

    Hide player's nametag

    Hello! Im trying to make a murder mystery minigame where you can't see each others nametags so you have to work together to find out who the killer is. My problem is that i need to hide a player's nametag so the other player's cant see it.
  4. A

    SkDragon Particles coordinates problem.

    Hello. I want to have the particle at a certain location. Here is what i have so far. command /particles [<integer>]: trigger: command /essentials:messages [<integer>]: trigger: drawWarpRings style arg-1, particle "redstone", RGB 80, 255, 255, center at coordinates -96 97 251, id...
  5. A

    Check if player is riding in a boat

    I really want to create a script that checks if a player is in a boat and then sends a message. This is what i currently have but it isn't working. every second: if player is riding a boat: send "This is a test"