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. 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]...
  2. 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...
  3. 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...
  4. 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...
  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

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

    Solved Renaming a stack according to its amount

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

    Solved Skript Math isn't working

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

    Solved Renaming a stack according to its amount

    You could also use the PlayerInventorySlotChangeEvent via reflect or 2.7
  10. Sovde

    Solved how to mark a post as done (RENAMED POST)

    scroll down on the releases page
  11. Sovde

    Entering numbers in text messages

    This isn't directly explained in the docs, but examples of it are very common, including on the home page: https://docs.skriptlang.org/ It's also explained in this guide: https://docs.skunity.com/guides/guide/texts.6 and in this tutorial...
  12. Sovde

    Solved I don't know how to use more than 1 command with a space in it

    yes, player arguments will automatically complete, and you can add custom completions with skbee
  13. Sovde

    Solved I don't know how to use more than 1 command with a space in it

    No, that's how minecraft commands work. The first word is the command name, anything after a space is an argument. You should use the argument system that Skript provides.
  14. Sovde

    Creating a magic circle with skript

    you may find this useful: https://github.com/sovdeeth/skript-systems/blob/main/particles/particles.sk
  15. Sovde

    Solved how do you get this (read)

    haha losers i was first
  16. Sovde

    Solved how do you get this (read)

    That's called "effect commands". Check your config.sk to enable them.
  17. Sovde

    Setting tool to as many items as a variable skript

    A more general version would be set item amount of player's tool to {_your-variable}
  18. 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...
  19. 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...
  20. Sovde

    Script Format Timespans 1.0

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