mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 13:07:23 +01:00
3c0 gives a severe message now as it doesn't have any offline support
This commit is contained in:
parent
fdaae9e736
commit
110dce6839
@ -21,6 +21,7 @@ package net.milkbowl.vault.economy.plugins;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import me.ic3d.eco.ECO;
|
||||
@ -45,7 +46,7 @@ public class Economy_3co implements Economy {
|
||||
|
||||
public Economy_3co(Plugin plugin) {
|
||||
this.plugin = plugin;
|
||||
|
||||
log.log(Level.SEVERE, "3c0 is an extremely outdated plugin and can not be used reliably for economy! You should update to a modern economy plugin!");
|
||||
economyServerListener = new EconomyServerListener(this);
|
||||
|
||||
this.plugin.getServer().getPluginManager().registerEvent(Type.PLUGIN_ENABLE, economyServerListener, Priority.Monitor, plugin);
|
||||
|
Loading…
Reference in New Issue
Block a user