GhostBlocks Remastered
🟡 Updated this year🖼️ Gallery (3 images)
🔍 Analysis
- 🏆 #136 of 1317 bukkit mods in this game by downloads
📋 About This Mod
# GhostBlocks Plugin - A Minecraft plugin that creates ghost blocks - blocks that are visible but doesn't have a hitbox. ## Features ### 🎮 Core Functionality - **Ghost Blocks**: Create blocks that are visible but have no collision/hitbox - **Categorized GUI**: Organized block selection with 4 categories (Building, Nature, Redstone, Decoration) - **Pagination System**: Navigate through multiple pages of blocks in each category - **Ghost Block Remover**: Special tool to remove ghost blocks by looking at them and right-clicking - **Auto-Save System**: Ghost blocks persist across server restarts and reloads ### 🛠️ Technical Features - Uses FallingBlock entities with disabled gravity and decay - Concurrent data structures for thread-safe operations - YAML-based persistence storage - Location-based ghost block mapping for efficient lookups - Improved ghost block removal with line-of-sight detection - Categorized and paginated GUI system - Admin commands for maintenance and debugging ## Installation 1. Download the plugin JAR file 2. Place it in your server's `plugins/` directory 3. Restart your server 4. The plugin will create a `ghostblocks.yml` configuration file automatically ## Honorable Mention <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Dh5-wUeoy90" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> ## Commands | Command | Description | Permission | |---------|-------------|------------| | `/ghostblocks` | Open the ghost blocks GUI | `ghostblocks.use` | | `/ghostblocks help` | Show help information | `ghostblocks.use` | | `/ghostblocks count` | Show number of ghost blocks | `ghostblocks.use` | | `/ghostblocks manage` | Open the ghost block management GUI | `ghostblocks.use` | | `/ghostblocks remover` | Get the ghost block remover tool | `ghostblocks.use` | | `/ghostblocks reload` | Reload the plugin | `ghostblocks.admin` | | `/ghostblocks cleanup` | Clean up invalid ghost blocks | `ghostblocks.admin` | **Aliases:** `/gb`, `/ghost` ## Permissions - `ghostblocks.use` - Allows using the plugin (default: true) - `ghostblocks.admin` - Allows administrative functions (default: op) ## How to Use 1. **Getting Ghost Blocks:** - Use `/ghostblocks` to open the categorized GUI - Click on category buttons (Building, Nature, Redstone, Decoration) to switch categories - Use Previous/Next Page buttons to navigate through pages - Click on any block to get it as a ghost block item - Click on the "Ghost Block Remover" to get the removal tool 2. **Placing Ghost Blocks:** - Place ghost block items like normal blocks - They will automatically become ghost blocks (visible but no hitbox) 3. **Removing Ghost Blocks:** - Hold the Ghost Block Remover (stick) and look at a ghost block - Right-click while looking at the ghost block to remove it - The tool will find ghost blocks within your line of sight ## Block Categories ### 🏗️ Building Blocks - Stone variants (Stone, Cobblestone, Stone Bricks, etc.) - Deepslate variants (Deepslate, Cobbled Deepslate, etc.) - Sandstone variants (Sandstone, Red Sandstone, etc.) - Blackstone variants (Blackstone, Polished Blackstone, etc.) - Prismarine variants and more ### 🌲 Nature Blocks - All wood types (Oak, Spruce, Birch, Jungle, Acacia, Dark Oak, Mangrove, Cherry, Bamboo) - Stripped wood variants - Ground blocks (Dirt, Grass, Podzol, Mycelium, etc.) - Ice blocks (Ice, Packed Ice, Blue Ice) - Natural stone (Calcite, Tuff, Dripstone Block) ### ⚡ Redstone Blocks - Redstone components (Redstone Block, Observer, Dispenser, etc.) - Copper blocks in all oxidation states - Functional blocks (Furnace, Crafting Table, Smithing Table, etc.) - Mechanical blocks (Piston, Sticky Piston, etc.) ### 🎨 Decoration Blocks - All concrete colors and concrete powder - All terracotta colors and glazed terracotta - Nether blocks (Netherrack, Nether Bricks, etc.) - End blocks (End Stone, Purpur Block, etc.) - Precious blocks (Diamond Block, Gold Block, etc.) - Special blocks (Amethyst, Sculk, Ancient Debris, etc.) ## Technical Details ### Ghost Block Implementation - Ghost blocks are implemented using FallingBlock entities - Properties set: `gravity=false`, `dropItem=false`, `hurtEntities=false` - Positioned at block center with 0.5 offset for perfect alignment - Persistent across server restarts via YAML storage ### Data Storage - Ghost blocks are saved to `plugins/GhostBlocks/ghostblocks.yml` - Automatic save on server shutdown - Automatic load on server startup - Includes world name, coordinates, material, and unique ID ### Performance Considerations - Uses ConcurrentHashMap for thread-safe operations - Location-based indexing for O(1) ghost block lookups - Cleanup system to remove invalid ghost blocks - Minimal impact on server performance ### Requirements - Java 17 or higher - Paper 1.20.6 API or hi
# GhostBlocks Plugin
- A Minecraft plugin that creates ghost blocks - blocks that are visible but doesn't have a hitbox.
## Features
### 🎮 Core Functionality - Ghost Blocks: Create blocks that are visible but have no collision/hitbox - Categorized GUI: Organized block selection with 4 categories (Building, Nature, Redstone, Decoration) - Pagination System: Navigate through multiple pages of blocks in each category - Ghost Block Remover: Special tool to remove ghost blocks by looking at them and right-clicking - Auto-Save System: Ghost blocks persist across server restarts and reloads
### 🛠️ Technical Features - Uses FallingBlock entities with disabled gravity and decay - Concurrent data structures for thread-safe operations - YAML-based persistence storage - Location-based ghost block mapping for efficient lookups - Improved ghost block removal with line-of-sight detection - Categorized and paginated GUI system - Admin commands for maintenance and debugging
## Installation
1. Download the plugin JAR file 2. Place it in your server's `plugins/` directory 3. Restart your server 4. The plugin will create a `ghostblocks.yml` configuration file automatically
## Honorable Mention
## Commands
| Command | Description | Permission | |---------|-------------|------------| | `/ghostblocks` | Open the ghost blocks GUI | `ghostblocks.use` | | `/ghostblocks help` | Show help information | `ghostblocks.use` | | `/ghostblocks count` | Show number of ghost blocks | `ghostblocks.use` | | `/ghostblocks manage` | Open the ghost block management GUI | `ghostblocks.use` | | `/ghostblocks remover` | Get the ghost block remover tool | `ghostblocks.use` | | `/ghostblocks reload` | Reload the plugin | `ghostblocks.admin` | | `/ghostblocks cleanup` | Clean up invalid ghost blocks | `ghostblocks.admin` |
Aliases: `/gb`, `/ghost`
## Permissions
- `ghostblocks.use` - Allows using the plugin (default: true)
- `ghostblocks.admin` - Allows administrative functions (default: op)
## How to Use
1. Getting Ghost Blocks: - Use `/ghostblocks` to open the categorized GUI - Click on category buttons (Building, Nature, Redstone, Decoration) to switch categories - Use Previous/Next Page buttons to navigate through pages - Click on any block to get it as a ghost block item - Click on the "Ghost Block Remover" to get the removal tool
2. Placing Ghost Blocks: - Place ghost block items like normal blocks - They will automatically become ghost blocks (visible but no hitbox)
3. Removing Ghost Blocks: - Hold the Ghost Block Remover (stick) and look at a ghost block - Right-click while looking at the ghost block to remove it - The tool will find ghost blocks within your line of sight
## Block Categories
### 🏗️ Building Blocks - Stone variants (Stone, Cobblestone, Stone Bricks, etc.) - Deepslate variants (Deepslate, Cobbled Deepslate, etc.) - Sandstone variants (Sandstone, Red Sandstone, etc.) - Blackstone variants (Blackstone, Polished Blackstone, etc.) - Prismarine variants and more
### 🌲 Nature Blocks - All wood types (Oak, Spruce, Birch, Jungle, Acacia, Dark Oak, Mangrove, Cherry, Bamboo) - Stripped wood variants - Ground blocks (Dirt, Grass, Podzol, Mycelium, etc.) - Ice blocks (Ice, Packed Ice, Blue Ice) - Natural stone (Calcite, Tuff, Dripstone Block)
### ⚡ Redstone Blocks - Redstone components (Redstone Block, Observer, Dispenser, etc.) - Copper blocks in all oxidation states - Functional blocks (Furnace, Crafting Table, Smithing Table, etc.) - Mechanical blocks (Piston, Sticky Piston, etc.)
### 🎨 Decoration Blocks - All concrete colors and concrete powder - All terracotta colors and glazed terracotta - Nether blocks (Netherrack, Nether Bricks, etc.) - End blocks (End Stone, Purpur Block, etc.) - Precious blocks (Diamond Block, Gold Block, etc.) - Special blocks (Amethyst, Sculk, Ancient Debris, etc.)
## Technical Details
### Ghost Block Implementation - Ghost blocks are implemented using FallingBlock entities - Properties set: `gravity=false`, `dropItem=false`, `hurtEntities=false` - Positioned at block center with 0. 5 offset for perfect alignment - Persistent across server restarts via YAML storage
### Data Storage - Ghost blocks are saved to `plugins/GhostBlocks/ghostblocks.yml` - Automatic save on server shutdown - Automatic load on server startup - Includes world name, coordinates, material, and unique ID
### Performance Considerations - Uses ConcurrentHashMap for thread-safe operations - Location-based indexing for O(1) ghost block lookups - Cleanup system to remove invalid ghost blocks - Minimal impact on server performance
### Requirements - Java 17 or higher - Paper 1. 20. 6 API or hi
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- ZpkDxGames
- Version
- 6.0
- Downloads
- 327
- Endorsements
- 3
- Category
- bukkit
- Created
- 7/23/2025
- Updated
- 3/8/2026
- Game Versions
- 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3
- Tags
- decoration, 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 GhostBlocks Remastered support?
The author lists 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4. Other versions may work but are untested by the author.
What is the latest version of GhostBlocks Remastered?
Version 6.0, published 2026-03-08 with 327 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await


