9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-23 00:49:31 +00:00

Fixed more misc bugs

This commit is contained in:
Auxilor
2021-10-02 12:15:49 +01:00
parent b62789bd50
commit d818bd27ae
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ public class ReforgesPlugin extends EcoPlugin {
@Override
protected void handleAfterLoad() {
EconomyHandler.setEnabled(EconomyHandler.init());
this.getLogger().info(Reforges.values().size() + " Reforges Loaded");
if (!EconomyHandler.isEnabled()) {
this.getLogger().severe("Vault economy support not enabled");
@@ -75,6 +74,7 @@ public class ReforgesPlugin extends EcoPlugin {
HandlerList.unregisterAll(effect);
this.getScheduler().run(() -> this.getEventManager().registerListener(effect));
}
this.getLogger().info(Reforges.values().size() + " Reforges Loaded");
this.getScheduler().runTimer((Runnable) Conditions.HAS_PERMISSION, 103, 100);
}

View File

@@ -3,7 +3,7 @@ messages:
no-permission: "&cYou don't have permission to do this!"
not-player: "&cThis command must be run by a player"
invalid-command: "&cUnknown subcommand!"
reloaded: "Reloaded! (Restart if you're removed weapons!)"
reloaded: "Reloaded! (Restart if you're removed reforges!)"
insufficient-money: "&cYou don't have enough money for this!"
insufficient-xp: "&cYou don't have enough xp levels for this!"
applied-reforge: "Applied %reforge%&r reforge!"