Updated to eco 6.8.1 resource checking

This commit is contained in:
Auxilor
2021-09-19 11:27:09 +01:00
parent 1960621107
commit 97ee0a3b3c
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
<h4 align="center">Source code for Talismans, a premium spigot plugin.</h4>
<p align="center">
<a href="https://www.spigotmc.org/resources/talismans.79573/">
<img alt="spigot" src="https://img.shields.io/badge/spigot-talismans-orange?style=for-the-badge"/>
<a href="https://polymart.org/resource/1-16-1-17-talismans.611">
<img alt="spigot" src="https://img.shields.io/badge/polymart-talismans-orange?style=for-the-badge"/>
</a>
<a href="https://bstats.org/plugin/bukkit/Talismans" alt="bstats servers">
<img src="https://img.shields.io/bstats/servers/9865?color=orange&style=for-the-badge"/>

View File

@@ -46,7 +46,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:6.0.0'
compileOnly 'com.willfp:eco:6.8.1'
compileOnly 'org.jetbrains:annotations:19.0.0'

View File

@@ -32,7 +32,7 @@ public class TalismansPlugin extends EcoPlugin {
* Internal constructor called by bukkit on plugin load.
*/
public TalismansPlugin() {
super(87377, 9865, "&6", true);
super(611, 9865, "&6", true);
instance = this;
}