Releases: WiIIiam278/HuskHomes
HuskHomes 2.8.1 - Hotfix
HuskHomes 2.8.1 has now been released which fixes a critical bug with the database upgrade system and adds automatic SQLite backups before database upgrades.
HuskHomes 2.8 - New admin permissions
⚠️ This release has reported issues with the Migrator and is UNSTABLE. Do NOT download right now.
HuskHomes 2.8 is now available at last and it adds new admin permissions to let staff members view, edit, delete & teleport to other player's
private and public homes for easy moderation, as well as a plethora of other optimizations, fixes & tweaks.
- Admins can now teleport to, edit and delete private homes so long as they have the respective permission node:
huskhomes.home.other
huskhomes.delhome.other
huskhomes.edithome.other
- This is done through
/home owner_name.home_name
,/edithome owner_name.home_name
and/delhome owner_name.home_name
respectively (fairly self explanatory) - Fixed an issue preventing the plugin from correctly disambiguating between similarly named players when using teleport and teleport request commands
- Warps and homes now have timestamps tracking when they were set and can be viewed in the edithome/editwarp menu
- Added support for a new server map plugin, Pl3xMap
- Greatly optimised database handling and performed general plugin cleanup, warning reductions & refactoring.
- HuskHomes now uses its own icons on maps; can be changed by replacing them in the /HuskHomes/marker-icons folder if you are using the map integration.
- Fixed the database upgrade system not working correctly in some circumstances
- Updated it-it (Italian) locale, courtesy of Villag3r
- Bump VaultAPI to 1.7.1
- Fully asynchronised the EssentialsX migrator to allow massive amounts of data to correctly transfer
- API: Renamed two methods to fix inconsistent capitalisation and deprecated the old ones (check the Javadocs!)
To upgrade, simply drag+drop. You must regenerate your messages file for this release as it makes important changes. Or, copy these updated locales from this page into your file:
- edit_home_options
- edit_home_options_make_public
- edit_home_options_make_private
- home_list_item
HuskHomes 2.7.1 - Hotfix
- Re-added Polish (pl) localisation
- Fixed an important issue where the database upgrader would not work. (this means you can now properly upgrade from 2.6.x and below)
- The system will try and upgrade your database again
- API: Added a method for updating the player's previous location
HuskHomes 2.7 - /tpoffline, /tpignore & more!
HuskHomes 2.7 adds two brand new commands - /tpoffline and /tpignore that let you teleport to where players logged off from and to toggle ignoring incoming teleport requests. It also adds a new Simplified Chinese translation.
Changelog
Additions
- Added /tpoffline that lets you teleport to where a player last logged out on your HuskHomes network of servers. Permission:
huskhomes.tpoffline
; restricted to OPs by default, aliases: /tpaignore, /ignoretprequests (#63) - Added /tpignore that lets you toggle between ignoring and listening for incoming teleport requests. It works cross-server and remembers your status between sessions, too. Permission: huskhomes.tpignore (not restricted by default) (#61)
- Added Simplified Chinese (简体中文支持) localisation (zh-tw) courtesy of SnivyJ (@Dragon_AJiaoCat) (#73)
- The database format has been upgraded to accommodate for the new tpoffline and ignore features. When you start the plugin, your database will be upgraded.
- Added the ability to specify target servers based on source worlds for homes to the Essentials migrator (
huskhomes migrate essentialsx [world] [target server]
) - You can now use unicode and non-alphanumeric characters in home descriptions (can be turned off with a new option in config.yml;
allow_unicode_descriptions: true/false
undergeneral:
. - Added two new permission nodes;
huskhomes.delhome.all
andhuskhomes.delwarp.all
(both true by default) that allow you to fine-tune whether players can use the /delwarp and /delhome commands. - Added the following new locales to accommodate the new features: teleporting_offline_player, error_no_offline_position, tpignore_toggle_on, tpignore_toggle_off, tpignore_on_reminder, & error_ignoring_teleport_requests.
- Additionally, the two invalid description locales have been removed and split into four locales for more specific error messages:
error_edit_home_description_length
,error_edit_home_description_characters
,error_edit_warp_description_length
&error_edit_warp_description_characters
.
Changes & Fixes
- Updated and improved the EssentialsX migrator to respect newer Essentials configuration structures and world UUID handling. (#70)
- Fixed the wrong locale being used for spending money to use the /back command (#69)
- Updated the
edit_home_options
andedit_warp_options
locales to fix them sending commands rather than suggesting for editing and renaming. - Adjusted the inheritance of some permission nodes by default to fix inconsistencies
- Updated the link to the configuration guide in config.yml
- Fixed a typo in various SQL exception console error messages.
- Updated the translation contributors in the about menu.
- Developer API: HuskHomes events are once again cancellable. (#64)
How to update
To update, simply drag + drop the new JAR file into your plugins folder and delete the old version.
You should regenerate your messages file for this update (simply delete the messages-xx-xx.yml file in the HuskHomes subfolder located in your plugins folder). Alternatively, you can update the following locales: edit_home_options
& edit_warp_options
.
Note for users running HuskHomes on a mySQL database
You may receive a console note when updating HuskHomes on all your servers (Skipped performing the database upgrade...). This is because HuskHomes is checking for a database upgrade that has already been carried out by another instance of the plugin on another server. You can safely ignore this message.
Planned for the next release (Coming soon!)
- The ability for admins to teleport to private (non-public) homes
- Better teleport request handling to allow players to manage multiple requests
- Pl3xM4p support
HuskHomes 2.7-dev4
This is a preview development build and is not for deployment on production servers.
Changelog Work-in-Progress:
- Added /tpoffline that lets you teleport to where a player last logged out on your HuskHomes network of servers. Permission:
huskhomes.tpoffline
; restricted to OPs by default, aliases: /tpaignore, /ignoretprequests - Added /tpignore that lets you toggle between ignoring and listening for incoming teleport requests. It works cross-server and remembers your status between sessions, too. Permission: huskhomes.tpignore (not restricted by default)
- The database format has been upgraded to accommodate for the new tpoffline and ignore features.
- Fixed the wrong message being used for /back
- API events can now be cancelled again
- Updated the
edit_home_options
andedit_warp_options
locales to fix them sending commands rather than suggesting for editing and renaming - Updated and improved the EssentialsX migrator to respect newer Essentials configuration structures and world UUID handling
- Added the ability to specify target servers based on source worlds for homes to the Essentials migrator (huskhomes migrate essentialsx [world] [target server])
- You can now use unicode and non-alphanumeric characters in home descriptions (can be turned off with a new option in config.yml;
allow_unicode_descriptions: true/false
under general - Added two new permission nodes;
huskhomes.delhome.all
andhuskhomes.delwarp.all
(both true by default) that allow you to fine-tune whether players can use the /delwarp and /delhome commands. - Updated the link to the configuration guide in config.yml
- Fixed a typo in error messages
- Adjusted the inheritance of some permission nodes by default to fix inconsistencies
- Added the following new locales to accommodate the new features: teleporting_offline_player, error_no_offline_position, tpignore_toggle_on, tpignore_toggle_off, tpignore_on_reminder, & error_ignoring_teleport_requests
HuskHomes 2.6.3 - /back permissions hotfix
This update fixes an issue with /back permissions. To let players use the command, use the huskhomes.back
permission - and to let them also use /back to return by death to where they died, use huskhomes.back.death
. By the way, HuskHomes also supports Minecraft 1.17.1!
HuskHomes 2.6.2 - BlueMap support
This version of HuskHomes adds BlueMap support and fixes a few small issues.
If you were experiencing issues running HuskHomesGUI previously, please update to the latest version of that which fixes various issues.
- Added support for BlueMap to HuskHomes.
- To use BlueMap, change
map_type
in config.yml from "dynmap" to "BlueMap" and make sure it is enabled. - Homes and warps will then be displayed as markers on your BlueMap.
- In the future, additional support will be added to replace the default "i" icon with some better ones.
- To use BlueMap, change
- Fixed Dynmap failing to initialize properly.
- Updated the it-it (Italian) locale
- A few more plugin metrics are now recorded via bStats.
HuskHomes 2.6.1 - Fixes & Java 16 required
This release of HuskHomes makes a number of fixes. It is the first version of HuskHomes to completely require Java 16.
- HuskHomes now requires Java 16
- Updated messages file to rearrange the edit home and edit warp menu; now all locales are formatted with MineDown (Fix #43)
- It is recommended that you regenerate your messages-xx-xx.yml file (delete it and allow the plugin to recreate it)
- Fixed two IllegalArgumentExceptions, one with tab completing /edithome & /editwarp; another with using /back without having a last position when you join the server.
- Various Java-16 related optimizations.
- API: Fixed API & javadoc access via jitpack not functioning correctly.
- API: There is a new method of accessing the API; HuskHomesAPI#getInstance() - the old method, accessed through the main HuskHomes class has been deprecated.
HuskHomes 2.6 - Minecraft 1.17, Tab Completion & Better Menus
HuskHomes 2.6 updates the plugin to Java 16, ensures support for Minecraft 1.17, re-adds player tab completion cross-server, improves the way menu lists are displayed, adds a command list and fixes bugs. This version introduces some config and message file changes, so I strongly recommend regenerating your config and especially your messages file.
- The plugin now requires Java 16.
- Re-added tab completion for players cross-server (#47)
- Fixed the Decline button on the teleportation request notification not working (#41)
- Fixed warps not being correctly hidden from the warp list (#44)
- Added an option to always teleport players to spawn on login (#28)
- Updated the messages file to format more things properly using MineDown
- /rtp will now limit itself to teleporting you within the world border even if you set the rtp range greater than it (#46)
- Updated config.yml with regard to the dynmap integration; you may need to change some settings if you were using this. This is to make way for BlueMap support in the next version.
- Added a command list (/huskhomes help). This now displays by default too if you just type /huskhomes, you can still view the plugin information with /huskhomes about.
- Fixed /tp erroneously checking if a world that wasn't on the server is null (because it probably is) (#49)
- If the SQL JDBC library is not present it will now be downloaded at runtime. This should fix some occurrences of the library going missing when upgrading to Java 16.
This version of HuskHomes is compatible with Minecraft 1.16.5 and 1.17
HuskHomes 2.5 - Performance overhaul
This release massively refactors the plugin for significantly improved performance. Please regenerate your language file for this release.
• Massively refactored database options such that they are handled asynchronously (Fixes #1)
• PaperLib is now used for teleport operations for asynchronous smooth performance when teleporting on papermc servers (particularly good for /rtp performance)
• Overhauled in-game text appearance and formatting.
• Removed zh-tw
, pl
, de-de
& ru
languages as a result of the above change.
• Optimized teleportation countdown handling such the plugin will no longer run a schedule every second but only when it needs to.
• If a teleport requests expires and you try to accept it, a message will now display to let you know.
• Improved the HuskHomes information menu
• Removed the legacy migrator (from HuskHomes versions 1.X); if you want to update from 1.X then update to HuskHomes 2.4.2 using the migrator and then update to this version.
• API events are no longer cancellable.
• TAB completion cross-server has been removed (this will be re-added soon in an improved form).
Running HuskHomesGUI? You'll need to download the updated version of that as well.