Skip to content

An example of an Abstract data storage system that can be extended by multiple types. This one demonstrates both yml and mysql storage types.

Notifications You must be signed in to change notification settings

RichardsProjects/AbstractStorageSystem

Repository files navigation

Abstract Storage System

This is an abstract storage system example built into a plugin. It is from a premium plugin I have developed called LobbyGames.

I wanted to put this code out here as an example for others to reference on how to build a storage system for your plugin that is capable of storing data multiple ways. This example can store data both in .yml files or in a MySQL database.

About

An example of an Abstract data storage system that can be extended by multiple types. This one demonstrates both yml and mysql storage types.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages