Skip to content

Configurations: Requirements configuration

TippieCodes edited this page Apr 10, 2021 · 3 revisions

The requirements of an advancement, see advancement configuration on how to configure advancements. The requirement section of an advancement consists of an unlimited amount of requirements, in the example below advancement and bevip are the identifiers.

advancements:
 requirementadvancement:
    requirements:
      advancement:
        type: advancement
        value: example.welcome
      bevip:
        type: permission
        value: rank.vip.permission
        display_item: EMERALD_BLOCK
        display_name: VIP rank
        message: Have the VIP rank bought in the store

type

The type of the requirement, see requirement types for a list of all default types

value

The value of the type see requirement types

display_item

The item that should be displayed in the requirements GUI

display_name

The name that the displayed item should have in the requirements GUI

message

What you must do to meet this requirement