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>
|
||||
<groupId>com.fpghoti</groupId>
|
||||
<artifactId>FPChat</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
|
|
|
@ -3,6 +3,7 @@ version: ${project.version}
|
|||
main: com.fpghoti.fpchatx.FPChat
|
||||
description: Chat plugin for 1.12+
|
||||
depend: [Vault]
|
||||
loadbefore: [Essentials]
|
||||
commands:
|
||||
fpc:
|
||||
aliases: [fpchat,ch]
|
||||
|
|
Loading…
Reference in New Issue