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 community!

    Now, what are you waiting for? Join the community now!

  1. Sovde

    Script Regex-based Chat Filter

    Sovde submitted a new resource: Regex-based Chat Filter - A customizable and flexible chat filter for use in custom chat scripts Read more about this resource...
  2. Sovde

    Addon oopsk

    Sovde submitted a new resource: oopsk - basic object oriented programming concepts for Skript Read more about this resource...
  3. Sovde

    Script NBT Player Data

    Sovde submitted a new resource: NBT Player Data - Stores player data in NBT, but makes it accessible via variables. Read more about this resource...
  4. Sovde

    Script Parse Location from Command Input

    Sovde submitted a new resource: Parse Location from Command Input - Provides functions to allow Minecraft-like coordinates in commands (^ and ~) Read more about this resource...
  5. Sovde

    Addon Skript-Particle

    Sovde submitted a new resource: Skript-Particle - Skript addon for creating complex particle effects with minimal hassle. Read more about this resource...
  6. Sovde

    Format Timespans

    Requires SkBee for the ticks of %timespan% expression, though this could be swapped out for skript-reflect or another addon. This script allows you to format timespans in a similar way to how you can format dates (%date% formatted as "hh:mm:ss"). the main function is formatTimespan(timespan...
  7. Sovde

    Script [Deleted] Format Timespans

    Sovde submitted a new resource: Format Timespans - A function for formatting timespans like you would format a date. Read more about this resource...
  8. Sovde

    Inventory Restoration

    Inventory Backups **Requires: SkBee (tested on 2.8.2+, should work on 2.5.0+), skript-gui 1.3+** You can view the source code at the github page: https://github.com/sovdeeth/skript-systems/tree/main/inventory-backup This script automatically saves a backup of a player's inventory when they...
  9. Sovde

    Script [Deleted] Inventory Restoration

    Sovde submitted a new resource: Inventory Restoration - A script for storing and restoring backups of player inventories. Read more about this resource...
  10. Sovde

    GradientColour Function

    Consists of a gradient function that takes three strings. The first is the text that will be coloured, the second is the hex code (just the digits, eg "88E59A") of the starting colour, and the third is the hex code of the ending colour. The return value is the coloured string. Also contains two...
  11. Sovde

    Worldedit CUI.sk

    You should use the worldedit cui mod if you can, this is a mostly for fun project. Requires skript-reflect You must put a copy of the world edit plugin jar in the skript-reflect folder, too. This skript will display the boundaries of your world edit selection. If the selection is not cubic...
  12. Sovde

    Inventory Backups

    Inventory Backups Requires: skript-yaml, skript-gui See the github page for the dev version, which may have bugs. This skript automatically saves a backup of a player's inventory when they die. By default it stores 5 deaths back, but can be configured to whatever you want. The backups are...