Skip to content

Commit

Permalink
Add paper mapping setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Jun 16, 2024
1 parent f436b03 commit e1c1d7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion VotingPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<archive>
<manifestEntries>
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
</manifestEntries>
</archive>
<source>1.8</source>
<target>1.8</target>
<finalName>${project.name}</finalName>
Expand Down Expand Up @@ -186,7 +191,8 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${user.home}/Documents/Test Server/plugins</outputDirectory>
<outputDirectory>${user.home}/Documents/Test
Server/plugins</outputDirectory>
<resources>
<resource>
<directory>${basedir}/target</directory>
Expand Down

0 comments on commit e1c1d7b

Please sign in to comment.