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 10 months ago
Updated 10 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


