Note: You will need to reset both your config file and your language folder.
Massive improvements in the code. Config/Message values are now fetched differently and more efficiently/fast.
Improved maps performance by using my MapBuilder utility class.
Added MySQL support which you can find in the config file under the storage section.
Code (YAML):
storage: #Information on how user data should be saved type: "FLAT"#Available types are [MYSQL, FLAT]. MySQL is recommended. mysql:
host: "" database: "" username: "" password: "" port: 3306
statement: "?autoReconnect=true&useUnicode=true" table: "captchax"
Revamped the language file and made it more user-friendly.
Revamped the config file and transferred some values to the language files.
Players under verification will now be both hidden for others and they won't be able to see others.
Fixed a bug where some times, in flat file storage users would be corrupted and randomly removed.
Fixed a bug where 1.14 items would be shown on lower versions.