CrazyHomes
๐ก Updated this year๐ผ๏ธ Gallery (3 images)
๐ 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
# ๐ 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
๐ 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


