Command: itemaverages - teakivy/teaks-tweaks GitHub Wiki

Command: /itemaverages

/itemaverages is the base command for the Item Averages pack.

Parent Pack

item_averages

This command will only be active when it's parent pack is enabled.

Usage

/itemaverages <create | uninstall>

This is a player-only command

Sub Commands

/itemaverages create

  • Used to create an item tracker.

/itemaverages uninstall

  • Used to remove all currently loaded item trackers from the world.

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

"itemaverages.command_description": "Calculate how many items flow through a source in 2 minutes.",
"itemaverages.error.tracker_in_use": "<red>A tracker is already in use!",
"itemaverages.tracker_created": "<yellow>Created a tracker source at XYZ: <x> <y> <z>",
"itemaverages.tracker_mass_removed": "<yellow>Removed <count> Tracker Sources!",

itemaverages.command_description

  • Default - Calculate how many items flow through a source in 2 minutes.

itemaverages.error.tracker_in_use

  • Default - <red>A tracker is already in use!

itemaverages.tracker_created

  • Default - <yellow>Created a tracker source at XYZ: <x> <y> <z>
  • Placeholders
    • x - The X coordinate.
    • y - The Y coordinate.
    • z - The Z coordinate.

itemaverages.tracker_mass_removed

  • Default - <yellow>Removed <count> Tracker Sources!
  • Placeholders
    • count - The amount of item trackers removed.
⚠️ **GitHub.com Fallback** ⚠️