mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2024-12-28 02:14:15 +00:00
Added dev builds link to readme, update changelog
This commit is contained in:
parent
5758ff8564
commit
fb3ebbc063
2 changed files with 5 additions and 0 deletions
|
@ -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/).
|
||||
|
|
|
@ -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 ===
|
||||
|
|
Loading…
Reference in a new issue