Class ProxyDBSystem

  • All Implemented Interfaces:
    SubSystem

    @Singleton
    public class ProxyDBSystem
    extends DBSystem
    Bungee Database system that initializes MySQL object.
    • Constructor Detail

      • ProxyDBSystem

        @Inject
        public ProxyDBSystem​(Locale locale,
                             MySQLDB mySQLDB,
                             SQLiteDB.Factory sqLiteDB,
                             net.playeranalytics.plugin.server.PluginLogger logger)