mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 18:55:11 +01:00
Change from EssentialsX to official Essentials
This commit is contained in:
parent
8b973758a5
commit
21cecb594a
15
pom.xml
15
pom.xml
@ -208,12 +208,11 @@
|
|||||||
<version>2.5</version>
|
<version>2.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations,
|
<!-- Essentials plugin-->
|
||||||
https://github.com/drtshock/Essentials/ -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ess3</groupId>
|
<groupId>net.ess3</groupId>
|
||||||
<artifactId>EssentialsX</artifactId>
|
<artifactId>Essentials</artifactId>
|
||||||
<version>2.0.1-SNAPSHOT</version>
|
<version>2.13-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Anti PvPLogging plugin, https://github.com/MinelinkNetwork/CombatTagPlus -->
|
<!-- Anti PvPLogging plugin, https://github.com/MinelinkNetwork/CombatTagPlus -->
|
||||||
@ -244,14 +243,6 @@
|
|||||||
<version>1.6.4-SNAPSHOT</version>
|
<version>1.6.4-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.onarandombox.multiverseinventories</groupId>
|
|
||||||
<artifactId>Multiverse-Inventories</artifactId>
|
|
||||||
<version>2.5</version>
|
|
||||||
<type>jar</type>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Local Dependencies -->
|
<!-- Local Dependencies -->
|
||||||
|
|
||||||
<!-- It doesn't have a Maven Repo, http://dev.bukkit.org/bukkit-plugins/chestshop/ -->
|
<!-- It doesn't have a Maven Repo, http://dev.bukkit.org/bukkit-plugins/chestshop/ -->
|
||||||
|
Loading…
Reference in New Issue
Block a user