Add custom image option for servers

This commit is contained in:
rtm516 2020-12-10 11:57:40 +00:00
commit ef54d8c959
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
4 changed files with 38 additions and 5 deletions

18
pom.xml
View file

@ -84,8 +84,22 @@
</dependency>
<dependency>
<groupId>com.github.CloudburstMC.Protocol</groupId>
<artifactId>bedrock-v419</artifactId>
<version>ce59d39118</version>
<artifactId>bedrock-v422</artifactId>
<version>87d862d69d</version>
<scope>compile</scope>
<exclusions>
<!-- Stay on the older version of Network while it's rewritten -->
<exclusion>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>
<version>1.6.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecrell</groupId>