2014-01-09 23:34:06 +01:00
|
|
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>net.md-5</groupId>
|
|
|
|
<artifactId>bungeecord-module</artifactId>
|
2021-11-21 23:00:00 +01:00
|
|
|
<version>1.18-R0.1-SNAPSHOT</version>
|
2014-01-09 23:34:06 +01:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>net.md-5</groupId>
|
|
|
|
<artifactId>bungeecord-module-cmd-send</artifactId>
|
2021-11-21 23:00:00 +01:00
|
|
|
<version>1.18-R0.1-SNAPSHOT</version>
|
2014-01-09 23:38:53 +01:00
|
|
|
<packaging>jar</packaging>
|
2014-01-09 23:34:06 +01:00
|
|
|
|
|
|
|
<name>cmd_send</name>
|
|
|
|
<description>Provides the gsend command</description>
|
|
|
|
</project>
|