XpGet
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper purpur
标签: management utility
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

⚙️ 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
- Download the latest release
- Place it in the /plugins folder
- Restart the server
- Configure
config.ymlif needed and use/xpget reload - You're ready to use it: use
/xpgetin-game
请登录后举报
暂无评论,抢个沙发吧~