BetonQuest/BetonQuest

Handle banners as special items

Fermée

#4 213 ouverte le 13 août 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Java (178 forks)auto 404
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

  1. Create a ItemMetaHandler implementation that handles attributes that are specific to banners in minecraft such as its pattern or color
  2. Add the handler to the list of handlers in SimpleQuestItemFactory to be used when parsing simple item instructions
  3. Document your additions to the documentation for special item types
  4. 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

Guide contributeur