history

Used to get global session history about a player from the database.

Example
history:
  type: "history"
  enabled: true
  name: "history"
  not_found: "{error_colour}Player could not be found."
  # Amount of sections on a page.
  page_size: 5
  
  # [OPTIONAL]
  # %page% : The number of the page the player is currently viewing.
  # %page_amount% : The amount of pages they can see.
  header: '&8&m&l------&r &a&l<player>''s History &7[&f%page%&7/&f%page_amount%&7] &8&m&l------'
  
  # %event% : The history event.
  # %server% : The server involved in the history.
  # %date% : The date and time it occurred.
  section: '&7- %event%&r %server%&r &7%date%'
  
  # [OPTIONAL]
  # %page% : The number of the page the player is currently viewing.
  # %page_amount% : The amount of pages they can see.
  footer: '&8&m&l---------------------'
Example 2
history:
  type: "history"
  enabled: true
  name: "history"
  not_found: 
  - "{error_colour}Message:"
  - "{error_colour}Player could not be found."
  # Amount of sections on a page.
  page_size: 5
  # %event% : The history event.
  # %server% : The server involved in the history.
  # %date% : The date and time it occurred.
  section: 
  - "&7- %event%"
  - '&7 &r %server%&r &7%date%'