mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-02 18:45:56 +00:00
Update particle spawner
This commit is contained in:
parent
a2b0da8cfb
commit
e87beeced4
5 changed files with 51 additions and 4 deletions
|
@ -20,7 +20,7 @@ dependencies {
|
|||
shadow 'org.jetbrains:annotations:16.0.2'
|
||||
shadow 'me.clip:placeholderapi:2.10.4'
|
||||
shadow 'org.xerial:sqlite-jdbc:3.23.1'
|
||||
shadow 'com.comphenix.protocol:ProtocolLib:4.5.0'
|
||||
shadow 'com.comphenix.protocol:ProtocolLib:4.5.1'
|
||||
shadow 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
|
||||
// Dependencies that will be shaded into the jar
|
||||
|
|
|
@ -38,7 +38,7 @@ public class ParticleStyleThick extends DefaultParticleStyle {
|
|||
|
||||
@Override
|
||||
protected void setDefaultSettings(CommentedFileConfiguration config) {
|
||||
this.setIfNotExists("multiplier", 1, "The multiplier for the number of particles to spawn", "This style uses the same spawning as the 'normal' style");
|
||||
this.setIfNotExists("multiplier", 3, "The multiplier for the number of particles to spawn", "This style uses the same spawning as the 'normal' style");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue