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

    SkLib (Skript API)

    SkLib SkLib is a collection of functions for developers. These functions include support for holograms, text animations, text formatting, locations, and sounds! These are extremely useful in many situations. A detailed description of each group of functions is below. Features Animation API...
  2. Baezor

    Scenes

    Scene.sk Scene.sk is a simple cutscene creation tool that gives you basic options to create great-looking cutscenes on your server. You can easily implement cutscenes you have made into other scripts in just 1 line! The script is currently limited to 8 different camera shots! This script can...
  3. Baezor

    Solved Need Help Getting Integer Varibles In Lore

    Skript Version: 2.5 Skript Author: Bensku Minecraft Version: 1.15.2 Full Code https://pastebin.com/3kSFcyuv Problem If you look in the screenshot, you can see the variables the skript prints out. My problem is the lore variables are not being added to the defense, vitality, or max health...
  4. Baezor

    Solved I need help with detecting colored mob names!

    My current code is below, but it won't recognize color codes in the zombies name! on death: if victim is zombie: if name of victim is colored "&7Zombie &8(&c1&8)": broadcast "&cZombie Killed"