Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

ParticleLib 1.5.1 | 1.16 Update

Compare
Choose a tag to compare
@ByteZ1337 ByteZ1337 released this 27 Jun 16:00
· 125 commits to master since this release
dc25b27

New Features

  • New Particles
    • Ash
    • Crimson Spore
    • Dripping Obsidian Tear
    • Falling Obsidian Tear
    • Flash (1.14 particle I didn't notice)
    • Langing Obsidian Tear
    • Soul
    • Soul Fire Flame
    • Warped Spore
    • White Ash
  • 1.16 Support

Maven

On maven central, no external repos are required.

<dependencies>
    <dependency>
        <groupId>xyz.xenondevs</groupId>
        <artifactId>particle</artifactId>
        <version>1.5.1</version>
    </dependency>
</dependencies>

Info

If you choose not to use maven you will find a ParticleLib plugin and a headless version below.

If a plugin on your server depends on this library you should download the plugin and drag it into the plugins folder. If you are a developer you can download the headless version and add it as a library to your project. You can also extract the jar into you plugin. However if multiple plugins do this it won't work because bukkit can't load the same package twice.