Add dependency on dynmap
This commit is contained in:
parent
9b8da81942
commit
68ff46a36a
5
pom.xml
5
pom.xml
@ -17,6 +17,11 @@
|
||||
<version>1.2.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dynmap</groupId>
|
||||
<artifactId>DynmapCoreAPI</artifactId>
|
||||
<version>0.38</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
|
@ -3,6 +3,7 @@ main: us.camin.regions.Plugin
|
||||
author: Trever Fischer <wm161@wm161.net>
|
||||
website: http://camin.us/
|
||||
version: ${version}
|
||||
softdepend: [dynmap]
|
||||
commands:
|
||||
region:
|
||||
description: Interface to the region system
|
||||
|
Loading…
Reference in New Issue
Block a user