Recent content by Sovde

  • 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

    Addon Skript-Particle - v14.0 - 2.14 compatability

    Supported versions: 1.21 - 1.21.11, Skript 2.14+ Changelog * Fixed compatibility with Skript 2.14 * Some major breaking syntax changes were made, as Skript now has competent particles support. * the custom particle expression has been removed in favor of Skript's own particle system. * the...
  2. Sovde

    Addon Skript-Particle

    Sovde updated Skript-Particle with a new update entry: v14.0 - 2.14 compatability Read the rest of this update entry...
  3. Sovde

    Addon oopsk - oopsk 1.0 beta 2 release

    beta 2 Beta 2 introduces some very interesting features, namely concrete types and custom converters. These crack open the very heart of Skript's internals, so I'm rather tentative about declaring them stable. They should be treated with care. I want to double down on the advice that you should...
  4. Sovde

    Addon oopsk

    Sovde updated oopsk with a new update entry: oopsk 1.0 beta 2 release Read the rest of this update entry...
  5. Sovde

    Script Regex-based Chat Filter 1.0

    # Chat Filter Skript A flexible chat filter with support for alternate characters, separators, repeated letters, exceptions, and severity levels Requires: - oopsk (for structs) - skript-reflect (for pre-compiled regex patterns) author: sovde version: 1.0 license: MIT (do what you want...
  6. 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...
  7. Sovde

    Addon Skript-Particle - v1.3.4 - 2.12 compatability

    Supported versions: 1.19.4 - 1.21.7, Skript 2.10+ Changelog * Fixed compatibility with Skript 2.12.2 * Some breaking syntax changes were required to avoid conflicts: * (length|width|height) of %shape% - shape (length|width|height) of %shape% * scale of - shape scale of * locations of -...
  8. Sovde

    Addon Skript-Particle

    Sovde updated Skript-Particle with a new update entry: v1.3.4 - 2.12 compatability Read the rest of this update entry...
  9. Sovde

    Addon oopsk - oopsk 1.0 beta 1 release

    beta a Beta 1 should be a rather stable release. I intend to a set of (experimental) reflective syntaxes before release, like getting the type of a field, the field names of a struct, and unsafe accesses to structs with strings instead of literal field names. Excluding those, this beta is...
  10. Sovde

    Addon oopsk

    Sovde updated oopsk with a new update entry: oopsk 1.0 beta 1 release Read the rest of this update entry...
  11. Sovde

    Addon oopsk

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

    Addon oopsk 1.0-beta2

    oopsk oopsk is a Skript addon that aims to add limited object-oriented programming tools to Skript in a non-invasive manner. Basics The current feature set revolves around structs, simple objects that group together a set of typed fields. Structs are defined by struct templates, top-level...
  13. Sovde

    Addon Skript-Particle - v1.3.3 - 2.10.2 compatibility

    Supported versions: 1.19.4 - 1.21.4, Skript 2.10+ Changelog * Fixed compatibility with Skript 2.10.2 * Fixed NPE with EffRotateSahpe in debug verbosity Syntax Syntax is available on SkUnity and SkriptHub! PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!! If you...
  14. Sovde

    Addon Skript-Particle

    Sovde updated Skript-Particle with a new update entry: v1.3.3 - 2.10.2 compatibility Read the rest of this update entry...
  15. Sovde

    Script NBT Player Data 2025-02-26

    Requires SkBee 3.8.2+, Skript 2.10+. NBT Player Data Basic NBT-based player data system. Stores strings and numbers in NBT, but accessible via variables. Example:{-npd::%player%::strength} = 1 This value is stored in npd_data/<player's uuid>.dat as {strength: 1}. All values under...