File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 77 <groupId >de.themoep</groupId >
88 <artifactId >entitydetection</artifactId >
99 <version >1.3.0-SNAPSHOT</version >
10- <description >Bukkit plugin to find groups of mobs, animals or other (tile) entities.</description >
10+ <description >Paper plugin to find groups of mobs, animals or other (tile) entities.</description >
1111 <name >EntityDetection</name >
1212
1313 <properties >
101101 </resource >
102102 </resources >
103103 <plugins >
104+ <plugin >
105+ <groupId >org.apache.maven.plugins</groupId >
106+ <artifactId >maven-jar-plugin</artifactId >
107+ <version >3.4.2</version >
108+ <configuration >
109+ <forceCreation >true</forceCreation >
110+ <archive >
111+ <manifest >
112+ <addDefaultEntries >true</addDefaultEntries >
113+ </manifest >
114+ <manifestEntries >
115+ <paperweight-mappings-namespace >mojang</paperweight-mappings-namespace >
116+ </manifestEntries >
117+ </archive >
118+ </configuration >
119+ </plugin >
104120 <plugin >
105121 <groupId >org.apache.maven.plugins</groupId >
106122 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments