VZone Plugins/VHoppers/menus/analytics.yml

Config

This page mirrors the default menus/analytics.yml file from the plugin.

menus/analytics.yml
# ============================================================================
# VHopper analytics menu
# ============================================================================
gui-version: 1
title: "&0VHopper > Analytics"
rows: 5

items:
  background:
    material: BLACK_STAINED_GLASS_PANE
    action: decoration
    slots:
      - "0-9"
      - 18
      - 27
      - "36-38"
      - 8
      - 17
      - 26
      - 35
      - "42-44"
    display_name: " "

  decoration:
    material: TINTED_GLASS
    action: decoration
    slots:
      - 39
      - 41
    display_name: " "

  item_flow:
    material: HOPPER
    action: item-flow
    slot: 19
    display_name: "&b&lItem Flow"
    lore:
      - "&8Statistics"
      - ""
      - "&7Collected: &f{collected_items}"
      - "&7Moved/Processed: &f{moved_items}"
      - "&7Sold: &f{sold_items}"
      - "&7Earned: &a{earned_money}"

  chunk_loaded:
    material: LIME_DYE
    action: chunk-status
    slot: 21
    display_name: "&a&lChunk Loaded"
    lore:
      - "&8Runtime State"
      - ""
      - "&7Status: {chunk_status}"
      - "&7Location: &f{chunk_location}"

  chunk_unloaded:
    material: GRAY_DYE
    action: chunk-status
    slot: 21
    display_name: "&7&lChunk Unloaded"
    lore:
      - "&8Runtime State"
      - ""
      - "&7Status: {chunk_status}"
      - "&7Location: &f{chunk_location}"

  activity:
    material: CLOCK
    action: activity
    slot: 23
    display_name: "&e&lActivity"
    lore:
      - "&8Last Known State"
      - ""
      - "&7Last active: &f{last_active}"
      - "&7Last status: &f{last_status}"

  module_activity:
    material: COMPARATOR
    action: module-activity
    slot: 25
    display_name: "&d&lModule Activity"
    lore:
      - "&8Per Module"
      - ""
      - "&7Collector: &f{collector_activity}"
      - "&7Dealer: &f{dealer_activity}"
      - "&7Void: &f{void_activity}"
      - "&7Smelter: &f{smelter_activity}"
      - "&7Compressor: &f{compressor_activity}"
      - "&7Seller: &f{seller_activity}"

  back:
    material: ARROW
    action: back
    slot: 40
    display_name: "&#FF0000← Back"