Added dev builds link to readme, update changelog

This commit is contained in:
Esophose 2021-02-08 13:13:15 -07:00
parent 5758ff8564
commit fb3ebbc063
2 changed files with 5 additions and 0 deletions

View file

@ -16,3 +16,7 @@ The versions of Minecraft that are currently supported are `1.16.5-1.7.10`.
PlayerParticles uses Gradle to compile and build the plugin. Run `./gradlew build` in the project's root directory to build the jar.
The plugin jar will be located in `./build/libs` when finished.
### Development Builds
You can find development builds for this plugin [here](https://ci.codemc.io/job/Esophose/job/PlayerParticles/).

View file

@ -1,4 +1,5 @@
=== v7.19 ===
+ Added the ability to toggle particles from the main GUI
* Fixed fixed effects always getting deleted on join when the check-permissions-on-login setting is enabled
* The database connection and migrations are now established asynchronously
=== v7.18 ===