CrazyHomes

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 31 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 7/3/2026
๐ŸŸก Updated this year

By drago_45_ ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 6/27/2026 ๐Ÿ“… Created: 7/3/2026

๐Ÿ” Analysis

  • ๐Ÿ† #12 of 183 adventure mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ  CrazyHomes > **Manage your homes in style โ€” modern GUI, configurable VIP layouts, zero lag.** CrazyHomes replaces the old text-based `/sethome` system with a modern **4-row graphical interface (GUI)**. VIP players get more home slots, while regular players see their homes automatically centered in the GUI. Everything can be customized through `gui.yml` without editing the source code. --- # โœจ Features - ๐Ÿ–ฅ๏ธ **Modern 4-row GUI** - 9ร—4 inventory with decorative borders, beds, and dye action buttons. - ๐Ÿ‘‘ **VIP System** - Players with the `crazyhomes.vip` permission can have up to **9 homes**, while regular players have **5** (fully configurable). - ๐Ÿ“ **Centered Layout** - Non-VIP home slots are automatically centered instead of being aligned to the left. - โš™๏ธ **Fully Configurable Layouts** - Change the slot positions for every layout directly from `gui.yml`, without editing the code. - ๐Ÿ—‘๏ธ **Delete Confirmation GUI** - Prevent accidental home deletion with a dedicated confirmation menu. - โฑ๏ธ **Teleport Countdown** - Configurable delay before teleporting; moving cancels the teleport. - ๐ŸŒฟ **Folia Support** - Fully compatible with **Paper**, **Purpur**, and **Folia**, using native region scheduling. - ๐ŸŽจ **Adventure API + MiniMessage** - Supports gradients, hex colors, formatting, and modern text components. - ๐Ÿ”Œ **PlaceholderAPI Support** - Soft dependency; automatically hooks into PlaceholderAPI if installed. - ๐Ÿ’พ **YAML Storage** - One file per player. No external database required. - ๐Ÿ“œ **Lightweight** - Standalone JAR (~51 KB) with no additional runtime dependencies. --- # ๐ŸŽฎ Commands | Command | Permission | Description | |---------|------------|-------------| | `/home` | `crazyhomes.use` | Opens the Homes GUI | | `/home set <n>` | `crazyhomes.sethome` | Sets Home **n** via chat | | `/home del <n>` | `crazyhomes.delhome` | Deletes Home **n** | | `/home tp <n>` | `crazyhomes.teleport` | Teleports to Home **n** | | `/home reload` | `crazyhomes.reload` | Reloads the plugin configuration | --- # ๐Ÿ”‘ Permissions | Permission | Default | Description | |------------|---------|-------------| | `crazyhomes.use` | `true` | Allows access to `/home` | | `crazyhomes.sethome` | `true` | Allows setting homes | | `crazyhomes.delhome` | `true` | Allows deleting homes | | `crazyhomes.teleport` | `true` | Allows teleporting to homes | | `crazyhomes.reload` | `op` | Allows reloading the plugin | | `crazyhomes.vip` | `false` | Grants additional home slots | --- # ๐Ÿ“ GUI Layout The GUI is a **9ร—4 inventory**. Layouts are defined inside `gui.yml`. ## Default Layout (5 Homes) ```text โ† Border โ† Beds โ† Dyes โ† Border ``` ## VIP Layout (9 Homes) ```text โ† Border โ† Beds โ† Dyes โ† Border ``` You can freely move every slot by editing: ```text gui.yml โ””โ”€โ”€ layouts โ”œโ”€โ”€ default โ””โ”€โ”€ vip ``` **No code changes are required.** --- # โš™๏ธ Quick Configuration (`config.yml`) ```yaml max-homes-default: 5 # Home slots for regular players max-homes-vip: 9 # Home slots for VIP players teleport: delay: 3 # Seconds before teleporting cancel-on-move: true # Cancel teleport if the player moves sounds: gui-open: BLOCK_CHEST_OPEN home-set: ENTITY_EXPERIENCE_ORB_PICKUP teleport: ENTITY_ENDERMAN_TELEPORT delete: BLOCK_ANVIL_USE error: ENTITY_VILLAGER_NO ``` --- # ๐Ÿ“ฆ Installation 1. Download **CrazyHomes-x.x.x.jar**. 2. Place it inside your server's **plugins/** folder. 3. *(Optional)* Install **PlaceholderAPI** if you want placeholder support. 4. Start your server. Configuration files will be generated automatically. 5. Customize `config.yml` and `gui.yml`. 6. Run `/home reload` to reload the configuration without restarting the server. --- # ๐Ÿงฉ Compatibility ## Supported Server Software | Software | Minecraft Versions | Status | |----------|--------------------|--------| | **Paper** | 1.20.4 ยท 1.20.5 ยท 1.20.6 | โœ… Fully supported | | **Folia** | 1.20.4 ยท 1.20.5 ยท 1.20.6 | โœ… Native region scheduling | | **Purpur** | 1.20.4 ยท 1.20.5 ยท 1.20.6 | โœ… Fully compatible (Paper fork) | | **Spigot** | โ€” | โŒ Not supported (requires the Paper API) | | **Bukkit** | โ€” | โŒ Not supported | | **Forge / Fabric** | โ€” | โŒ Bukkit plugin, not a mod | > **โš ๏ธ CrazyHomes requires Paper or one of its forks.** > The plugin uses native Paper APIs such as the Adventure API, Folia region scheduling, and modern text components, which are not available on vanilla Spigot. --- ## System Requirements | Component | Minimum Version | |-----------|-----------------| | **Java** | 17 (tested up to Java 21) | | **Recommended RAM** | No noticeable overhead (~51 KB JAR with lightweight YAML storage) | --- ## Dependencie

