mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Removed ability to attack players, added an option to have a whitelist or a blacklist mode.
This commit is contained in:
parent
58b171cec0
commit
932d25f125
4 changed files with 32 additions and 21 deletions
|
|
@ -204,11 +204,11 @@ cooldownseconds=auto # How long to wait between each attack. Use a
|
|||
interaction=Attack # Possible values: Interact, Attack (default), InteractAt (Interact and Attack)
|
||||
attackhostile=true # Allow attacking hostile mobs
|
||||
attackpassive=false # Allow attacking passive mobs
|
||||
attackplayers=false # Allow attacking players
|
||||
# A path to the file which contains blacklisted entities (will not attack them), entity types are written on a new line
|
||||
listmode=blacklist # Wether to treat the list from the file bellow as a whitelist or as a blacklist
|
||||
# A path to the file which contains blacklisted or whitelisted entities, entity types are written on a new line
|
||||
# All entity types can be found here: https://bit.ly/3Rg68lp
|
||||
# The file is not created by default.
|
||||
blacklist=autoattack-blacklist.txt
|
||||
listfile=autoattack-list.txt
|
||||
|
||||
[AutoFishing]
|
||||
# Automatically catch fish using a fishing rod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue