sqlite

  1. CrystalNeko

    CtLib 0.1.3

    ctLib This is a mod/plugin library for Bukkit/Spigot/Paper/Folia and fork.Also supproted Fabric and Velocity. You need run it in at least Java11 It provides some simple APIs for storing data and other operations. Supported: Folia Paper/Purpur Bukkit/Spigot Fabric Quilt Forge NeoForge NukkitX...
  2. hteppl

    2.0 DataManager 2.1.0-SHAPSHOT

    DataManager DataManager is a simple library plugin for Nukkit Minecraft Bedrock core (and forks), that will help you to create and manage your SQL connections with ease. Libraries Nukkit is nuclear-powered server software for Minecraft: Pocket Edition (you can also use PowerNukkit or...
  3. do1phin

    JustSkyblock 1.0.2

    1. Introduction JustSkyblock, Skyblock Server Plug-in. Provides simple yet powerful, complete skyblock server functionality. 2. Features JustSkyblock is not a plug-in of single aspect, but rather a complete server that implements the simple skyblock server itself. JustSkyblock is built on a...
  4. Denic

    2.0 Database Extendability 1.0

    DatabaseExtendability is an advanced but easily usable sql query API for NukkitX 2.0 Usage for SQLite: class PlayerDatabase extends SQLiteDatabase { public PlayerDatabase(File file) { super(file); super.connect(); } @Override public void initiate() { try...
Top