player killing things, level change

This commit is contained in:
smsteel
2019-02-09 19:52:21 +03:00
parent b4a2d626d3
commit e9edd30acc
4 changed files with 67 additions and 4 deletions

16
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>org.mc</groupId>
<artifactId>webhooks</artifactId>
<version>0.1</version>
<version>0.2</version>
<name>mcwebhooks</name>
<!-- FIXME change it to the project's website -->
@ -61,6 +61,18 @@
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>4.4.11</version>
</dependency>
</dependencies>
<build>
@ -110,7 +122,7 @@
<version>3.0.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
<descriptorRef>full</descriptorRef>
</descriptorRefs>
<archive>
<manifest>