Class NukkitDBSystem

java.lang.Object
com.djrapitops.plan.storage.database.DBSystem
com.djrapitops.plan.storage.database.NukkitDBSystem
All Implemented Interfaces:
SubSystem

@Singleton public class NukkitDBSystem extends DBSystem
Nukkit Database system that initializes SQLite and MySQL database objects.
  • Constructor Details

  • Method Details

    • enable

      public void enable()
      Description copied from interface: SubSystem
      Performs enable actions for the subsystem.
      Specified by:
      enable in interface SubSystem
      Overrides:
      enable in class DBSystem