ExpExtraction
Introduction, usage, installation, and configuration docs for ExpExtraction.
Overview
ExpExtraction is a lightweight Minecraft plugin that stores experience in enchanted bottles.
It has no database, panel, or complex administration system. An administrator installs the plugin, assigns permissions, and sets the two extraction paths. Players then save experience with a command or an enchanting table.
Features
/extract [amount]: put experience into a plugin-created bottle. If you omit the amount, the plugin uses the current total and applies the command limit.- Enchanting-table extraction: sneak, hold an empty glass bottle, and right-click an enchanting table to extract the configured amount.
- Bottle use: right-click while holding a plugin-created bottle to receive its stored experience and consume one bottle.
- Lightweight deployment: supports Paper and Folia without an additional database or runtime dependency.
Pages
| Task | Page |
|---|---|
| Understand the feature and its behavior | Introduction |
| Start extracting and using experience | Usage |
| Install the plugin, assign permissions, or edit the config | Installation and configuration |
Defaults and limits
- The default command limit is
2000experience points per bottle. - The enchanting-table method extracts
100points by default, or the player’s remaining experience when less is available. /extractis a player command and cannot be run from the console.enchantingTable.enableis written to the config, but the enchanting-table event checkscommandExtraction.enableinstead. See Installation and configuration.