ExParticle
A particle effect extension
- Загрузки
- 2K
- Подписчики
- 7
- Обновлён
- 16 апреля 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 16 декабря 2024 г.
Introduction
It allows you to control particle motion using mathematical expressions.
Commands
/particlex functions
/particlex clear-particle
/particlex clear-cache
/particlex normal <name> <pos> <color> <speed> <range> <count> [<age>]
/particlex conditional <name> <pos> <color> <speed> <range> <expression> [<step>]
/particlex parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex polar-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex tick-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex tick-polar-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-polar-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-tick-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-tick-polar-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex image <name> <pos> <path> [<scaling>]
/particlex image-matrix <name> <pos> <path> [<scaling>]
/particlex video <name> <pos> <path> [<scaling>]
/particlex video-matrix <name> <pos> <path> [<scaling>]
/particlex group (remove|change)
Need attention
Ченджлог
1.4.1Релиз1.21.1 · 16 апреля 2026 г.
Fixed invalid speed expression in /particlex conditional command (#16)
1.4.0Релиз1.21.1 · 27 марта 2026 г.
1.3.0Релиз1.21.1 · 22 марта 2026 г.
1.2.0Релиз1.21.1 · 8 марта 2026 г.
- Added
/particlex global-variablecommand - Added
/particlex user-functioncommand - Added syntax highlighting to
/particlex functionscommand - Added extra functions:
- quadraticLerp
- cubicLerp
- slerp
- rotate(Quaternion)
- identity
- Added global variable and user function to the expression
1.1.2Релиз1.21.1 · 2 марта 2026 г.
Fixed bug with animated particles (#4)
1.1.1Релиз1.21.1 · 26 февраля 2026 г.
Fixed typo: destory -> destroy (#3)
1.1.0Релиз1.21.1 · 27 апреля 2025 г.
- Added extra functions:
- lerp
- lerpInt
- translate
- rotate
- rotateDeg
- scale
- transpose
- invert
- Optimized the output of the command
/particlex functions - Fixed that the speed argument of the RGBA series of commands does not take effect
1.0.1Релиз1.21.1 · 18 марта 2025 г.
Fixed color issue
Комментарии
Загружаем…