Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
XpGet
PluginMIT

XpGet

Allows players to convert their xp into experience bottles when there are empty glass bottles (with GUI interface).

52
Downloads
1
Followers
4 months ago
Updated
📦
5
Versions
managementutilitypaperpurpur
Download Latestv2.0.1View on Modrinth

📖About XpGet

XpGet

A plugin that allows you to convert your experience into experience bottles when you have empty glass bottles.
Supports both fixed amounts and automatic maximum calculation.
Features a GUI interface for more convenient conversion.

📸 Screenshots

Menu

⚙️ Command

Command Description
/xpget Open GUI menu for experience conversion
/xpget [amount | max] Converts the specified amount of experience or the maximum possible
/xpget reload Reloads the configuration

Examples:

  • /xpget 10 — create 10 experience bottles (if enough experience and bottles)
  • /xpget max — create the maximum possible number of bottles

🧾 Permissions

Permission Default Description
xpget.use ✅ true Allows usage of the /xpget command
xpget.reload op Allows usage of the /xpget reload command

⚙️ Configuration

# XPGet Configuration
exp-per-bottle: 7 # How much experience is needed to fill one bottle

# You can add your own items, available actions: [close], [cmd]
gui:
  size: 27
  title: "<gold>Experience Conversion</gold>"

  divider:
    enabled: true
    material: "GRAY_STAINED_GLASS_PANE"
    name: "<gray>"

  close:
    slot: 22
    material: "BARRIER"
    name: "<red>Close"
    actions:
      - "[close]"

#  main-menu:
#    slot: 0
#    material: "STONE"
#    name: "Main Menu"
#    lore:
#      - "<yellow>Click to go to main menu"
#    actions:
#      - "[close]"
#      - "[cmd] menu"

  items:
    one:
      slot: 11
      material: "EXPERIENCE_BOTTLE"
      amount: 1
      name: "<green>1 Experience Bottle"
      lore:
        - "<gray>Click to convert"
        - ""
        - "<yellow>Required:"
        - "<gray>• <white>{exp} experience</white>"
        - "<gray>• <white>1 empty bottle</white>"

    stack:
      slot: 13
      material: "EXPERIENCE_BOTTLE"
      amount: 64
      name: "<yellow>64 Experience Bottles"
      lore:
        - "<gray>Click to convert"
        - ""
        - "<yellow>Required:"
        - "<gray>• <white>{exp} experience</white>"
        - "<gray>• <white>64 empty bottles</white>"

    max:
      slot: 15
      material: "ENCHANTED_BOOK"
      amount: 1
      name: "<gold>Maximum"
      lore:
        - "<gray>Click to convert"
        - "<gray>to the maximum possible number of bottles"
        - ""
        - "<yellow>Will be spent:"
        - "<gray>• <white>{exp} experience</white>"
        - "<gray>• <white>{max_bottles} empty bottles</white>"

messages:
  player-only: "<red>This command is for players only!"
  no-permission: "<red>You don't have permission to use this command!"

  usage: |
    <gold>Usage:
    <yellow>/xpget [amount|max]
    <gold>Examples:
    <yellow>/xpget 10 <gray>- convert experience into 10 bottles
    <yellow>/xpget max <gray>- convert the maximum possible amount
    <gold>Note: You can convert any number of bottles

  config-reloaded: "<green>Configuration successfully reloaded!"

  invalid-amount: "<red>Invalid amount! Use a number or 'max'"

  not-enough-exp: "<red>Not enough experience! Needed: <yellow>{required}</yellow> experience, you have: <yellow>{current}</yellow>"
  not-enough-empty: "<red>Not enough empty bottles! Needed: <yellow>{needed}</yellow>, you have: <yellow>{current}</yellow>"
  not-enough-space: "<red>Not enough inventory space! Space available for: <yellow>{available}</yellow> bottles"

  no-empty-bottles: "<red>You have no empty bottles!"
  not-enough-exp-for-one: "<red>You don't have enough experience to create even one bottle!"
  not-enough-space-even: "<red>Not enough inventory space even considering bottle replacement!"

  success-specific: "<green>Successfully converted <yellow>{amount}</yellow> experience bottles!"
  success-max: "<green>Successfully converted <yellow>{actual}</yellow> experience bottles!"

📦 Installation

  1. Download the latest release
  2. Place it in the /plugins folder
  3. Restart the server
  4. Configure config.yml if needed and use /xpget reload
  5. You're ready to use it: use /xpget in-game

👥 Team & Contributors

FlyAwayMaking
FlyAwayMakingOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page