> For the complete documentation index, see [llms.txt](https://cozy-1.gitbook.io/dev-example2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cozy-1.gitbook.io/dev-example2/currency/configuration-files-config.yml/logs_menu.yml.md).

# logs\_menu.yml

## `plugins/ManticCurrency/logs_menu.yml`

```
# Toggles whether the GUI menu is enabled. If false, gift cards are listed in chat instead.
enabled: true

# The title displayed at the top of the inventory menu.
title: '&8Currency Logs'

# The key character in the layout that marks slots for paginated transactions items.
transaction-key: x

# The format used for the {time} placeholder (e.g., dd-MM-yyyy HH:mm:ss).
time-format: dd-MM-yyyy HH:mm:ss

# When true, only logs from the current realm will be shown.
realm-specific-logs: true

# Visual layout of the menu.
# Use the 'transactionKey' ('x' by default) for gift card slots.
# Other keys: '<' (previous page), '>' (next page), 'i' (info items).
layout:
- xxxxxxxxx
- xxxxxxxxx
- xxxxxxxxx
- xxxxxxxxx
- '##<###>#i'

# Configuration for the item that navigates to the previous page.
previous-page-item:
  display-name: '&aPrevious Page'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWZhMjJjYzZkZGQ1NjlhNmNlODk0YWFiOTA2YjczZGI4YmE4OWY2YTJiYjA3MWJhYjIyZTU3YTRmMDg4NWFiZiJ9fX0=
  lore: []
  glow: false
  material: ''
  durability: 0
  key: <
  action: ''

# Configuration for the item that navigates to the next page.
next-page-item:
  display-name: '&aNext Page'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjYzMTRkMzFiMDk1ZTRkNDIxNzYwNDk3YmU2YTE1NmY0NTlkOGM5OTU3YjdlNmIxYzEyZGViNGU0Nzg2MGQ3MSJ9fX0=
  lore: []
  glow: false
  material: ''
  durability: 0
  key: '>'
  action: ''

# The item used to fill empty slots on the last page of the GUI.
blank-filler-item:
  display-name: ' '
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFkYzA0OGE3Y2U3OGY3ZGFkNzJhMDdkYTI3ZDg1YzA5MTY4ODFlNTUyMmVlZWQxZTNkYWYyMTdhMzhjMWEifX19
  lore: []
  glow: false
  material: ''
  durability: 0
  key: x
  action: ''

# The template for the GUI item representing a single transaction log.
# Available placeholders:
#  {item}     - The display name of the purchased item
#  {category} - The category the item belongs to
#  {cost}     - The amount of currency spent
#  {time}     - The formatted date and time of purchase
#  {raw_time} - The timestamp in milliseconds
#  {place}    - The index number in the list
#  {realm}    - The realm of the purchased item
currency-item-template:
  display-name: '{item}'
  skull: ''
  lore:
  - ' '
  - '&e&lInformation'
  - ' &8➸ &7Item: &f{item}'
  - ' &8➸ &7Category: &f{category}'
  - ' &8➸ &7Cost: &6⛁ &e{cost}'
  - ' &8➸ &7Time: &f{time}'
  - ' &8➸ &7Realm: &f{realm}'
  - ' '
  glow: false
  material: PAPER
  durability: 0
  key: '#'
  action: ''

# A list of any static items to be placed in the menu (e.g., help/info items).
static-menu-items:
- display-name: '&7'
  skull: ''
  lore: []
  glow: false
  material: STAINED_GLASS_PANE
  durability: 7
  key: '#'
  action: ''
- display-name: '&bInformation'
  skull: ''
  lore:
  - '&7Viewing your recent currency transactions.'
  glow: true
  material: BOOK
  durability: 0
  key: i
  action: ''

```
