Updated libreforge

This commit is contained in:
Auxilor 2022-05-14 12:11:51 +01:00
parent 6517aa8995
commit ade73db922
2 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,6 @@ public class EcoEnchantsPlugin extends LibReforgePlugin {
* Internal constructor called by bukkit on plugin load.
*/
public EcoEnchantsPlugin() {
super(490, 7666, "&a", "com.willfp.ecoenchants.proxy");
instance = this;
rarityYml = new RarityYml(this);

View File

@ -0,0 +1,4 @@
resource-id: 490
bstats-id: 7666
color: "&a"
proxy-package: "com.willfp.ecoenchants.proxy"