I’d like to design a feature for our community where users need to spend points to access certain rewards (e.g., deducting points to view full post content, redeeming points for UI customization, etc.). Are there any available plugins that can implement this functionality?
The official Discourse Gamification plugin supports both awarding and deducting points This enables workflows such as “redeem points for rewards” or “spend points to access something.”
How it works: You issue a custom event with a negative value (e.g., -1000 points for unlocking a reward).
Limitation: There is currently no built-in UI for users to redeem points—this must be handled via API or custom code/integration.