# ๐Ÿ  CrazyHomes

> Manage your homes in style โ€” modern GUI, configurable VIP layouts, zero lag.

CrazyHomes replaces the old text-based `/sethome` system with a modern 4-row graphical interface (GUI). VIP players get more home slots, while regular players see their homes automatically centered in the GUI. Everything can be customized through `gui.yml` without editing the source code.

# โœจ Features

  • ๐Ÿ–ฅ๏ธ Modern 4-row GUI
  • - 9ร—4 inventory with decorative borders, beds, and dye action buttons.
  • ๐Ÿ‘‘ VIP System
  • - Players with the `crazyhomes.vip` permission can have up to 9 homes, while regular players have 5 (fully configurable).
  • ๐Ÿ“ Centered Layout
  • - Non-VIP home slots are automatically centered instead of being aligned to the left.
  • โš™๏ธ Fully Configurable Layouts
  • - Change the slot positions for every layout directly from `gui.yml`, without editing the code.
  • ๐Ÿ—‘๏ธ Delete Confirmation GUI
  • - Prevent accidental home deletion with a dedicated confirmation menu.
  • โฑ๏ธ Teleport Countdown
  • - Configurable delay before teleporting; moving cancels the teleport.
  • ๐ŸŒฟ Folia Support
  • - Fully compatible with Paper, Purpur, and Folia, using native region scheduling.
  • ๐ŸŽจ Adventure API + MiniMessage
  • - Supports gradients, hex colors, formatting, and modern text components.
  • ๐Ÿ”Œ PlaceholderAPI Support
  • - Soft dependency; automatically hooks into PlaceholderAPI if installed.
  • ๐Ÿ’พ YAML Storage
  • - One file per player. No external database required.
  • ๐Ÿ“œ Lightweight
  • - Standalone JAR (~51 KB) with no additional runtime dependencies.

# ๐ŸŽฎ Commands

| Command | Permission | Description | |---------|------------|-------------| | `/home` | `crazyhomes.use` | Opens the Homes GUI | | `/home set ` | `crazyhomes.sethome` | Sets Home n via chat | | `/home del ` | `crazyhomes.delhome` | Deletes Home n | | `/home tp ` | `crazyhomes.teleport` | Teleports to Home n | | `/home reload` | `crazyhomes.reload` | Reloads the plugin configuration |

