XP-Sync
Fixes part of MC-124177, which causes a bug which makes the xp bar reset to zero. The client will think it has no exp. This happens when entering/exiting a dimension with a high Y coordinate. This mod fixes that by adding and then removing 1 xp, forcing the client to sync back up with the server. (Works in singleplayer as well, since it uses an internal server)
Skelun’s XP Reward System
_It’s unfair for players who likes to chill and gather materials to not get any XP while tryharders are building a thousand mob farms getting loads of experience to enchant everything._
_This is why I created this Mod/Datapack_
## ✨ NEW WAYS TO EARN XP





—
## 📝 RULES
* To receive XP by **Mining**, **Cutting**, **Digging** or **Farming** you must be using the appropriate tool;
* You receive less XP for “**Ice Boating**” or for using the “**Rail Bug**”;
* You receive less XP for **Traveling** if you are using something that speeds you up;
* You receive less XP for certain enchantments in specific conditions (e.g.: having *Depth Strider* and walking underwater).
## 🛠️ Mod Support
It supports any _*”Right-Click Harvest”*_ mod or data pack.
It supports any mod or data pack that allows you to break multiple blocks, like _*”vein mine”*_ or _*”timber”*_.
I have not included support for any modded tool, but if you want any, just ask!
## 📖 Settings
As of `version 2.6.1` you can now change some settings in-game.
> You need to be in creative mode (and if in a server, be an OP)
Type this command in chat to give yourself a written book:
“`/function sklps:config“`
It allows you to change some settings once you open it.
—
#### 🔢 *Detailed Information on the numbers I used:* **Google Sheets File**
—
💖 Feel free to give any feedback, trash talk or ask for anything.
**You can contact me on PlanetMinecraft**
**Or create an issue on Github**

Psitadditions – XP Plus
**Experience Plus** is a datapack allowing you to collect, store and manage your experience using new blocks, items and game mechanics. What’s better than being able to securely store your experience!
## **- New Blocks:**
**Added unique blocks and 3d models**
– Experience Crystal –
_Animated block dedicated to storing experience_
– Experience crystal Filler –
_Animated block dedicated to the transfer of the player’s xp to the crystal_
– Experience crystal Drainer –
_Animated block dedicated to the transfer of the crystal xp to the player_
– Experience Player Pad –
_Block allowing you to activate the transfer of experience_
– **Experience Crystal Setup:**
_Use all Xp Plus custom blocks for create the Experience Crystal Setup and transfert your experience_
## **- New enchantments:**
**Compatible with vanilla enchantments**
– Experience Bottler –
_Allows you to bottle experience recovering on entities_
– Experience Sword I-II-III –
_Increases the amount of experience gained from killing mobs_
– Experience Pickaxe I-II-III –
_Increases the amount of experience gained from mining blocks_
_Obtainable with the enchantment table and trade with villagers_
## **- New advancement page**
– Find 6 new achievements and challenges to complete
### **More information**
This datapack is **Multiplayer friendly** !
Minecraft versions supporteds: 1.21.1
**IMPORTANT:** Psitadditions resource pack is required for 3D models and custom items ! ! !

