mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +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>
|
||||
</dependency>
|
||||
|
||||
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations,
|
||||
https://github.com/drtshock/Essentials/ -->
|
||||
<!-- Essentials plugin-->
|
||||
<dependency>
|
||||
<groupId>net.ess3</groupId>
|
||||
<artifactId>EssentialsX</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<artifactId>Essentials</artifactId>
|
||||
<version>2.13-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Anti PvPLogging plugin, https://github.com/MinelinkNetwork/CombatTagPlus -->
|
||||
@ -244,14 +243,6 @@
|
||||
<version>1.6.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.onarandombox.multiverseinventories</groupId>
|
||||
<artifactId>Multiverse-Inventories</artifactId>
|
||||
<version>2.5</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Local Dependencies -->
|
||||
|
||||
<!-- It doesn't have a Maven Repo, http://dev.bukkit.org/bukkit-plugins/chestshop/ -->
|
||||
|
Loading…
Reference in New Issue
Block a user