Skip to content

Commit f82b2fe

Browse files
committed
Disable Paper's NMS remapping
1 parent d4ab4ee commit f82b2fe

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -101,6 +101,22 @@
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>

0 commit comments

Comments
 (0)