Plot Analysis
Introduction
Why is this better than the previous blocks modified?
How do I manually calibrate plot analysis?
clear:
auto:
# If auto clearing is enabled
enabled: true
# If the threshold is set to -1, all plots will be cleared
# Otherwise, any expired plot less than this threshold will be cleared
threshold: -1
# This section can be auto calibrated, or done yourself
calibration:
changes_sd: 64 # The Standard Deviation of the changes per column
variety_sd: 1 # The Standard Deviation of the variety of Materials per column
faces_sd: 32 # The Standard Deviation of the number of block faces showing per column
air: 0 # The mean of the amount of air per column
faces: 2 # The mean of the number of block faces showing per column
changes: 1 # The mean of the changes per column
data_sd: 1 # The Standard Deviation of the variety of the "BlockData" per column
variety: 1 # The mean of the variety of Materials per column
air_sd: 0 # The Standard Deviation of the variety of the amount of air per column
data: 32 # The mean of the variety of "BlockData" per column
# The interval at which plots are cleared (lower is faster)
clear-interval-seconds: 10
# Any plot older than this will be checked and possibly cleared
days: 7How do I auto calibrate plot analysis?
Last updated