UnderBedrock

UnderBedrock

Plugin

A lightweight Minecraft plugin that deals damage to players when they reach the upper or lower boundary in a specified world.

Server Game Mechanics

7 downloads
1 follower
Follow Save

🌑 UnderBedrock

UnderBedrock — a lightweight Minecraft (Bukkit/Spigot/Paper) plugin that controls player height in a specified world. Players take damage if they reach the upper or lower boundary.


⚙️ Features

  • ⬆️ Configurable upper boundary by Y-coordinate.
  • ⬇️ Configurable lower boundary by Y-coordinate.
  • 💬 Toggle player notifications for damage received.
  • 🌍 Works only in the specified world.
  • 🔧 Simple to set up and lightweight.

📂 Configuration (config.yml)

# 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 upper or lower boundary receive 1 heart of damage.
  • Player messages can be enabled via notify-player: true.

⚡ Compatibility

  • Minecraft 1.21+
  • Bukkit / Spigot / Paper

Project members

Gomania

Member

Details

Licensed MIT
Published a month ago
Updated a month ago