Skip to content

Per item exp config

Sets a different experience cost for specific items. Items not listed here use experiences from the common config.

File: config/uncrafteverything-exp.json
Command: /ueconfig exp (creative mode or operator only)

Format

Entries go in the PerItemExp object. Each entry maps an item selector to a cost.

PartFormatExample
KeyAn item selector: item ID, wildcard or #tagminecraft:netherite_*
ValueExperience per uncraft, a positive whole number2

The cost is in levels or points, depending on experienceType in the common config.

Example file

json
{
	"PerItemExp": {
		"minecraft:netherite_*": 2,
		"minecraft:dirt": 3
	}
}

The default file sets netherite items to 2.

In-game screen

Run /ueconfig exp to add, edit and delete entries without touching the JSON. Only players in creative mode or with operator permission can open it.

Per item exp config screen

Released under CC0 1.0.