Add loadbefore, set version
This commit is contained in:
parent
b8f157bec3
commit
366445191e
2 changed files with 3 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>com.github.TBMCPlugins</groupId>
|
<groupId>com.github.TBMCPlugins</groupId>
|
||||||
<artifactId>CustomDimensions</artifactId>
|
<artifactId>CustomDimensions</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
@ -2,3 +2,5 @@ name: CustomDimensions
|
||||||
main: buttondevteam.customdimensions.CustomDimensions
|
main: buttondevteam.customdimensions.CustomDimensions
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
api-version: '1.16'
|
api-version: '1.16'
|
||||||
|
loadbefore:
|
||||||
|
- Multiverse-Core
|
Loading…
Reference in a new issue