Skip to content

Commit e033457

Browse files
committed
Update pom.xml and plugin.yml
1 parent b7f820e commit e033457

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

pom.xml

+3-12
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.bilicraft</groupId>
7+
<groupId>com.ghostchu</groupId>
88
<artifactId>ChunkHeat</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ChunkHeat</name>
1313

14-
<description>The mob farm breaker</description>
14+
<description>An simple broad spectrum monster farm limiter.</description>
1515
<properties>
1616
<java.version>1.8</java.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -81,14 +81,5 @@
8181
<version>1.17.1-R0.1-SNAPSHOT</version>
8282
<scope>provided</scope>
8383
</dependency>
84-
<dependency>
85-
<groupId>co.aikar</groupId>
86-
<artifactId>acf-bukkit</artifactId> <!-- Don't forget to replace this -->
87-
<version>0.5.1-SNAPSHOT</version> <!-- Replace this as well -->
88-
<!-- Example Platform/Version
89-
<artifactId>acf-paper</artifactId>
90-
<version>0.5.1-SNAPSHOT</version>
91-
-->
92-
</dependency>
9384
</dependencies>
9485
</project>

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: ${project.version}
33
main: com.ghostchu.chunkheat.ChunkHeat
44
api-version: 1.13
55
authors: [ Ghost_chu ]
6-
description: The mob farme breaker
6+
description: An simple broad spectrum monster farm limiter.
77
commands:
88
chunkheat:
99
description: chunk heat

0 commit comments

Comments
 (0)