File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com.bilicraft </groupId >
7
+ <groupId >com.ghostchu </groupId >
8
8
<artifactId >ChunkHeat</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.1.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >ChunkHeat</name >
13
13
14
- <description >The mob farm breaker </description >
14
+ <description >An simple broad spectrum monster farm limiter. </description >
15
15
<properties >
16
16
<java .version>1.8</java .version>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
81
81
<version >1.17.1-R0.1-SNAPSHOT</version >
82
82
<scope >provided</scope >
83
83
</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 >
93
84
</dependencies >
94
85
</project >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: ${project.version}
3
3
main : com.ghostchu.chunkheat.ChunkHeat
4
4
api-version : 1.13
5
5
authors : [ Ghost_chu ]
6
- description : The mob farme breaker
6
+ description : An simple broad spectrum monster farm limiter.
7
7
commands :
8
8
chunkheat :
9
9
description : chunk heat
You can’t perform that action at this time.
0 commit comments