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

    Skript help

    what version of skript do you have and do you have any other skript plugins?
  2. M

    Skript help

    try: every 1 second: loop all players: if {mute.%loop-player's uuid%} is true: add -1 to {mute.time::%loop-player's uuid%} send action bar "&cMute Timer: &l%{mute.time::%loop-player's uuid%}%s" to loop-player if {mute.time::%loop-player's uuid%} <=...
  3. M

    function itemtype doesn't return an item

    no it would not make a mess of your code, it may take a SLIGHT bit more power but probably not noticeable, and logging in would do nothing because it changes the attribute, and it will only check the slot tag name or item you want
  4. M

    Hide from tab

    I did some docs reading and found this command /add: trigger: set {-u} to random uuid add player named "dimdom" to tablist with skin named "Ekpoa" with latency 999 for player with uuid {-u} command /remove: trigger: remove tablist player with uuid {-u} for...
  5. M

    Hide from tab

    oh
  6. M

    Hide from tab

    it is one, https://github.com/pgmann/TabListHide
  7. M

    function itemtype doesn't return an item

    why not just add the attribute to the player when they equip the armor? set player's max health attribute to 20
  8. M

    Hide from tab

    ya idk, I use to know how to do this but then I stopped doing skript for a while, and lost all my old projects so, ya. maby you can use a plug in?
  9. M

    Solved hide all flags

    set item flags of player's tool to hide enchants and hide attributes
  10. M

    Hide from tab

    try this? it needs skbee though command /hidefromtab <player>: permission: tab.hide trigger: loop all players: remove tablist entry of arg-1 from loop-player add uuid of arg-1 to {vanished::*} send "&aYou have hidden %arg-1% from the tab list."...
  11. M

    Addon oopsk

    Cool
  12. M

    I need help

    this should work variables: {좀기사드랍랜박수} = 1 on death of a zombie: if name of victim is "&6좀비 기사": clear drops chance of 10%: drop 1 netherite sword named "&c좀비 기사의 검" with lore "&f타격 시 나약함과 허기를 부여한다." of sharpness 5, smite 5, looting...
  13. M

    I need help

    are there any errors in chat? also use [.CODE][/CODE.] without the periods
  14. M

    Hide from tab

    here you go # Command to hide a player from the tab list command /hidefromtab <player>: permission: tab.hide trigger: hide arg-1 from all players add uuid of arg-1 to {vanished::*} send "&aYou have hidden %arg-1% from the tab list." # Command to show a player...
  15. M

    Hide from tab

    hide {vanished::*} from the server list
  16. M

    Hide from tab

    oh that's easy.
  17. M

    Hide from tab

    So like vanish
  18. M

    Hide from tab

    so, like change the players name to another name? please elaborate.
  19. M

    Tag (sorta)

    sorry I got a bit busy and didn't have time to test it, but here it is. options: timerlength: 5 # Default seconds before wall opens # Game Commands command /startgame: permission: op trigger: if {cth.host} is not set: set {cth.host} to player broadcast...