Stop error spam on 1.9 - Actual 1.9 update for particles.

This commit is contained in:
woutwoot 2016-04-02 21:24:33 +02:00
parent eddc66e46d
commit 1329fe4529
3 changed files with 10 additions and 3 deletions

BIN
lib/craftbukkit-1.9.2.jar Normal file

Binary file not shown.

View File

@ -50,6 +50,13 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/craftbukkit-1.8.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>spigot192</artifactId>
<version>1.9.2-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/craftbukkit-1.9.2.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit1710</artifactId>

View File

@ -1,11 +1,11 @@
package me.blackvein.particles;
import me.blackvein.quests.util.ReflectionUtil;
import net.minecraft.server.v1_8_R3.EnumParticle;
import net.minecraft.server.v1_8_R3.PacketPlayOutWorldParticles;
import net.minecraft.server.v1_9_R1.EnumParticle;
import net.minecraft.server.v1_9_R1.PacketPlayOutWorldParticles;
import org.bukkit.Location;
import org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer;
import org.bukkit.craftbukkit.v1_9_R1.entity.CraftPlayer;
import org.bukkit.entity.Player;
public enum Eff_1_9_R1 {