FastShulker
A plugin that allow player open Shulker without putting them on the ground
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
FastShulker
FastShulker

简体中文 English
FastShulker is a open a shulker box GUI directly by right-clicking while holding it that allows players to open a shulker box GUI directly by right-clicking while holding it, without placing it on the ground.
---
✨ Features
* 🖱 Right-click air to open a shulker box
* Players can open the contents of any colored shulker box by right-clicking the air while holding it. * The vanilla behavior of placing a shulker box when right-clicking a block is not affected.
* 🧩 CoreProtect compatible
* Does not trigger CoreProtect errors or abnormal logs use abnormal virtual block placement. * Will not trigger CoreProtect errors or abnormal logs. * Shulker box content modifications follow the normal item data change logic.
---
🖥 Runtime Environment
* Minecraft Server
* Paper not guaranteed * Compatibility with Spigot/Bukkit is not guaranteed (Paper is recommended)
* Java Version
* Java 21 or higher (consistent with Paper 1.21.x requirements)
* Plugin Dependencies
* No required dependencies * Optional compatibility: CoreProtect
---
Command
* Reload config * `/fastshulker reload`
---
Config file
```yaml #enable plug-in enable: true
#enable sound play-sound: true
#change gui title gui-title: "ShulkerBox"
#debug logging mode debug: false
```
---
*Developed using IntelliJ IDEA with assistance from ChatGPT.*