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

    One line, line graph

    Allows you to graph a one line graph thing, this is very similar to the one used on hypixel to show your progress for minigames. options: line plotter: ■ color scheme: &e function lineGraph(length: integer = 10, percent: number) :: text: set {_graph} to "&8[" set {_values} to...
  2. Pexien

    SkMenus

    Welcome to SkMenus SkMenus is a little skript api which lets you open custom chest guis and then simply set the slots inside them. You can set a slot to a specific item, with a custom name, lore (with multiple lines), and even make them execute player commands (when clicked), as well as close...
  3. Pexien

    Rado?sk

    Welcome to Rado?sk, Rado?sk is a general purpose Skript API which brings some features that you might not be able to get without addons, such as advanced math calculations, powerful utilities and simpler syntax for a whole host of other amenities. Installation: Step 1: Down the the radonsk.sk...
  4. Pexien

    How to give items that can only break certain blocks

    I am coding a adventure script for my server, and I want to give the player's a diamond pickaxe that can only destroy sponge. How do you add the canDestroy tag in skript? Ir would also be good if I could give players sponge blocks that could only be placed on certain blocks in skript. Is there...