Pack: XP Management - teakivy/teaks-tweaks GitHub Wiki
XP Management allows players to right-click an Enchanting Table with a Glass Bottle to fill it with some of their experience.
The config for this pack can be found in the config.yml
file for the plugin.
# XP Management
# Right-Click an enchanting table with an empty bottle to fill it with some of your XP.
#
# Permissions:
# teakstweaks.xp-management
xp-management:
enabled: false
# How much XP is taken when bottling XP
take-xp-amount: 8
# How much xp is given when throwing the XP bottle
return-xp-amount: 7
# Whether or not to display how much XP a bottle has in its item Lore
display-amount: true
# Whether or not to allow players to smelt the bottle for 100% xp back
allow-smelting: true
# Whether or not players can sneak to use all bottles in their hand
sneak-to-bottle-all: true
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
int
- Default -
8
- Description - Sets how many experience points are taken when bottling experience.
- Type -
int
- Default -
8
- Description - Sets how many experience points are given when throwing bottled experience.
- Type -
boolean
- Default -
true
- Description - Controls whether the amount of experience in a bottle is displayed in the item's lore.
- Type -
boolean
- Default -
true
- Description - Controls whether the experience bottle can be smelted to retrieve the experience.
- Type -
boolean
- Default -
true
- Description - Controls whether the player can hold Sneak when bottling experience to use all of their experience in bottling.
teakstweaks.xp-management
- Default -
true
- Description - Controls whether the player can use the XP Management pack.
"xp_management.name": "XP Management",
"xp_management.description": "Right-Click an enchanting table with an empty bottle to fill it with some of your XP.",
"xp_management.bottle_contains": "<gold>Contains <return_amount> XP",
xp_management.name
- Default -
XP Management
xp_management.description
- Default -
Right-Click an enchanting table with an empty bottle to fill it with some of your XP.
xp_management.bottle_contains
- Default -
<gold>Contains <return_amount> XP
- Placeholders
-
return_amount
- The amount of experience in the bottle.
-