mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
revert server implementation
This commit is contained in:
parent
0d9a88580e
commit
8234f106c3
14
pom.xml
14
pom.xml
@ -23,11 +23,17 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.azbh111</groupId>
|
||||
<artifactId>spigot-1.8.8</artifactId>
|
||||
<version>R</version>
|
||||
<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>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lol.vera.spigot.handler;
|
||||
|
||||
import net.minecraft.server.v1_8_R3.Packet;
|
||||
import net.minecraft.server.v1_8_R3.PlayerConnection;
|
||||
import net.minecraft.server.Packet;
|
||||
import net.minecraft.server.PlayerConnection;
|
||||
|
||||
public interface IPacketHandler {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user