General Changes
- Now databases are managed with HikariCP
- Shaded HikariCP to plugin jar
- Added support for H2 databases
- Now libraries (MariaDB Driver, H2 Driver, MySQL Driver) are downloaded to plugin/zHomes/libs on plugin start, which also means MariaDB is no longer shaded in plugin jar
- Added support for 1.12.x, 1.11.x, 1.10.x and 1.9.x
- Changed default database to
database-sqlite.db(If you had database.db, it will still use the one you had) - Plugin now uses a table prefix followed by a table (Currently only one)
Config Changes
- Added new config
database.pool-sizeto control hikari max pool size - Replaced
database.tablewith database.table-prefix`
Developer Changes
- Code cleanup (Removed unused files and example files from the api)
General Changes
- Changed
database.enabledtodatabase.typeon config.yml (Now you can choose between SQLite, MySQL or MariaDB) - Added support for MariaDB
- Added support for hex colors in both language files and
config.yml(Example use of hex colors:&#FFFF00Example) - Fixed update checker
Developer Changes
- Code cleanup (Removed unused files and example files from the api)
API Changes
- Package for api changed to com/zhomes/api (before: me/yleoft/zHomes/api)
General Changes
- Fixes to tabcompleters (Some were not working)
- Fixed some language typos
General Changes
- Added support to automatically update the plugin on startup -
You can toggle it on config.yml - Added message for /homes (Player) on language files
- You can now see a player's home with /homes (Player) -
Requires Permissions - Fixed Maven dependency access
General Changes
- Optimized corverter so it doesn't lag the server (Run async)
- Added support to convert from mysqltosqlite
- Added support to convert from Essentials to zHomes
- Added support to convert from SetHome to zHomes
- Added support to convert from UltimateHomes to zHomes
- Added support to convert from essentials to zHomes
- Removed migrate command and added convert command (/zhomes converter)
zHomes 1.0.0
- Everything a normal home plugin has like, sethome, delhome, homes, limits, configurable commands
- Has its own API
- Database support
- And alot more...



