You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My suggestion is to add support for PlaceholderAPI in AAC configuration, example (MOST LIKELY IT WONT EVEN WORK ITS JUST AN EXAMPLE):
AutoEat:
# Do you want to enable the AutoEat check?
enabled: true
# This message will appear in AAC's status when AAC is used.
aacfeatureinfo: "[AACAdditionPro] Player has botlike eating behaviour"
# The VL of the player is multiplied with this constant to get the score of the player used by AAC.
aacscoremultiplier: %player_ping%
# Violation before AACAdditionPro starts to cancel the consume events.
# Set this to 0 to never cancel the events.
cancel_vl: 6
# After a detection which surpasses cancel_vl AACAdditionPro cancels all attempts to consume an item for the
# duration of timeout (in milliseconds).
timeout: 5000
# Map of violation levels to command
thresholds:
3: "aac notify {player} in {world} is suspected for AutoEat"
6: "aac notify {player} in {world} is highly suspected for AutoEat"
10: "aackick {player} AutoEat"
The text was updated successfully, but these errors were encountered:
My suggestion is to add support for PlaceholderAPI in AAC configuration, example (MOST LIKELY IT WONT EVEN WORK ITS JUST AN EXAMPLE):
The text was updated successfully, but these errors were encountered: