mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-16 05:01:37 +01:00
f33804609e
Add /npc remove --owner
17 lines
652 B
XML
17 lines
652 B
XML
<assembly
|
|
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
|
<id>all-jar</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<unpack>true</unpack>
|
|
<useTransitiveDependencies>false</useTransitiveDependencies>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
</assembly> |