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

    Solved players NameTag help DONT WORK

    You must be in mc 1.12 or higher for 16+ long nametags. I would recommend using the plugin NTE tbh, it’s easier and it works.
  2. G

    Solved players NameTag help DONT WORK

    https://forums.skunity.com/threads/nametags-in-script.3159/Try this: on load: create nametag "a-owner" set prefix of nametag "a-owner" to "&6&lOWNER &f" add player to nametag "a-owner remove player from nametag "a-owner You will need skellet. I got this info from here...
  3. G

    Solved Help put actual date on a sign

    on rightclick on sign: line 1 of the clicked block is "[Region]": set {datetmp} to now set line 2 to "{datetmp}" I think you forgot the quotations on {datetmp}
  4. G

    Problem with loops

    Why do I get the error "There are multiple loops that match value etc..." I tried putting loop-value-1 but it doesn't seem to work. every second: loop all offline players: set {_pdurs::*} to objects in column "duration" from result of query "SELECT * FROM punishmentduration WHERE...
  5. G

    Chests don't fill up

    command /chester: permission: OP trigger: loop blocks within {skywars::pos::1} to {skywars::pos::2}: if loop-block is trapped chest: add 1 to {_n} set loop-block to {sw.trapped_chest.arena::%{_n}%} add apple to inventory of...