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

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

  1. Sovde

    Script Parse Location from Command Input 1.0

    Parse Location from Command Input. Provides functions to allow Minecraft-like coordinates in commands (^ and ~) To use, add text arguments to your command to capture the coordinates. Feed these arguments into the locationFromCommandInput function, along with an origin location (usually the...
  2. 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...
  3. Sovde

    Script Tetration.sk

    this should use vectors to store the 3 numbers instead of returning a list much easier to work with for the user when it's a single value instead of a list
  4. Sovde

    Is this even possible?

    No, but I can direct you to the docs for SkBee, which provides syntax to make and manipulate display entities.
  5. Sovde

    Is this even possible?

    I'd probably use display entities.
  6. Sovde

    Is this even possible?

    sure
  7. Sovde

    Addon Skript-Particle - v1.2.0 - Animations and Bug Fixes

    Changelog * Allowed omitting the first shape in rotate shape drawn shape... * Added some basic animation for shapes. Draws a shape over a time period in the order its points are calculated. Future updates will likely add more options for animation order. draw [an] (animation [of]...
  8. Sovde

    Addon Skript-Particle

    Sovde updated Skript-Particle with a new update entry: v1.2.0 - Animations and Bug Fixes Read the rest of this update entry...
  9. Sovde

    Addon Skript-Particle - v1.1.1 - Small Improvements

    Only minor changes this time. Support for icospheres and custom shapes (shapes made of other shapes and/or individual points) will be coming in 1.2.0. Changelog * Fixed NPEs when using debug verbosity * Added lang entries for various types * Fixed a conflict between SkBee's draw effect and...
  10. Sovde

    Addon Skript-Particle

    Sovde updated Skript-Particle with a new update entry: v1.1.1 - Small Improvements Read the rest of this update entry...
  11. 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...
  12. Sovde

    Addon Skript-Particle v1.2.0

    skript-particle Skript addon for creating complex particle effects with minimal hassle. Requires Skript 2.7+, Java 17, Paper 1.17.1+ Download at the releases page. You can find help, give suggestions, or voice complaints in the Issues tab here, or on the skript-chat discord here...
  13. Sovde

    Solved Renaming a stack according to its amount

    Like all events, it depends on what you do inside the event.
  14. Sovde

    Solved Skript Math isn't working

    {Test::%player%} is probably not a number. Are you sure it's not a string?
  15. Sovde

    Solved Renaming a stack according to its amount

    You could also use the PlayerInventorySlotChangeEvent via reflect or 2.7