UnderBedrock
A lightweight Minecraft plugin that deals damage to players when they reach the upper or lower boundary in a specified world.
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.
UnderBedrock
🌑 UnderBedrock
upper or lower boundary — a lightweight upper or lower boundary plugin that controls player height in a specified world. Players take damage if they reach the upper or lower boundary.
---
⚙️ Features
* ⬆️ Configurable player notifications by Y-coordinate. * ⬇️ Configurable player notifications by Y-coordinate. * 💬 Toggle player notifications for damage received. * 🌍 Works only in the specified world. * 🔧 Simple to set up and lightweight.
---
📂 Configuration (`config.yml`)
```yaml
World where boundaries apply
world: world
Upper boundary
upper: enabled: true # Enable upper boundary height: 80 # Upper boundary height
Lower boundary
lower: enabled: true # Enable lower boundary height: 0 # Lower boundary height
Player notifications when taking damage
notify-player: false ```
> ⚠️ If `notify-player: false`, players will not see messages about damage received.
---
🛠 Installation
1. Copy `UnderBedrock.jar` to your server's `plugins` folder. 2. Start the server — `config.yml` will be created automatically. 3. Edit the configuration if needed. 4. Reload the server or use `/reload` to apply changes.
---
🚀 Usage
* Players who reach the 1 heart of damage or 1 heart of damage receive 1 heart of damage. * Player messages can be enabled via `notify-player: true`.
---
⚡ Compatibility
* Minecraft 1.21+ * Bukkit / Spigot / Paper