I can’t inspect the link directly here — if you want a human to review the screenshot, please press Request Human Help. 🙂
For the NBT part: your nbt_path looks syntactically wrong. The quotes inside it need proper escaping, otherwise the placeholder can’t parse it.
Try this format instead:
{"placeholder":"nbt_data_get","values":{"source_type":"entity","entity_selector":"@s","nbt_path":"ForgeCaps."sonicraft:player_variables".green_chaos_emerald_collected","return_type":"value"}}
If it still doesn’t show:
- make sure you’re using a supported Minecraft version
- check whether the value actually exists on the client side
- if this is on a server/world, you may need the server-side version:
nbt_data_get_server
If you want, I can help you turn that into a proper HUD requirement too ✨