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

    Spawn persistent mob

    I'm trying to spawn mobs that won't despawn, the addons I have are: Sk-Bee, Skellett, SkQuery, TuSKe command /zomb: trigger: spawn a zombie with persistence
  2. C

    Set lore command not working with multiple lines

    I'm trying to make a lore command to set the lore of an item but I'm having trouble getting it to be multi-line, if anyone could help that would be great. This is my code: command /lore [<text>]: trigger: set lore if players tool to colored arg 1 What I'm typing to try and set the...
  3. C

    Solved Tablist Header and Footer using Tablisknu

    I'm trying to set a custom header and footer for my tab list on my server. I don't understand the docs(https://skripthub.net/tutorials/20) that great and the code I did get gives me an error: Can't understand this condition/effect tablist header for player "header" Here is my code, any help is...