@Override
 public boolean hasAccount(OfflinePlayer offlinePlayer) {
   return WorldEconomyVault.hasAccount(offlinePlayer);
 }