Pack: Item Averages - teakivy/teaks-tweaks GitHub Wiki

Pack: Item Averages (item-averages)

Item Averages adds a marker that tracks items flowing past it for 2 minutes, then calculates how many of each item will run through per hour.

Note Do not reload/restart the server while a tracker is in the world! In this case use /itemaverages remove to remove existing trackers.

Showcase

image

Config

The config for this pack can be found in the config.yml file for the plugin.

# Item Averages
# Adds a marker that tracks items flowing past it for 2 minutes, then calculates how many of each item will run through per hour
# Do not reload/restart the server while a tracker is in the world! In this case use /itemaverage remove to remove existing trackers.
#
# Commands:
# /itemaverages create (Permission: teakstweaks.command.itemaverages)
# /itemaverages uninstall (Permission: teakstweaks.command.itemaverages.uninstall)
item-averages:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

Linked Commands

Permissions

teakstweaks.command.itemaverages

  • Default - true
  • Description - Controls whether the player can use the /itemaverages command

teakstweaks.command.itemaverages.uninstall

  • Default - op
  • Description - Controls whether the player can use the /itemaverages uninstall command

Messages

"item_averages.name": "Item Averages",
"item_averages.description": "Adds a marker that tracks items flowing past it for 2 minutes, then calculates how many of each item will run through per hour.<newline>Command: /itemavgerage",
"item_averages.source_production": "<yellow>This source produces ± per hour:",
"item_averages.item": "<gold><amount></gold> <item>",
"item_averages.no_items": "<yellow>No items passed through the source!",
"item_averages.log_finish": "Finished Tracking",

item_averages.name

  • Default - Item Averages

item_averages.description

  • Default - Adds a marker that tracks items flowing past it for 2 minutes, then calculates how many of each item will run through per hour.<newline>Command: /itemavgerage

item_averages.source_production

  • Default - <yellow>This source produces ± per hour:

item_averages.item

  • Default - <gold><amount></gold> <item>
  • Placeholders
    • amount - The amount of the item calculated to pass through per hour.
    • item - The item tracked.

item_averages.no_items

  • Default - <yellow>No items passed through the source!

item_averages.log_finish

  • Default - Finished Tracking
⚠️ **GitHub.com Fallback** ⚠️