PluginApache-2.0
NoOPGap
Blocks the use of OP Gaps (Enchanted Golden Apples) in Minecraft.
78
Downloads
5
Followers
6 months ago
Updated
📦
1
Versions
📖About NoOPGap
🍏 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