Перейти к содержимому
Mineforgian

Quick Homes

Simple and lightweight homes management mod for Minecraft servers and singleplayer

Загрузки
1K
Подписчики
4
Обновлён
11 марта 2026 г.
Лицензия
MIT

Опубликован 26 августа 2025 г.

Quick Homes

The fastest and most efficient homes management mod for Minecraft servers!

✨ Why Quick Homes?

Quick Homes is a lightweight, server-side teleportation mod that brings the essential home management features you need without any client-side requirements. Perfect for both small survival servers and large multiplayer communities.

🎯 Key Features

🖥️ Smart Server-Side Compatibility

Works perfectly as a server-only mod! Players can join with vanilla Minecraft, and the mod intelligently adapts to show messages in the server's configured language. When clients have the mod, they see translations in their preferred language.

🏠 Simple Home Management

  • Set multiple homes with custom names
  • Teleport instantly to your saved locations
  • Manage homes across all dimensions
  • Clean and intuitive command system

Performance Focused

  • Lightweight and optimized code
  • Minimal server impact
  • Efficient data storage
  • Auto-save system to prevent data loss

🎨 Customizable Experience

  • Configure maximum homes per player
  • Adjustable teleport delay with countdown
  • Toggle cross-dimension teleportation
  • Beautiful teleport animations

🌍 Intelligent Multi-Language System

Smart Language Detection:

  • Both Sides: Clients see messages in their Minecraft language
  • Server Only: Messages display in the server's configured language
  • Single Player: Always uses your preferred language

Supported Languages:

  • English (en_us)
  • Español (es_es)
  • Deutsch (de_de)
  • Français (fr_fr)
  • Italiano (it_it)
  • Português Brasileiro (pt_br)

📝 Commands

All commands are simple and intuitive:

  • /sethome [name] - Save your current location as a home
  • /home [name] - Teleport to a saved home
  • /delhome [name] - Remove a saved home
  • /homes - View all your saved homes

If no name is provided, commands default to "home".

⚙️ Configuration

Customize the mod to fit your server's needs:

{
  "maxHomes": 5,                  // Maximum homes per player
  "teleportDelay": 3,             // Seconds before teleportation
  "allowCrossDimension": true,    // Allow teleportation between dimensions
  "showTeleportAnimation": true,  // Show particles during teleport
  
  // Server-Only Mode Settings
  "serverOnlyMode": true,         // Enable for server-only installations
  "serverLanguage": "en_us"       // Server language (en_us, es_es, fr_fr, de_de, it_it, pt_br)
}

Configuration Notes:

  • serverOnlyMode: Set to true when only installed on the server
  • serverLanguage: Choose the language for all server messages
  • The config file includes helpful comments for easy setup

🚀 Installation

For Server Administrators:

  1. Install Fabric Server (1.21.8)
  2. Add Fabric API to your mods folder
  3. Drop Quick Homes into your mods folder
  4. Start your server - that's it!

For Singleplayer:

  1. Install Fabric Loader (1.21.8)
  2. Add Fabric API to your mods folder
  3. Add Quick Homes to your mods folder
  4. Launch Minecraft and enjoy!

💡 Perfect For:

  • Survival Servers - Give players quality of life improvements
  • Creative Servers - Quick navigation between builds
  • Hub Servers - Personal waypoint system
  • Private SMPs - Essential teleportation without complexity
  • Public Servers - Safe, controlled teleportation system
  • International Servers - Automatic language support for global communities

🔒 Safety Features

  • Movement Detection - Teleportation cancels if you move
  • Safe Landing - Automatically finds safe spots to teleport
  • Dimension Validation - Ensures safe cross-dimension travel
  • Permission Compatible - Works with permission plugins (LuckPerms, etc.)
  • Smart Retry System - Automatic teleport retry on minor movements

📊 Technical Details

  • Minecraft Version: 1.21.8
  • Mod Loader: Fabric
  • Fabric API: Required
  • Environment: Server & Client (Server-side only for multiplayer)
  • License: MIT

🤝 Open Source

Quick Homes is open source! Check out the code, report issues, or contribute:


Quick Homes - Making Minecraft travel quick and easy!

Ченджлог

1.8.1Релиз1.21.11 · 11 марта 2026 г.

