GamerBah / EnchantmentUpgrade

0 stars 1 forks source link

Storage for Altar data #1

Open GamerBah opened 5 years ago

GamerBah commented 5 years ago

Need a viable method of storing Altar data, preferably through Bukkit's ConfigurationSerializable. As far as I'm aware this would be the easiest way to store it in a file, although LightningStorage looks like a promising alternative for using an external library.

Not sure whether I want to add in support for SQL storage as the data processed is so small, but maybe worth noting for server owners who need everything on their SQL for some reason.

I'm not yet finalizing the Altar Upgrades as a feature yet (Updgrade.java), so no need to worry about that.