gui.yml

Default gui.yml

quest-gui:
  name: "&f&lQUESTS"
  row: 5
  pattern:
    - "122222221"
    - "222222222"
    - "222222222"
    - "222222222"
    - "122222221"
  items:
    '1':
      material: LIME_STAINED_GLASS_PANE
      name: "&8"
    '2':
      material: BLACK_STAINED_GLASS_PANE
      name: "&8"
  services:
    DAILY:
      - 13
    WEEKLY:
      - 19
      - 20
      - 22
      - 24
      - 25
    MONTHLY:
      - 28
      - 31
      - 34
  messages:
    quest_done: '&aYou have successfully done this quest.'
    quest_progression: '#64CCC5Progress: #176B87%quest_progression%&8/#176B87%quest_required%'
    quest_not_done: '#BB2525This quest is not done yet.'

quest-gui.services

  • Slots on which quests corresponding to the reset_id will appear.

Last updated