🍏 OpGapBlocker
A lightweight Minecraft Spigot/Paper plugin that disables the use of enchanted golden apples (OP-Gapples).
Ideal for survival or PvP servers where you want to keep combat more balanced.
⚙️ Features
- 🚫 Blocks players from eating enchanted golden apples
- 💬 Sends a warning message when a player tries to consume one
- ⚡ Lightweight — no commands or dependencies
- 🧩 Simple configuration through
config.yml
📁 Installation
- Download the plugin
.jarfile - Place it in your server’s
plugins/folder - Start or reload your server
- A default configuration file will be generated automatically
⚙️ Configuration (config.yml)
# If true, enchanted golden apples (OP-Gapples) are blocked
noopgap: true
noopgap: true → Players cannot eat enchanted golden apples
noopgap: false → OP-Gapples work normally
💬 Example Message
When a player tries to eat an enchanted golden apple:
§cOP-Gapples sind deaktiviert! (Translation: “OP-Gapples are disabled!”)
You can easily modify this message in the code to match your server language.
🧰 Compatibility
-
✅ Works on Spigot, Paper, and Purpur servers
-
🧱 Tested on Minecraft 1.18+
-
⚙️ Requires Java 17+
🧩 Developer Information
Main class: de.scholle.opGapBlocker.OpGapBlocker
Main event: PlayerItemConsumeEvent
Details
Licensed Apache-2.0
Published 4 days ago
Updated 5 days ago