Fix stuck pending teleport bug

  • Replace ScheduledExecutorService with server tick-based teleport system to eliminate threading issues
  • Add player disconnect cleanup via ServerPlayConnectionEvents.DISCONNECT
  • Use ConcurrentHashMap for thread-safe pending teleport tracking
  • Add try-catch safety net per teleport task to prevent zombie entries
  • Clean up pending teleports on server shutdown
  • Resolve fresh ServerPlayer by UUID each tick instead of holding stale references
1.8.0Релиз1.21.11 · 7 марта 2026 г.

Update to Minecraft 1.21.11

  • Update Minecraft 1.21.10 → 1.21.11
  • Update Fabric API 0.138.4 → 0.141.3
  • Migrate ResourceLocation → Identifier API changes
1.7.0Релиз1.21.10 · 7 марта 2026 г.

Update to Minecraft 1.21.10

  • Migrate from Yarn to Mojang official mappings
  • Update Fabric Loader to 0.18.4
  • Update Fabric API to 0.138.4
  • Update Gradle to 9.3.0
  • Add automated Modrinth publishing via CI/CD
  • Add GitHub Release workflow
1.6.0Релиз1.21.9 · 6 октября 2025 г.

What's New in 1.6.0

🎮 Minecraft 1.21.9 Support

  • Updated to support Minecraft 1.21.9
  • Compatible with Fabric API 0.134.0
  • Requires Fabric Loader 0.17.2 or higher

✨ Improvements

  • Enhanced particle effects during teleportation countdown
  • Improved server startup configuration
  • Better compatibility with latest Fabric API changes

🐛 Bug Fixes

  • Fixed server crash when starting development environment
  • Resolved particle rendering issues
1.5.0Релиз1.21.8 · 28 августа 2025 г.

🚀 Version 1.5.0 - First Stable Release!

✨ New Features

  • Intelligent Language System

    • Smart auto-detection of client/server environment
    • Seamless adaptation based on mod installation (client, server, or both)
    • Automatic fallback to server language when needed
    • Full compatibility with vanilla clients
  • Server Language Configuration

    • New serverOnlyMode setting for server-only installations
    • Configurable serverLanguage option (supports 6 languages)
    • Server admins can now choose the language for all messages
    • Perfect for international servers

🔧 Improvements

  • Enhanced Server-Side Compatibility

    • Messages now display in proper language instead of translation keys
    • Vanilla clients see readable messages in the configured language
    • Clients with the mod see their preferred language
    • Single-player always uses client language
  • Configuration System

    • Added detailed comments to config file
    • Clear documentation of language options
    • Better organization of settings

🐛 Bug Fixes

  • Fixed translation keys showing instead of proper messages on server-only installations
  • Fixed incorrect translation key mappings
  • Resolved language detection issues between client and server
  • Fixed dimension name formatting in server-only mode

🌍 Translations

  • Improved fallback text system for all messages
  • Enhanced server-side translations for all 6 languages
  • Better formatting for dimension names
  • Complete translation coverage for error messages

This is our first stable release! The mod is now production-ready for all server types.

1.0.1Бета1.21.8 · 26 августа 2025 г.

🔄 Version 1.0.1-beta

✨ New Features

  • Smart Teleport Retry System
    • Teleportation now automatically retries up to 3 times if you move accidentally
    • Shows retry counter: "Movement detected! Retrying... (Attempt 1/3)"
    • After 3 failed attempts, teleportation is cancelled
    • 5-second timeout for continuous movement prevents abuse

🐛 Bug Fixes

  • Fixed critical bug where teleportation would get stuck and never complete
  • Fixed issue where players couldn't use /home command after a cancelled teleport
  • Improved teleport countdown timer stability

🌍 Translations

  • Added retry system messages for all 6 supported languages
  • Updated Spanish, German, French, Italian, and Portuguese translations

🎨 Visual Changes

  • Updated mod icon to new design
1.0.0Бета1.21.8 · 26 августа 2025 г.

🎉 Initial Beta Release

First public release of Quick Homes!

✨ Features

  • Multiple Homes System - Set and manage multiple homes with custom names
  • Cross-Dimension Support - Teleport between Overworld, Nether, and End
  • Server-Side Only - No client mod required for multiplayer
  • Configurable Options:
    • Maximum homes per player (default: 5)
    • Teleport delay with countdown (default: 3 seconds)
    • Toggle cross-dimension teleportation
    • Optional teleport animations
  • Multi-Language Support - EN, ES, DE, FR, IT, PT-BR
  • Commands:
    • /sethome [name] - Set a home
    • /home [name] - Teleport to home
    • /delhome [name] - Delete a home
    • /homes - List all homes

Комментарии

Загружаем…