Bug fixes:
• Hub GUI items now show custom item-model and custom-model-data correctly
• Event claim GUI buttons and level items now respect item-model and custom-model-data
Improvements:
• Console warns once if item-model is used on Paper below 1.21.2
New features:
• Placeable hunt heads and shop GUI items now support item-model and custom-model-data
• Head categories can use per-index map entries with item-model instead of texture-only lists
Bug fixes:
• /perfskullhunt give no longer skips heads that only use item-model without a texture string
Code:# plugins/PerfSkullHunt/config.yml — head-categories map format (example): head-categories: easter: heads: "0": texture: "optional-base64-texture" item-model: "mypack:easter_egg" custom-model-data: 123 material: PLAYER_HEAD # plugins/PerfSkullHunt/gui/event-shop-gui.yml — per shop item (optional): # custom-model-data: 5 # item-model: "mypack:shop_icon"
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Bug fixes:
• Sign search GUI no longer leaves oak signs or barrier blocks in the world after restarts, reloads, or unclean shutdowns
Bug fixes:
• Player heads that are not hunt skulls (decorations, vanilla heads, etc.) can be broken again by default; only heads registered in the plugin still use the admin break rules
Bug fixes:
• Leaderboard player search: closing the sign editor no longer leaves the temporary sign and barrier block in the world
