require 1.19 to get pet death messages
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>me.youhavetrouble</groupId>
|
<groupId>me.youhavetrouble</groupId>
|
||||||
<artifactId>BeHappyThatItHappened</artifactId>
|
<artifactId>BeHappyThatItHappened</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>BeHappyThatItHappened</name>
|
<name>BeHappyThatItHappened</name>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.papermc.paper</groupId>
|
<groupId>io.papermc.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>1.18.1-R0.1-SNAPSHOT</version>
|
<version>1.19.4-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: BeHappyThatItHappened
|
name: BeHappyThatItHappened
|
||||||
version: '${project.version}'
|
version: '${project.version}'
|
||||||
main: me.youhavetrouble.behappythatithappened.BeHappyThatItHappened
|
main: me.youhavetrouble.behappythatithappened.BeHappyThatItHappened
|
||||||
api-version: 1.18
|
api-version: 1.19
|
||||||
authors: [ YouHaveTrouble ]
|
authors: [ YouHaveTrouble ]
|
||||||
description: Don't be sad that they're gone, be happy they happened
|
description: Don't be sad that they're gone, be happy they happened
|
||||||
website: youhavetrouble.me
|
website: youhavetrouble.me
|
||||||
|
|||||||
Reference in New Issue
Block a user