Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last month
Updated 2 weeks ago
Mob XP
Change the amount of xp any mob drops when being killed. Includes being able to change the amount of xp the Ender Dragon drops on the first kill and subsequent kills after that.
Configuration
On first run config file will be generated in config/mobxp.json.
- Find the mob identifier for the mob
- Set the "experiencePoints" to the xp you want for that mob
- Enable it by setting "enabled" to true
- Set "random" to true if you want the xp amount to randomize between 1 and "experiencePoints"
Example config
- Sets Ender Dragon xp drops to 15,000 for both first kill and all other kills
- Sets Villager xp drops to 1,000
{
"dragonXP": 15000,
"firstDragonXP": 15000,
"xp": {
"minecraft:villager": {
"enabled": true,
"experiencePoints": 1000,
"random": false
}
}
}



