mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
Use v1_8_R3 server implementation
This commit is contained in:
parent
f4d77f7d95
commit
0d9a88580e
14
pom.xml
14
pom.xml
@ -23,17 +23,11 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.8.8-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>minecraft-server</artifactId>
|
||||
<version>1.8.8-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<groupId>com.github.azbh111</groupId>
|
||||
<artifactId>spigot-1.8.8</artifactId>
|
||||
<version>R</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
@ -1,6 +1,6 @@
|
||||
package lol.vera.spigot.handler;
|
||||
|
||||
import net.minecraft.server.PacketPlayInFlying;
|
||||
import net.minecraft.server.v1_8_R3.PacketPlayInFlying;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lol.vera.spigot.handler;
|
||||
|
||||
import net.minecraft.server.Packet;
|
||||
import net.minecraft.server.PlayerConnection;
|
||||
import net.minecraft.server.v1_8_R3.Packet;
|
||||
import net.minecraft.server.v1_8_R3.PlayerConnection;
|
||||
|
||||
public interface IPacketHandler {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user