Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/skript-particle
skript-particle

skript-particle

Skript addon for creating complex particle effects with minimal hassle.

7.0K
19

skript-particle 1.4.1

release15 апреля 2026 г.

Supported versions: 1.21 - 26.1, Skript 2.14+ Likely the last 1.X version of skript particle, so this is built off the legacy-ev-fix branch rather than main.

Changelog

  • Fixed compatibility with Skript 2.15 (small issue with event-value registration on my part)

Syntax

Syntax is available on SkUnity and SkriptHub!

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

skript-particle 1.4.0

release3 января 2026 г.

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 draw particle effect has likewise been removed.
  • the custom particle section has had its data entry removed, as that should be taken care of via Skript's particle system:
a custom dust particle with:
  data: dustOptions(red, 1)
  velocity: inwards
vs
a custom red dust particle with:
  velocity: inwards
  • skript-particle's custom particles should behave exactly like Skript's particle effects in Skript's syntaxes. (e.g. you can set scale/velocity/distribution like normal)
  • skript-particle now only supports Java 21 versions (1.21+)

Syntax

Syntax is available on SkUnity and SkriptHub!

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

skript-particle 1.3.4

release18 октября 2025 г.

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 -> (particle|point) locations of
  • Added docs to ExprBezierCurve

Syntax

Syntax is available on SkUnity and SkriptHub!

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

skript-particle 1.3.2

release4 января 2025 г.

Supported versions: 1.18 - 1.21.4

Changelog

  • Fixed compatibility with Skript 2.10
  • Fixed a bug with points of %shape% returning true for isSingle()
  • Fixed a bug where some line constructing patterns returned false for isSingle()

Syntax

Syntax is available on SkUnity and SkriptHub!

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

skript-particle 1.3.0

release2 мая 2024 г.

Supported versions: 1.18 - 1.20.4. 1.20.5/6 have not been tested yet.

Changelog

  • Added Bezier curves.
[a] [bezier] curve from [start] %vector/entity/location% to [end] %vector/entity/location% (with|using) control point[s] %vectors/entities/locations%
  • Added basic ordering for animations. More orderings coming later.
set the animation order of %shapes% to (default|lowest-to-highest|highest-to-lowest)
  • Some updates to error handling to avoid console spam if you mess up.
  • Fixed a few little bugs with nullability.

Syntax

Syntax is available on SkUnity and SkriptHub!

PLEASE REPORT ALL BUGS, SUGGESTIONS, AND OTHER FEEDBACK IN THE ISSUES TAB!!

If you have questions, small suggestions, or just need help, check out the skript-particle channel in the skript-chat discord.

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:2 года назад
Обновлён:2 недели назад
Главная