Load before Essentials
This commit is contained in:
parent
3229e6d43b
commit
29e188f857
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.fpghoti</groupId>
|
<groupId>com.fpghoti</groupId>
|
||||||
<artifactId>FPChat</artifactId>
|
<artifactId>FPChat</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.1.3</version>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
|
|
|
@ -3,6 +3,7 @@ version: ${project.version}
|
||||||
main: com.fpghoti.fpchatx.FPChat
|
main: com.fpghoti.fpchatx.FPChat
|
||||||
description: Chat plugin for 1.12+
|
description: Chat plugin for 1.12+
|
||||||
depend: [Vault]
|
depend: [Vault]
|
||||||
|
loadbefore: [Essentials]
|
||||||
commands:
|
commands:
|
||||||
fpc:
|
fpc:
|
||||||
aliases: [fpchat,ch]
|
aliases: [fpchat,ch]
|
||||||
|
|
Loading…
Reference in New Issue