Good First Issue
Métriques du dépôt
- Stars
- (316 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Short introduction
Create a custom ItemMetaHandler for banners in minecraft to be used in SimpleQuestItemFactory
Related
No response
Which common steps are required? This task requires...
- Changes to the code
- Changes to the database
- Changes to the documentation
- Updating changelog
- Additional unit testing
- Creating a migration
- Bumping the version of the api or library module
Steps to complete
- Create a ItemMetaHandler implementation that handles attributes that are specific to banners in minecraft such as its pattern or color
- Add the handler to the list of handlers in SimpleQuestItemFactory to be used when parsing simple item instructions
- Document your additions to the documentation for special item types
- Add an entry to the changelog at the end of the current release section under
Added
Additional context
Orientate yourself for the structure by reading through other ItemMetaHandler implementations