Skip to content
winlogon edited this page Mar 18, 2026 · 3 revisions

HomeManager

HomeManager is a Minecraft plugin for Paper/Purpur/Folia servers that lets players set, manage, and teleport to named home locations.

This wiki is aimed at server administrators handling installation and configuration, developers and contributors working with the codebase, and debuggers diagnosing issues at runtime.

Wiki Pages

PageAudience
ConfigurationSysadmins - full config reference
Import/Export GuideSysadmins - migrating homes from other plugins
Building from SourceDevelopers - build instructions
CodebaseDevelopers - internal architecture and schema

Compatibility

RequirementDetails
Server softwarePaper, Purpur, or Folia 1.21+
Java21 or later
DatabaseSQLite (built-in) or PostgreSQL (external)

Quick Setup

The simplest setup requires no configuration at all. Drop the JAR into plugins/, start the server, and the plugin is ready to use - it creates an SQLite database at plugins/HomeManager/homes.db automatically. SQLite is the recommended choice for most servers.

If you need centralized or more advanced storage (e.g. a multi-instance BungeeCord/Velocity network), the plugin can be pointed at a PostgreSQL server instead. See Configuration for details.

Commands

SubcommandDescription
/home create <name>Save current location as a named home
/home list [page]List your homes with pagination
/home teleport <name>Teleport to a saved home
/home update <name>Overwrite a home with your current location
/home delete <name>Delete a home
/home import <format>Import homes from another plugin (operators)
/home export <format>Export homes to a file (operators)

Permissions

NodeDescriptionDefault
homemanager.homeBase permission for home commandsAll players
homemanager.createCreate new homesAll players
homemanager.listList homesAll players
homemanager.deleteDelete a homeAll players
homemanager.updateOverwrite a home's locationAll players
homemanager.teleportTeleport to a homeAll players
homemanager.importImport homes from another pluginOperators only
homemanager.exportExport homes to a fileOperators only

Links

Clone this wiki locally