Added postgresql

This commit is contained in:
2025-06-05 10:24:45 -04:00
parent a5ea502f17
commit 9697150465
17 changed files with 195 additions and 309 deletions
@@ -27,7 +27,7 @@ public class BungeePlugin extends Plugin {
getProxy().getLogger().info("Starting AntiVPN services...");
AntiVPN.start(new BungeeListener(), new BungeePlayerExecutor(), getDataFolder());
if(AntiVPN.getInstance().getVpnConfig().metrics()) {
if(AntiVPN.getInstance().getVpnConfig().isMetrics()) {
getProxy().getLogger().info("Starting bStats metrics...");
Metrics metrics = new Metrics(this, 12616);
metrics.addCustomChart(new SimplePie("database_used", this::getDatabaseType));