ExpExtraction
Docs/exp-extraction/ExpExtraction

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

TaskPage
Understand the feature and its behaviorIntroduction
Start extracting and using experienceUsage
Install the plugin, assign permissions, or edit the configInstallation and configuration

Defaults and limits

  • The default command limit is 2000 experience points per bottle.
  • The enchanting-table method extracts 100 points by default, or the player’s remaining experience when less is available.
  • /extract is a player command and cannot be run from the console.
  • enchantingTable.enable is written to the config, but the enchanting-table event checks commandExtraction.enable instead. See Installation and configuration.