mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Supports setting thresholds
This commit is contained in:
parent
dac60200e0
commit
fc444fcbd6
3 changed files with 51 additions and 36 deletions
|
|
@ -209,17 +209,19 @@ enabled=false
|
|||
antidespawn=false
|
||||
main_hand=true # Use the main hand or the second hand to hold the rod.
|
||||
auto_start=true # Whether to start fishing automatically after entering a world.
|
||||
cast_delay=0.4 # How soon to re-cast after successful fishing.
|
||||
fishing_delay=3.0 # How long after entering the game to start fishing (seconds).
|
||||
fishing_timeout=300.0 # Fishing timeout (seconds). Timeout will trigger a re-cast.
|
||||
fishing_hook_threshold=0.2 # Fish hooks moving on the Y-axis above this threshold will be considered to have caught a fish.
|
||||
fishing_cast_delay=0.4 # How soon to re-cast after successful fishing.
|
||||
durability_limit=2 # Will not use rods with less durability than this (full durability is 64). Set to zero to disable this feature.
|
||||
auto_rod_switch=true # Switch to a new rod from inventory after the current rod is unavailable.
|
||||
stationary_threshold=0.001 # Hooks moving in the X and Z axes below this threshold will be considered stationary.
|
||||
hook_threshold=0.2 # A stationary hook moving on the Y-axis above this threshold will be considered to have caught a fish.
|
||||
log_fishing_bobber=false # For debugging purposes, you can use this log to adjust the two thresholds mentioned above.
|
||||
location= # Some plugins do not allow the player to fish in one place. This allows the player to change position/angle after each fish caught.
|
||||
# Floating point numbers can be used for both coordinates and angles. Leave blank to disable this function.
|
||||
# Change the angle only (recommended): location=yaw_1,pitch_1;yaw_2,pitch_2;...;yaw_n,pitch_n
|
||||
# Change position only: location=x1,y1,z1;x2,y2,z2;...;xn,yn,zn
|
||||
# Change both angle and position: location=x1,y1,z1,yaw_1,pitch_1;x2,y2,z2,yaw_2,pitch_2;...;xn,yn,zn,yaw_n,pitch_n
|
||||
# Change the angle only (recommended): location=yaw_1, pitch_1; yaw_2, pitch_2; ...; yaw_n, pitch_n
|
||||
# Change position only: location=x1, y1, z1; x2, y2, z2; ...; xn, yn, zn
|
||||
# Change both angle and position: location=x1, y1, z1, yaw_1, pitch_1; x2, y2, z2, yaw_2, pitch_2; ... ;xn, yn, zn, yaw_n, pitch_n
|
||||
|
||||
[AutoEat]
|
||||
# Automatically eat food when your Hunger value is low
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue