Compatibility
Minecraft: Java Edition
1.21โ1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 8 months ago
๐ 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


