Command: itemaverages - teakivy/teaks-tweaks GitHub Wiki
/itemaverages
is the base command for the Item Averages pack.
This command will only be active when it's parent pack is enabled.
/itemaverages <create | uninstall>
This is a player-only command
- Used to create an item tracker.
- Used to remove all currently loaded item trackers from the world.
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.
"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!",
- Default -
Calculate how many items flow through a source in 2 minutes.
- Default -
<red>A tracker is already in use!
- Default -
<yellow>Created a tracker source at XYZ: <x> <y> <z>
- Placeholders
-
x
- The X coordinate. -
y
- The Y coordinate. -
z
- The Z coordinate.
-
- Default -
<yellow>Removed <count> Tracker Sources!
- Placeholders
-
count
- The amount of item trackers removed.
-