/pkl reload
Reloads everything PKL without restarting the game:
/pkl reloadSteps, in order:
- Clears collected errors.
- Re-evaluates changed
.pklfiles (mtime-checked, unchanged files stay cached) and reloads the server data system, like vanilla/reload. - Re-runs every config registered through config support.
Timing and error count print in chat when done.
What reloads and what doesn’t
| Feature | /pkl reload |
|---|---|
data/ loose files (recipes, loot tables, tags, …) | ✅ |
datapacks/ folder and zip packs | ✅ |
| Recipe removals | ✅ |
| ProjectE world transmutations | ✅ |
| Registered mod configs | ✅ |
| EMI customization (client assets) | ❌ use F3+T |
| Totemic instruments and totem carvings | ❌ registry-frozen, needs restart |
| Worldgen (biomes, features, dimensions) | ⚠️ reloads, but existing chunks keep their generation |