# ๐Ÿ”‘ Permissions

| Permission | Default | Description | |------------|---------|-------------| | `crazyhomes.use` | `true` | Allows access to `/home` | | `crazyhomes.sethome` | `true` | Allows setting homes | | `crazyhomes.delhome` | `true` | Allows deleting homes | | `crazyhomes.teleport` | `true` | Allows teleporting to homes | | `crazyhomes.reload` | `op` | Allows reloading the plugin | | `crazyhomes.vip` | `false` | Grants additional home slots |

# ๐Ÿ“ GUI Layout

The GUI is a 9ร—4 inventory. Layouts are defined inside `gui.yml`.

## Default Layout (5 Homes)

```text [โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ] โ† Border [ ][ ][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][ ][ ] โ† Beds [ ][ ][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][ ][ ] โ† Dyes [โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ] โ† Border ```

## VIP Layout (9 Homes)

```text [โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ] โ† Border [๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›][๐Ÿ›] โ† Beds [๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข][๐ŸŸข] โ† Dyes [โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ][โ– ] โ† Border ```

You can freely move every slot by editing:

```text gui.yml โ””โ”€โ”€ layouts โ”œโ”€โ”€ default โ””โ”€โ”€ vip ```

No code changes are required.

# โš™๏ธ Quick Configuration (`config.yml`)

```yaml max-homes-default: 5 # Home slots for regular players max-homes-vip: 9 # Home slots for VIP players

teleport: delay: 3 # Seconds before teleporting cancel-on-move: true # Cancel teleport if the player moves

sounds: gui-open: BLOCK_CHEST_OPEN home-set: ENTITY_EXPERIENCE_ORB_PICKUP teleport: ENTITY_ENDERMAN_TELEPORT delete: BLOCK_ANVIL_USE error: ENTITY_VILLAGER_NO ```

# ๐Ÿ“ฆ Installation

1. Download CrazyHomes-x.x.x.jar. 2. Place it inside your server's plugins/ folder. 3. (Optional) Install PlaceholderAPI if you want placeholder support. 4. Start your server. Configuration files will be generated automatically. 5. Customize `config.yml` and `gui.yml`. 6. Run `/home reload` to reload the configuration without restarting the server.

# ๐Ÿงฉ Compatibility

## Supported Server Software

| Software | Minecraft Versions | Status | |----------|--------------------|--------| | Paper | 1. 20. 4 ยท 1. 20. 5 ยท 1. 20. 6 | โœ… Fully supported | | Folia | 1. 20. 4 ยท 1. 20. 5 ยท 1. 20. 6 | โœ… Native region scheduling | | Purpur | 1. 20. 4 ยท 1. 20. 5 ยท 1. 20. 6 | โœ… Fully compatible (Paper fork) | | Spigot | โ€” | โŒ Not supported (requires the Paper API) | | Bukkit | โ€” | โŒ Not supported | | Forge / Fabric | โ€” | โŒ Bukkit plugin, not a mod |

> โš ๏ธ CrazyHomes requires Paper or one of its forks. > The plugin uses native Paper APIs such as the Adventure API, Folia region scheduling, and modern text components, which are not available on vanilla Spigot.

## System Requirements

| Component | Minimum Version | |-----------|-----------------| | Java | 17 (tested up to Java 21) | | Recommended RAM | No noticeable overhead (~51 KB JAR with lightweight YAML storage) |

## Dependencie

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
drago_45_
Version
1.0.0
Downloads
31
Endorsements
0
Category
adventure
Created
7/3/2026
Updated
6/27/2026
Game Versions
1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
Tags
adventure, game-mechanics, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does CrazyHomes support?

The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.

What is the latest version of CrazyHomes?

Version 1.0.0, published 2026-06-27 with 31 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More adventure ๐Ÿ‘ค More by drago_45_ ๐Ÿ”Ž Similar Mods ๐ŸŒ Best adventure (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods