Version 2.0.0-SNAPSHOT: Updated to use SQLLite with versioning. Needed a recode of the database system to allow for future updates.

This commit is contained in:
2025-02-01 10:45:53 -05:00
parent 353b7dad78
commit 069142a06b
28 changed files with 624 additions and 1400 deletions
@@ -42,8 +42,8 @@ public class BungeeListener extends VPNExecutor implements Listener {
cacheResetTask.cancel();
cacheResetTask = null;
}
threadExecutor.shutdown();
BungeePlugin.pluginInstance.getProxy().getPluginManager().unregisterListener(this);
super.shutdown();
}
@Override