Schneckenhaus

⭐ — (6 endorsements) 📥 167 downloads 📌 v3.0.1 📅 9/5/2025
🟠 Updated over a year ago

By Lama06 · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 9/3/2025 📅 Created: 9/5/2025

🔍 Analysis

  • 🏆 #309 of 313 game-mechanics mods in this game by downloads

📋 About This Mod

✅ - Configure the template, item, spawn position, exit blocks, menu block, initial blocks and more
✅ - Share and download your custom shell types on our Discord server.
✅ - Configure its type, color, size, etc. in the config
✅ - Prevent homelessness on your server and make home shells impossible to lose
✅ - specify optional ingredients that increase the snail shell's size
✅ - specify an optional ingredient that enabled rainbow mode

# Schneckenhaus Plugin Ever wanted to know how a shulker box looks from the inside? Ever wanted to enter a chest? Ever wanted to store your house in your inventory? This plugin has you covered! # Videos <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xf2QPnSS7HA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/IyzkvMfx4t4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> Every snail shell (an enterable block) can be customized using a graphical interface: - Rename your snail shell - Manage permissions (owners, enter permissions, build permissions, whitelists, blacklists) - Keep track of where you placed down your snail shell - Upgrade its size - Change its color (for shulker boxes) - Change its wood type (for chests) If you aren't convinced yet, the plugin also features: - Support for **completely custom shell types**! - Configure the template, item, spawn position, exit blocks, menu block, initial blocks and more - Simple **importing and exporting** to a custom file format. - Share and download your custom shell types on our Discord server. - **Nested snail shells**: Enter a snail while already inside another one! (Recursion means that something is recursive) - Finely grained **permissions** - Enable **home shells** to automatically give every new player a new snail shell - Configure its type, color, size, etc. in the config - Prevent homelessness on your server and make home shells impossible to lose - Custom, highly configurable **crafting recipes** - specify optional ingredients that increase the snail shell's size - specify an optional ingredient that enabled rainbow mode - support for items with custom model data - Use hoppers to transfer items into shells and out of them. You can build whole factories inside a shell and connect them to the outside world! - Your snail shell will stay loaded if you have it in your inventory or placed in a loaded chunk - Support for **multiple worlds**, for example, one world where player-crafted shells are stored in, and one for command-created ones - Powerful tab-completed syntax-highlighted commands - **Ultra powerful shell management tools**: Ever wanted to delete all light blue shulker box shells of size 13 with whitelist enabled owned by some player crafted in the last week? Let's be honest: You always wanted to do exactly that. And this plugin makes it possible. - Data is stored efficiently and securely in an **SQLITE database** - ... and much more! ## Documentation Table of contents: 1. (#command-system) 2. (#custom-shells) 3. (#configuration) 4. (#permissions) ## Command System ### Shell Selectors When a command requires you to specify one or multiple shells like `/sh tp shell <shell>` or `/sh info <shell>`, you have multiple ways to do so: - `here` resolves to the shell at your location, this is the default value for many commands - `selection` resolves to all shells you selected, see (#selections) - `<id>` resolves to the shell with the specified id ### Commands - `sh` - `tp` - `shell <shell>` teleport to a shell - `world <world>` teleport to a world that contains snail shells - `info <shell>` displays a lot of information about a certain shell in the chat - `menu <shell>` opens a snail shell's menu - `item <shell>` gives you an item associated with the given shell - `count` - `total` displays the total number of snail shells on this server - `world <world>` displays the number of snail shells which are stored inside a world - `delete <shell>` deletes a shell, cannot be undone - `create <type>` type can be `shulker`, `chest`, `head` or `custom`; depending on the type, you specify one or more of these options: - `owner <owner>` - `world <world>` world in which the snail shell will be stored - `permission` - `enter <enterPermissionMode>` - `build <buildPermissionMode>` - `size <size>` only for shulker and chest shells, will be random in unspecified - `color <color>` only for shulker shells, will be random if unspecified - `rainbow <rainbow>` only for shulker shells, false by default - `head-owner <headOwner>` only for head shells, will be the creator by default - `template <template>` only for custom shells, **required to create custom shells** - `position` specify at which position in the grid the shell will be generated, has some quirks - `id <id>` id of the position - `grid <x> <z>` coordinates of the position - `here` position at your current location - `home` - `tp` teleports to your own home shel

# Schneckenhaus Plugin

Ever wanted to know how a shulker box looks from the inside? Ever wanted to enter a chest? Ever wanted to store your house in your inventory? This plugin has you covered!

Every snail shell (an enterable block) can be customized using a graphical interface: - Rename your snail shell - Manage permissions (owners, enter permissions, build permissions, whitelists, blacklists) - Keep track of where you placed down your snail shell - Upgrade its size - Change its color (for shulker boxes) - Change its wood type (for chests)

If you aren't convinced yet, the plugin also features:

  • Support for completely custom shell types!
  • - Configure the template, item, spawn position, exit blocks, menu block, initial blocks and more
  • - Simple importing and exporting to a custom file format.
  • - Share and download your custom shell types on our Discord server.
  • Nested snail shells: Enter a snail while already inside another one! (Recursion means that something is recursive)
  • Finely grained permissions
  • Enable home shells to automatically give every new player a new snail shell
  • - Configure its type, color, size, etc. in the config
  • - Prevent homelessness on your server and make home shells impossible to lose
  • Custom, highly configurable crafting recipes
  • - specify optional ingredients that increase the snail shell's size
  • - specify an optional ingredient that enabled rainbow mode
  • - support for items with custom model data
  • Use hoppers to transfer items into shells and out of them. You can build whole factories inside a shell and connect them to the outside world!
  • Your snail shell will stay loaded if you have it in your inventory or placed in a loaded chunk
  • Support for multiple worlds, for example, one world where player-crafted shells are stored in, and one for command-created ones
  • Powerful tab-completed syntax-highlighted commands
  • Ultra powerful shell management tools:
  • Ever wanted to delete all light blue shulker box shells of size 13 with whitelist enabled owned by some player crafted in the last week?
  • Let's be honest: You always wanted to do exactly that. And this plugin makes it possible.
  • Data is stored efficiently and securely in an SQLITE database
  • ... and much more!

## Documentation

Table of contents: 1. (#command-system) 2. (#custom-shells) 3. (#configuration) 4. (#permissions)

## Command System

### Shell Selectors

When a command requires you to specify one or multiple shells like `/sh tp shell ` or `/sh info `, you have multiple ways to do so:

  • `here` resolves to the shell at your location, this is the default value for many commands
  • `selection` resolves to all shells you selected, see (#selections)
  • `` resolves to the shell with the specified id

### Commands

  • `sh`
  • - `tp`
  • - `shell ` teleport to a shell
  • - `world ` teleport to a world that contains snail shells
  • - `info ` displays a lot of information about a certain shell in the chat
  • - `menu ` opens a snail shell's menu
  • - `item ` gives you an item associated with the given shell
  • - `count`
  • - `total` displays the total number of snail shells on this server
  • - `world ` displays the number of snail shells which are stored inside a world
  • - `delete ` deletes a shell, cannot be undone
  • - `create ` type can be `shulker`, `chest`, `head` or `custom`; depending on the type, you specify one or more of these options:
  • - `owner `
  • - `world ` world in which the snail shell will be stored
  • - `permission`
  • - `enter `
  • - `build `
  • - `size ` only for shulker and chest shells, will be random in unspecified
  • - `color ` only for shulker shells, will be random if unspecified
  • - `rainbow ` only for shulker shells, false by default
  • - `head-owner ` only for head shells, will be the creator by default
  • - `template