XpGet

⭐ — (1 endorsements) 📥 196 downloads 📌 v2.1.0 📅 12/17/2025
🟡 Updated this year

By FlyAwayMaking · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/28/2026 📅 Created: 12/17/2025

🔍 Analysis

  • 🏆 #172 of 235 management mods in this game by downloads

📋 About This Mod

# 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. ## 🧩 Version Compatibility | **Plugin version** | **Supported Paper** | **Java** | |--------------------|---------------------|----------| | `2.1.0` | `1.20` – `26.2` | 25 | | `2.0.1` | `1.20` – `1.21.11` | 21 | # 📸 Screenshots !(https://cdn.modrinth.com/data/zxSnrNpV/images/71ea5437a2251d2e1440fe687a792ff0052f5390.png) ## ⚙️ Command | Command | Description | |------------------------------|-----------------------------------------------------------------------| | `/xpget` | Open GUI menu for experience conversion | | `/xpget ` | 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 ```yaml # XPGet Configuration exp-per-bottle: 7 # How much experience is needed to fill one bottle # You can add your own items, available actions: , 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: - "" # main-menu: # slot: 0 # material: "STONE" # name: "Main Menu" # lore: # - "<yellow>Click to go to main menu" # actions: # - "" # - " 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 <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

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.

## 🧩 Version Compatibility

| Plugin version | Supported Paper | Java | |--------------------|---------------------|----------| | `2. 1. 0` | `1. 20` – `26. 2` | 25 | | `2. 0. 1` | `1. 20` – `1. 21. 11` | 21 |

# 📸 Screenshots

!(https://cdn.modrinth.com/data/zxSnrNpV/images/71ea5437a2251d2e1440fe687a792ff0052f5390.png)

## ⚙️ Command

| Command | Description | |------------------------------|-----------------------------------------------------------------------| | `/xpget` | Open GUI menu for experience conversion | | `/xpget ` | 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

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

# You can add your own items, available actions: , gui: size: 27 title: "Experience Conversion"

divider: enabled: true material: "GRAY_STAINED_GLASS_PANE" name: ""

close: slot: 22 material: "BARRIER" name: "Close" actions: - ""

# main-menu: # slot: 0 # material: "STONE" # name: "Main Menu" # lore: # - "Click to go to main menu" # actions: # - "" # - " menu"

items: one: slot: 11 material: "EXPERIENCE_BOTTLE" amount: 1 name: "1 Experience Bottle" lore: - "Click to convert" - "" - "Required:" - "• {exp} experience" - "• 1 empty bottle"

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

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

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

usage: | Usage: /xpget Examples: /xpget 10 - convert experience into 10 bottles /xpget max - convert the maximum possible amount Note: You can convert any number of bottles

config-reloaded: "Configuration successfully reloaded!"

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

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

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

success-specific: "Successfully converted {amount} experience bottles!" success-max: "Successfully converted {actual} 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

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
FlyAwayMaking
Version
2.1.0
Downloads
196
Endorsements
1
Category
management
Created
12/17/2025
Updated
7/28/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does XpGet support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.6. Other versions may work but are untested by the author.

What is the latest version of XpGet?

Version 2.1.0, published 2026-07-28 with 196 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More management 👤 More by FlyAwayMaking 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods