InteractiveChat
InteractiveChat parses PlaceholderAPI placeholders in player-name hover tooltips. Add Rep lines toPlayer.Hover.Text in plugins/InteractiveChat/config.yml:
plugins/InteractiveChat/config.yml
/ic reload or restart the server.
Verify
%rep_score%), confirm PlaceholderAPI and Rep are loaded, then run /papi reload.
Notes
- InteractiveChat only matches online player names in chat. Offline names do not get hover tooltips.
- Rep reads cached player data. If a hovered player is online but not yet cached, placeholders may return empty until their record loads.
- InteractiveChat processes chat on async threads. If an expansion misbehaves off-thread, set
Settings.ParsePAPIOnMainThread: truein the InteractiveChat config.
DeluxeChat
DeluxeChat supports PlaceholderAPI in chat formats and tooltip fields. Use%rep_score%, %rep_rank%, or %rep_prefix% in any DeluxeChat placeholder slot that passes through PAPI.
For player-name tooltips, check your DeluxeChat format’s name_tooltip (or equivalent) field and add rep lines the same way you would in InteractiveChat:
Other PlaceholderAPI consumers
Any plugin that resolves PAPI placeholders works with Rep:
See Placeholders for the full list.
Related pages
- Placeholders — every Rep PAPI value
- Features — Core reputation mechanics
