Books

Example of already written book

mysterious_book:
  enabled: true
  permission: mysterious_book
  model_id: 1
  name: '&fMysterious Book'
  specific_properties:
    already_written: true
    author: 'Me'
    generation: 'TATTERED'
    pages:
      - 'My super secret book first page'
      - 'My super secret book second page'

Example of writable book/letter/item

letter:
  enabled: true
  permission: letter
  model_id: 2
  name: '&fLetter'
  craft_recipe:
    enabled: true
    pattern:
      - XXX
      - XRP
      - XPP
    ingredients:
      P: PAPER
      R: RED_DYE

Specific properties

  specific_properties:
    already_written: true #if the book already contains text
    author: 'Me' 
    generation: 'TATTERED' #this is the book "quality", it can have some values

generation can have these values:

  • ORIGINAL

  • COPY_OF_ORIGINAL

  • COPY_OF_COPY

  • TATTERED

Last updated