zHomes icon

zHomes -----

A powerful home management plugin for spigot/paper servers.




Dependency Changes

General Changes
  • Added support for 26.1.2
  • Fixed a bug where players with "_" in their name wouldn't see the homes menu

Full Changelog: https://github.com/yL3oft/zHomes/compare/3.0.3...3.0.4
----------, Apr 30, 2026

Dependency Changes
General Changes
  • Added support for 26.1.1 and 26.1
  • New regex detection system when setting new home, now supports more formats and is more accurate
  • Better coding practices and code organization
  • New checks for database connection and queries, to ensure better stability and error handling
  • Fixed issues related to database connection and queries, improving overall performance and reliability
Config & Language Changes
  • New configurations related to sethome regex detection
  • Update version from both config.yml and language files to 1.0.2
Full Changelog: https://github.com/yL3oft/zHomes/compare/3.0.2...3.0.3
----------, Apr 7, 2026

Dependency Changes
General Changes
  • Added support for 26.1.1 and 26.1
  • New regex detection system when setting new home, now supports more formats and is more accurate
  • Better coding practices and code organization
  • New checks for database connection and queries, to ensure better stability and error handling
  • Fixed issues related to database connection and queries, improving overall performance and reliability
Config & Language Changes
  • New configurations related to sethome regex detection
  • Update version from both config.yml and language files to 1.0.2
Full Changelog: https://github.com/yL3oft/zHomes/compare/3.0.2...3.0.3
----------, Apr 7, 2026

Dependency Changes
General Changes
  • New purge subcommand to /zhomes to purge data from the database, with alot of filters to choose from, you can read more about it in the wiki.
  • Fixed permissions not registering bug in 3.0.1
  • New permission to announce version updates to players, can be configured in the config.yml
Language Changes
  • Added new messages for the purge subcommand.
  • And removed old keys from 3.0.0 that are no longer used.
Full Changelog: https://github.com/yL3oft/zHomes/compare/3.0.1...3.0.2
----------, Feb 14, 2026

Dependency Changes

General Changes
  • Plugin changed to paper plugin, it will no longer work on spigot or bukkit servers, if you are using spigot or bukkit, please update to paper for better performance and stability.
  • Fix folia compatibility for long distance traveling.
  • Removed support for Minecraft 1.18 and below. Minimum supported version is now Minecraft 1.19.
  • Added MiniPlaceholders support, more info in the wiki
  • New parameter for command /homes: type - This parameter allows you to specify the type of homes output to text or menu, usage: /homes -type <text|menu>, if not specified, it will default to the one in config.yml.
  • /zhomes parse can now be parsed with MiniPlaceholders, allowing you to use placeholders from both MiniPlaceholders and PlaceholderAPI at the same time, without any issues. Also you can now parse without specifing the player.
  • config.yml comments are now translated with the language file (If it's a custom language file, it will fallback to english)
  • Changed the way languages are loaded.
  • Updated the database to have 1 extra column: NAME, this column is used to store the name of the player, it helps with the offline player getter, allowing you to get the name of the player even if they are offline, and also helps with the performance of the plugin, as it reduces the number of queries to the database when getting the name of the player.
  • Auto update is no longer supported, due to the plugin now being a paper plugin.

Language Changes
  • Added new 2 options for /homes:
    • home-string - The string that will be used to display the home in the list of homes, it supports placeholders, you can use %home% to display the name of the home and also supports MiniPlaceholders placeholders.
    • others.home-string - The string that will be used to display the home in the list of homes when the player is viewing other player's homes, it supports placeholders, you can use %home% to display the name of the home, and %player% to display the owner of the home and also supports MiniPlaceholders placeholders.
  • Since the plugin now accepts MiniMessage, /zhomes nearhomes & /homes default home-strings now have hover & click effects to teleport to the home. And /zhomes nearhomes has a click effect on the player name to filter the search to the player's homes.

Full Changelog: https://github.com/yL3oft/zHomes/compare/3.0.0...3.0.1
----------, Feb 14, 2026























General Changes
  • Fixed Plugin (It was 100% bugged)
  • auto-update option in config.yml is now false by default
  • Fixed some HikariCP problems
  • Removed oficial support for under 1.12
  • Fixed Javadocs
----------, Apr 12, 2025

General Changes
Code Changes
  • Code cleanup (Removed all unused things)
  • Updated dependencies
----------, Apr 10, 2025

General Changes
  • Added Vault support for economy
  • Added a command cost system
  • Database optimization
  • Some changes to Language Files
  • New config.yml option for commands (Only works for the ones that already have it): **`command-cost`** `# Define the cost to execute the command`
----------, Apr 4, 2025

General Changes
  • Fixed /zhomes convert (Remade the entire system)
  • Added new methods of convertion: sqlitetoh2, mysqltoh2, mariadbtoh2, h2tosqlite, h2tomysql, h2tomariadb
  • Support for converting from plugin Xhomes
----------, Apr 3, 2025

General Changes
  • Added Folia support
  • Fixed 1.8.8 support
----------, Apr 2, 2025

General Changes
  • Now databases are managed with [HikariCP](https://github.com/brettwooldridge/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-size` to control hikari max pool size
  • Replaced `database.table` with database.table-prefix`
Developer Changes
  • Code cleanup (Removed unused files and example files from the api)
----------, Apr 2, 2025

General Changes
  • Changed `database.enabled` to `database.type` on 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)
----------, Apr 1, 2025

General Changes
  • Fixes to tabcompleters (Some were not working)
  • Fixed some language typos
----------, Mar 13, 2025

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
----------, Mar 11, 2025

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)
----------, Mar 11, 2025

Resource Information
Author:
----------
Total Downloads: 1,595
First Release: Mar 9, 2025
Last Update: Apr 30, 2026
Category: ---------------
All-Time Rating:
0 ratings
Find more info at docs.yleoft.me...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings