Skip to content

Releases: Fierioziy/ParticleNativeAPI

ParticleNativeAPI 4.5.1

15 Dec 21:04

Choose a tag to compare

Version 4.5.1 comes with update for Paper Spigot 1.21.11.

ParticleNativeAPI 4.5.0

19 Nov 21:25

Choose a tag to compare

Version 4.5.0 comes with:

  • update for MC 1.21.10
  • added 2 new particle types: ParticleTypeSpell and ParticleTypePowerMotion
  • added 3 new particles
  • changed behavior of 3 particles - their new extended behavior is in ParticleList_1_19_Part and their conterparts in ParticleList_1_8 and ParticleList_1_13 maintain previous behavior in backward-compatible way

ParticleNativeAPI 4.4.0

22 Dec 18:50

Choose a tag to compare

Version 4.4.0 comes with:

  • update for MC 1.21.3 and 1.21.4
  • added 2 new particles

Spigot started to mark some particles as @Experimental due to possible significant changes in their implementation that might affect API. I will hesitate to add such particles unless they become stable, because those particles really changes internally in inconvenient way.

ParticleNativeAPI 4.3.0

28 May 21:02

Choose a tag to compare

Version 4.3.0 comes with:

  • fixes for PaperMC 1.20.6
  • added transparency param for ParticleTypeColor

ParticleNativeAPI 4.2.0

13 May 21:26

Choose a tag to compare

Version 4.2.0 comes with:

  • update for 1.20.6
  • added new particles
  • since 1.20.6: changed behavior of ENTITY_EFFECT (marked as not present in 1.8 and 1.13 lists)
  • since 1.20.6: removed AMBIENT_ENTITY_EFFECT (marked as not present in particle lists)

ParticleNativeAPI 4.1.0

14 Oct 23:24

Choose a tag to compare

Version 4.1.0 comes with few changes:

  • updated for Spigot 1.20.2
  • added 2 new particles: CHERRY_LEAVES and EGG_CRACK

ParticleNativeAPI 4.0.0

29 Dec 21:28

Choose a tag to compare

Version 4.0.0 comes with HEAVILY refactored API:

  • basically changed how particles are now accessed and being sent (check how-to-use doc for more info)
  • many, many API changes

Because of so many changes, I suggest looking into migration-v3-to-v4 doc to get around how to adapt to new API.

I may support 3.x.x versions for a while, but only for limited time (few months I think at most).

ParticleNativeAPI 3.3.2

28 Dec 22:00

Choose a tag to compare

Version 3.3.2 comes with support for MC 1.19.3

ParticleNativeAPI 3.3.1

03 Jul 13:49

Choose a tag to compare

Version 3.3.1 comes with few internal non-API changes:

  • reorganized most of code to make running unit tests in a more sophisticated way

ParticleNativeAPI 3.3.0

19 Jun 12:48

Choose a tag to compare

Version 3.3.0 comes with few changes:

  • updated for MC 1.19
  • added 5 new particles
  • added 2 new particle types
  • some internal non-API changes