Add PlayerAdvancementRevokeEvent and PlayerAdvancementCriterionRevokeEvent
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 3.5k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem?
For things like keep a track or make shared advancements we have PlayerAdvancementDoneEvent for the done advancements but for revoke not
Describe the solution you'd like.
Add a new event like PlayerAdvancementRevokeEvent and PlayerAdvancementCriterionRevokeEvent called when an advancement/criterion its revoke
Describe alternatives you've considered.
Listen for commands calls for know when a revoke its called
Other
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing PlayerAdvancementDoneEvent and the advancement revoke handling in the Paper API and server code. Compare how completed advancements and criteria are exposed, then determine where revoke notifications must be emitted. Done means both requested events are available and are called when an advancement or criterion is revoked, with tests covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100