Class MySQLStorage

java.lang.Object
com.zetaplugins.essentialz.storage.Storage
com.zetaplugins.essentialz.storage.MySQLStorage

public final class MySQLStorage extends Storage
MySQLStorage is a concrete implementation of the Storage class that uses MySQL as the database backend.
  • Constructor Details

    • MySQLStorage

      public MySQLStorage(EssentialZ plugin, org.bukkit.configuration.file.FileConfiguration storageConfig)
      Constructs a MySQLStorage instance using the provided plugin and storage configuration.
      Parameters:
      plugin - The EssentialZ plugin instance.
      storageConfig - The configuration file containing MySQL connection details.
  • Method Details