Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 5 days ago
🏠 CrossHomes
CrossHomes is a modern home plugin focused on simplicity and full customization. It works on both single servers and full networks.
It allows players to set, manage, and teleport to personal homes with ease, while giving server owners full control over configuration, limits, and messages.
✨ Features
- 🏠 Set, delete, and teleport to multiple homes
- 🎛 Fully configurable system
- 💬 Customizable messages (message.yml support)
- 🔒 Permission-based home limits
- 🌐 Network-ready (multi-server support via database)
- 🧩 Easy-to-use commands
- 🖥 Customizable Home GUI
- 🪧 Set homes via sign input
- ⏳ Teleport countdown system
- Admin GUI
- Player head support in GUIs
📦 Commands
- /home <name> – Teleport to a home
- /sethome <name> – Create a new home
- /delhome <name> – Delete a home
- /homes – View all saved homes
- /adminhome - Show the Admin Gui
- /rename - Rename a home
- /streamermode /streamhome - hides Coordinates
⚙️ Configuration
CrossHomes is fully configurable:
- Customize all messages
- Adjust home limits per permission group
- Enable or disable features
- Optional database support (MySQL / SQLite)
- Cross-server database integration support
🌐 Network Installation
- Download CrossHomes for Paper/Spigot
- Install it on every backend server
- Download the Velocity version
- Install it on your proxy
- Enable cross-server mode and configure your database settings (everything is in the database.yml)
This is how it shoud look like:
# CrossHome - Database & Cross-Server Configuration
# =====================================================
# Storage type: mysql or sqlite
storage: mysql
# Only used when storage: mysql
database:
host: "localhost"
port: 3306
name: "crosshome"
username: "root"
password: "password"
pool-size: 10
connection-timeout: 30000
# Cross-server mode (requires storage: mysql + the Velocity plugin)
cross-server: true
# Name of this server (only relevant if cross-server: true)
# Must exactly match the server name in velocity.toml!
server-name: "survival"
🌍 Compatibility
- Minecraft Java Edition
- Paper / Spigot (Spigot support in progress)
- Works on single servers and full networks
- Velocity compatible
📌 Planned Features
- More GUI customization options
- Youtube Tutorial
💬 Support
For help, suggestions, or bug reports, join the Discord server


