Skip to content

Latest commit

 

History

History
220 lines (105 loc) · 11.1 KB

File metadata and controls

220 lines (105 loc) · 11.1 KB

1.6.1 (2025-12-28)

Bug Fixes

  • ParticlePacket: enforce new packet constructor for 1.21.4 and above instead of 1.21.5 (f562f54)

1.6.0 (2025-12-23)

Bug Fixes

  • Add API version specification to plugin.yml (51cad39)
  • add missing return statement in ChunkCommand (95e6d27)
  • improve version detection and Spigot server compatibility (e6830aa)
  • ParticleEffect: add NONE particles to unsupported effects list (1219c0f)
  • publish: correct Maven coordinates for lib submodule (df2703d)
  • wrap chunk particle task in try-catch and change to sync scheduler (28f132b)

Features

  • add chunk visualization feature and scheduler abstraction (0df789f)
  • add getMappings method for unmodifiable view of particle mappings (381c98b)
  • add Minecraft version 1.21.11 support (79b2e6a)
  • update Minecraft version and improve NMS particle resolution (dd0cd91)

1.6.0-alpha.6 (2025-12-22)

Bug Fixes

  • ParticleEffect: add NONE particles to unsupported effects list (1219c0f)

1.6.0-alpha.5 (2025-12-15)

Bug Fixes

  • publish: correct Maven coordinates for lib submodule (df2703d)

1.6.0-alpha.4 (2025-12-15)

Bug Fixes

  • Add API version specification to plugin.yml (51cad39)
  • add missing return statement in ChunkCommand (95e6d27)
  • improve version detection and Spigot server compatibility (e6830aa)
  • wrap chunk particle task in try-catch and change to sync scheduler (28f132b)

Features

  • add chunk visualization feature and scheduler abstraction (0df789f)

1.6.0-alpha.3 (2025-12-10)

Features

  • add getMappings method for unmodifiable view of particle mappings (381c98b)

1.6.0-alpha.2 (2025-12-10)

Features

  • update Minecraft version and improve NMS particle resolution (dd0cd91)

1.6.0-alpha.1 (2025-12-10)

Features

  • add Minecraft version 1.21.11 support (79b2e6a)

1.5.0 (2025-12-01)

Bug Fixes

  • improve version comparison logic for particle mappings (3526f37)

Features

  • 1.21.10 and better version checkup (cc1b49c)
  • filter out null NMS objects in ParticleEffect initialization (f9139c9)
  • improve particle effect initialization and add unsupported effects tracking (4892ed8)
  • replace double version checks with MinecraftVersion enum (32873b3)

1.5.0-alpha.4 (2025-11-20)

Features

  • improve particle effect initialization and add unsupported effects tracking (4892ed8)

1.5.0-alpha.3 (2025-11-20)

Bug Fixes

  • improve version comparison logic for particle mappings (3526f37)

1.5.0-alpha.2 (2025-11-20)

Features

  • replace double version checks with MinecraftVersion enum (32873b3)

1.5.0-alpha.1 (2025-11-20)

Features

  • filter out null NMS objects in ParticleEffect initialization (f9139c9)

1.4.0 (2025-10-27)

Features

1.3.2 (2024-12-27)

Bug Fixes

  • update min version for TrailParticleOption and particle effect fixes (#7) (67dc21a)

1.3.1 (2024-12-23)

Bug Fixes

  • Account for final 1.21.4 protocol changes (#6) (b71aadb)

1.3.0 (2024-12-18)

Features

1.2.0 (2024-06-22)

Features

1.1.0 (2024-06-01)

Bug Fixes

  • fix some max values in mappings.json (1871daf)

Features

  • 1.20.6 support & add missing particles from 1.20+ (#2) (564c65f)
  • Add new mappings for values at index 20 (f6e5fb8)
  • Add ParticleEffect.getParticle(String) and ParticleEffect.CONSTANT.getFieldNameMapper() (0a75319)
  • Add support for 1.20.3-1.20.4 (772f0d1)
  • Initial 1.20.5 Support (#1) (82c1de8)

1.1.0-alpha.6 (2024-06-01)

Features

  • 1.20.6 support & add missing particles from 1.20+ (#2) (564c65f)

1.1.0-alpha.5 (2024-06-01)

Features

1.1.0-alpha.4 (2023-12-24)

Features

  • Add ParticleEffect.getParticle(String) and ParticleEffect.CONSTANT.getFieldNameMapper() (0a75319)

1.1.0-alpha.3 (2023-12-24)

Features

  • Add support for 1.20.3-1.20.4 (772f0d1)

1.1.0-alpha.2 (2023-12-24)

Bug Fixes

  • fix some max values in mappings.json (1871daf)

1.1.0-alpha.1 (2023-06-20)

Features

  • Add new mappings for values at index 20 (f6e5fb8)

1.0.0 (2023-06-13)

Features

  • gradle: Gradle project (87d6c9c)
  • package: Changed package name (392fc0d)