parent
d4a0264d39
commit
b220dfbfcb
2
pom.xml
2
pom.xml
|
@ -39,7 +39,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.papermc.paper</groupId>
|
<groupId>io.papermc.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>1.20.4-R0.1-SNAPSHOT</version>
|
<version>1.20.6-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -92,7 +92,7 @@ public class Emote {
|
||||||
List<Location> locs = getEmoteLocs(player.getLocation(), emotes.get(emote), player.getLocation());
|
List<Location> locs = getEmoteLocs(player.getLocation(), emotes.get(emote), player.getLocation());
|
||||||
for (Location loc : locs) {
|
for (Location loc : locs) {
|
||||||
Particle.DustOptions dustOptions = new Particle.DustOptions(Color.WHITE, 0.5f);
|
Particle.DustOptions dustOptions = new Particle.DustOptions(Color.WHITE, 0.5f);
|
||||||
player.getWorld().spawnParticle(Particle.REDSTONE, loc, 15, 0, 0, 0, dustOptions);
|
player.getWorld().spawnParticle(Particle.DUST, loc, 15, 0, 0, 0, dustOptions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue