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

    Works perfectly, thanks
  3. A

    Solved Hashtag/# in chat disguised as command

    When i use it i get this https://gyazo.com/e86660ff1aed7379366a00f4a0953542 in the chat. I'm not placing any extra hashtags or anything I get this when i type #message in the chat. https://gyazo.com/e86660ff1aed7379366a00f4a0953542 Is there any way to remove the first hashtag?
  4. 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
  5. A

    Hide player's nametag

    I'Ll try uninstalling all my plugins
  6. A

    Hide player's nametag

    Sorry for the late reply, but its still not working. I have disabled the scoreboard and even uninstalled nametagedit.
  7. A

    Hide player's nametag

    I do have a scoreboard
  8. A

    Hide player's nametag

    https://gyazo.com/bce024b026d74c85ac9da49213bf8017 Here it is
  9. A

    Hide player's nametag

    But i cant open the .gz files that have the messages in them I figured it out
  10. A

    Hide player's nametag

    Send screenshot of what?
  11. A

    Hide player's nametag

    Im testing it on myself, then i ask other players if they can see my nametag How do i open .gz files?
  12. A

    Hide player's nametag

    I test it on myself, and then i ask other players if they can see my nametag
  13. A

    Hide player's nametag

    I still can't get it to work. Idk if im doing something wrong or its the script.
  14. A

    Hide player's nametag

    It doesn't work, sadly.
  15. A

    Hide player's nametag

    I just wanna hide it
  16. 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.
  17. 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...
  18. A

    Solved Help with on damage of entity regarding level of player

    on damage of pig: if attacker's level is greater than 1: broadcast "Test" Here it is. I hope it can help you. Please note that 1 equals that is has to be 2. So if you want it to be if you have 1 level then you need to write 0.
  19. A

    Check if player is riding in a boat

    I don't get any errors in console or sk reload, when i enter the boat i dont get any message. Edit: I have tried all the other vehicle variables (i think thats what they are called) and the only one that doesnt seem to work is on vehicle enter:
  20. 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"