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

@@ -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;
}