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

    API SkMenus - added "sendMsg->text" custom command

    You can now natively send players messages using the normal color codes, by adding a custom command in to the commands list, please note that the player doesn't actually execute the command, and the message is handled within the script.
  3. Pexien

    API SkMenus 1.1-dev02

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

    API SkMenus - added dynamic inventories

    Dynamic inventories differentiates the player's open inventory from their personal survival inventory, so that they can move around objects in their main inventory separately from their open one, this has bugs and isn't fully working, use at your own risk. Please note that this is optional, and...
  5. 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...
  6. Pexien

    API Radońsk - added str()

    You can now use str(object) and get what ever you put inside the function returned as a string.
  7. Pexien

    API Radońsk 0.3

    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...
  8. 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...
  9. 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...