XP From Harvest Reworked
# XP From Harvest
### Get XP from harevsting crops!
.
## Configuration:
In single this mod is configurable via mods config menu. On server it’s configured with config file /config/xpfromharvest.cfg.
## Options:
– Chance: % chance of XP orb spawning.
– Amount: amount of XP given.
– Simple Harvest: – enable SimpleHarvest like functionality (can be toggled dynamically in single).
– Crops List: list of crops that can be processed by the mod with their ages
– (Off by default) Right clicking mature crop will harvest and replant it immediately (just like with SimpleHarvest mod), and of course will give you XP.
– Curiosity: curiosity mode, for debugging purposes, sneak right click on a crop to get a chat message – with info about it. This info can be put directly into config. You can see an example of info I got from XL Food Mod plants below.
⠀
## Examples:
“` “Crops List” = [“Block{minecraft:potatoes}[age=7]”, “Block{minecraft:carrots}[age=7]”, “Block{minecraft:wheat}[age=7]”, “Block{minecraft:beetroots}[age=3]”, “Block{minecraft:nether_wart}[age=3]”, “Block{xlfoodmod:strawberry_plant}[age=7]”, “Block{xlfoodmod:tomato_plant}[age=7]”, “Block{xlfoodmod:lettuce_plant}[age=7]”, “Block{xlfoodmod:cucumber_plant}[age=7]”, “Block{xlfoodmod:corn_plant}[age=7]”, “Block{xlfoodmod:pepper_plant}[age=7]”] “`
## Modpacks:
You’re free to include this mod in any free modpack 😛
## Bonus:
Configs for various mods and MC versions can be found here.
## Credits:
– Forge_User_61020098 for the config for Pam’s Harvest Craft 2.
– RealGecko for the original mod.
XP From Harvest
## Minecraft be like
– Killing? XP!
– Breeding? XP!
– Fishing? XP!
– Smelting? XP!
– Cooking? XP!
– Trading? XP!
– Mining? TONS OF XP!!!
– ~~Crop harvesting? No XP :(~~
There’s a solution!
**MAGIC OF PROGRAMMING**
There you go! Now you can literally harvest XP.
You’re welcome 😀
## Usage
This mod is only required on server, however you can still use it in single.
## Bonus feature (off by default)
Right clicking mature crop will harvest and replant it immediately (just like with SimpleHarvest mod), and of course will give you XP.
## Configuration
In single this mod is configurable via mods config menu. On server it’s configured with config file `/config/xpfromharvest-common.toml`.
**Configuration options include:**
– Chance: % chance of XP orb spawning.
– Amount: amount of XP given.
– Simple Harvest: – enable SimpleHarvest like functionality (can be toggled dynamically in single).
– Crops List: list of crops that can be processed by the mod with their ages
– Curiosity: curiosity mode, for debugging purposes, sneak right click on a crop to get a chat message with info about it. This info can be put directly into config. Here is an example of info I got from XL Food Mod plants.
“`
S:”Crops List” <
minecraft:potatoes[age=7]
minecraft:carrots[age=7]
minecraft:wheat[age=7]
minecraft:beetroots[age=3]
minecraft:nether_wart[age=3]
xlfoodmod:pepper_plant[age=7]
xlfoodmod:cucumber_plant[age=7]
xlfoodmod:rice_plant[age=7]
xlfoodmod:corn_plant[age=7]
xlfoodmod:lettuce_plant[age=7]
xlfoodmod:tomato_plant[age=7]
xlfoodmod:strawberry_plant[age=7]
xlfoodmod:corn_plant[age=7]
>
“`
Beware that for version 1.14.4 and up config format is changed:
“`
“Crops List” = [
“Block{minecraft:potatoes}[age=7]”,
“Block{minecraft:carrots}[age=7]”,
“Block{minecraft:wheat}[age=7]”,
“Block{minecraft:beetroots}[age=3]”,
“Block{minecraft:nether_wart}[age=3]”,
“Block{xlfoodmod:strawberry_plant}[age=7]”,
“Block{xlfoodmod:tomato_plant}[age=7]”,
“Block{xlfoodmod:lettuce_plant}[age=7]”,
“Block{xlfoodmod:cucumber_plant}[age=7]”,
“Block{xlfoodmod:corn_plant}[age=7]”,
“Block{xlfoodmod:pepper_plant}[age=7]”
]
“`
## Installation
Install Forge/NeoForge, put mod inside mods directory… you know…
## MODPACKS
You’re free to include this mod in any modpack if it’s free to use 😛
## BONUS
Configs for various mods and MC versions can be found here:
https://github.com/Real-Gecko/XPFromHarvest-Configs
## Credits
Forge_User_61020098: Config for Pam’s Harvest Craft 2
Xp from Crops
### Unfortunately support for the program I used to create this mod has been terminated, so I will be unable to update/continue working on it.
### If any mod devs would like to take over the project, please contact me on Discord!

#
Xp from Crops 
Fully grown crops now drop experience!
Supported Crops
– 1 xp
– Sweet Berries
– Glow Berries
– 1-2 xp
– Beetroot
– Cocoa beans
– 1-3 xp
– Wheat
– Potato
– Carrot
– Pumpkin/Melon stem
– 2-4 xp
– Nether Wart
## Compatibility
I’ve only tested this with a few versions to check compatibility, so if you test it with any version please let me know on discord if it works or breaks! That way I can fix bugs and add more versions. Thank you so much!
## Issues/Requests

XP extract
# XP Extract
A Minecraft datapack that allows players to extract their experience levels and convert them into experience bottles for storage or trading.
## Features
– Extract 1, 5, 10, or all experience levels at once
– Converts levels into experience bottles based on accurate XP calculations
– Uses Minecraft’s official experience formulas for precise conversion
– Simple trigger commands – no complex setup required
– Compatible with Minecraft 1.21.6+
## Commands
Use these trigger commands to extract your experience:
– `/trigger extrct-1-lvl` – Extract 1 experience level
– `/trigger extrct-5-lvl` – Extract 5 experience levels
– `/trigger extrct-10-lvl` – Extract 10 experience levels
– `/trigger extrct-all-lvl` – Extract all experience levels
XP Crystals
# XP Crystals
Ever wished you could bank your hardearned **XP** without the risk of dying and losing it all? With **XP Crystals**, you can **store** and **retrieve** your experience safely, using items that are fully compatible with **survival** gameplay.
_Available as **mod** or **datapack**._

## Features
– Store XP in craftable crystals
– Crystals come in multiple tiers, each with a different capacity:
– Tier I: 3 levels
– Tier II: 10 levels
– Tier III: 30 levels
– Tier IV: 50 levels
– Tier V: Infinite XP storage
– Survival oriented, with balanced crafting recipes.
– Multiple Advancements
– Easy to use: right click to deposit or withdraw XP
– Settings menu for both admins and normal players
– Serverside (resource pack required for clients)
### Settings
admins may use /trigger xp_crystals.globalsettings
players may use /trigger xp_crystals.settings
Player Settings
Sound Effects [Turns on or off soundeffects per player]
Global Settings
– Strict Mode: Enables accurate XP point calculation instead of using XP levels only (Enabled by default)
– Toggle global sound effects on or off.
– Hardcore Mode: Automatically awards an achievement that can only be obtained by dying.
– Uninstall Function: Removes all data left over from the datapack/mod~~~~.
### installation
**Mod Version:**
– Singleplayer: Add the mod into the mods folder. Done
– Multiplayer: Server requires mod, Clients only need resource pack
**Datapack Version:**
– Singleplayer: add datapack into the worlds datapack folder, add the resource pack to your resource pack folder.
– Multiplayer: Server requires datapack, Clients only need resource pack
## Need Help? Want to offer feedback?
join the Discord
Xp Bottles

**Unlock the ability to safely store and share your hard-earned XP with the **XP Bottles Datapack**. Never lose your experience points upon death, and easily share XP with your friends by storing it in customizable XP containers!**
## Store Your XP
With this datapack, you can store your XP in special containers like capsules, vials, and canisters. No more worrying about losing all your progress when things go wrong—store your XP and keep it safe for later use or share it with your friends.
**How It Works:**

– To store your XP, simply use the command:
`/trigger xpbottles.store set `
– Make sure you have empty **Glass Bottles** in your inventory.
Depending on how much XP you’re storing, the number of glass bottles needed will vary:
– **1 Glass Bottle** for less than **40 XP**
– **2 Glass Bottles** for XP between **40** and **100 XP**
– **3 Glass Bottles** for **more than 100 XP**
The XP will automatically be stored in the appropriate item (XP Capsule, XP Vial, or XP Canister) based on the amount.

## Retrieve Your XP
Getting your XP back is as easy as right-clicking with the XP item in your hand. Instantly reclaim the XP stored in the container and get back the glass bottles you used. No complicated commands—just a simple action to retrieve what you saved.
### Key Features:
– **XP Storage & Safety:** Protect your XP from being lost when you die by storing it in reusable containers.
– **Flexible Storage Options:** Store different amounts of XP in different-sized containers based on your needs.
– **Easy Sharing:** Share XP with other players by giving them the XP items you’ve stored.
– **Simple Commands & Actions:** No complicated setup—just easy-to-use commands and in-game mechanics.
Whether you’re stocking up for later use or looking for a way to share XP with your friends, the **XP Bottles Datapack** is a must-have addition to your Minecraft experience! Download now and take control of your XP like never before.
## Uninstalling
Ready to say goodbye to the Datapack? No problem! Simply follow these **simple steps**:
1. Access the Chat Window.
2. Enter the Uninstall Command and press Enter:
“`
/function xpbottles:uninstall
“`
3. You can now remove it safely from the Datapacks folder, every trace of the datapack has been removed.
### Additional Notes
– Compatible with all other datapacks, following the standard conventions.
– This datapack was coded using JMC
XP Boost Enchantment
# XP Boost Enchantment



## 📖 Description
New enchantment with three levels for get extra xp on using tools and weapons!
The enchantment can be obtained from the enchantment table, loot chests or trading with villagers.
## ⌨️ Commands
Give:
“`mcfunction
/loot give @s loot xp_boost_enchantment:xp_boost/
“`
Enchant:
“`mcfunction
/enchant @s xp_boost_enchantment:xp_boost
“`
## 🪪 License
AGPL-3.0-or-later
## 👾 Bugs/Issues
Please report any problem/bug/issues in the Discord Server.
## 💌 Donate
– Donate on Ko-Fi
– Donate on PayPal
## 🎁 Server Hosting
Creating your own server can be a very lengthy, tedious and costly process.
But with BisectHosting, you get your own server in just a couple of clicks! With their 24/7 support and fast-response time, no issues shall stand in your way!
Interested? Then we’ve got a deal for you!
https://bisecthosting.com/lullaby
