NOTE: You will need to regenerate your config.yml for this update. The new default config is linked below to make it easier for you all to apply your changes.
Hey all! Sorry for the delay on this but it was my first time using MySQL in Java so it was a learning curve, to say the least. Now, the first thing I will say as it may come up is. There is
NOT a conversion system in place yet. Meaning you cannot convert your YML player data to SQL player data at this time. I will look into adding this in a future update. For now, I want to make sure the current system is working properly. (It has through my few hours of testing.)
Changes:
Added the ability to use MySQL as a storage type for all the plugins data.
Code (YAML):
#============================================================================================================================| # _____ .__ __________ .___ # / \ _________________ | |__\______ \ ____ __| _/____ ____ _____ # / \ / \ / _ \_ __ \____ \| | \| _// __ \ / __ |/ __ \_/ __ \ / \ # / Y ( <_> ) | \/ |_> > Y \ | \ ___// /_/ \ ___/\ ___/| Y Y \ # \____|__ /\____/|__| | __/|___| /____|_ /\___ >____ |\___ >\___ >__|_| / # \/ |__| \/ \/ \/ \/ \/ \/ \/ # #============================================================================================================================| # # Plugin Version: 1.1.0 # Spigot Link: TBA # Discord Link: https://discord.gg/6bnU9xn # Author's Discord: Morphie#6969 # # If you have issues or questions feel free to message me on spigot OR discord. # Please do keep in mind however that I will respond when I can! <3 # #============================================================================================================================|
# Storage method, can be MySQL or YML StorageMethod: "YML"