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 community!

    Now, what are you waiting for? Join the community now!

  1. E

    Toggle Chat LPPrefix not working

    Ur welcome :)
  2. E

    Toggle Chat LPPrefix not working

    I think i gochu here Check this file
  3. E

    Toggle Chat LPPrefix not working

    So the player cant see player messages?
  4. E

    Toggle Chat LPPrefix not working

    Ah I get it now! Are you trying to give players the ability to make custom tags? As in like i would run a command: "/tag OMEGA" then my messages would say "OMEGA etheboi: hi"
  5. E

    Toggle Chat LPPrefix not working

    So what are you actually trying to do? Hide the chat for specific players?
  6. E

    Toggle Chat LPPrefix not working

    So what are you actually trying to do? Are you trying to make a player able to toggle on and off chat? If so, try this file attatched
  7. E

    set breakable blocks of item

    Are you are trying to make blocks breakable with specific items? So like you can only mine oak logs with a stick or higher? If so: And if you want to make items above a stick mine it: Then you could repeat this with other items I don't fully know if this works so tell me the errors
  8. E

    How to change chat Color when a player has a specific permission

    Personally i wouldn't use permissions, I would check of a player is in a group on chat: if player is in {green.chatcolor::*}: cancel event send "%player's display name%: &a%message%" but if you want to use permissions then you can replace if player is in...
  9. E

    Custom head

    This code didn't show any errors. I'm pretty sure you have to use player heads
  10. E

    Disky report system

    There are also errors that say:
  11. E

    Disky report system

    So I have my code and everything looks fine but I can't find any tutorials on how to send messages on specific channel. I also thought it would be better to get help on here for embedds as well. My current code: Can anyone help?