- Implemented command-tree for ease-of-use setting changes and command reload.
- Enhanced UpdateChecker and fixed String conversion issues causing error "[AutonomousBreeding] Error checking for updates: For input string: "V1".
/ab
├──
settings
│ ├──
default
│ ├──
reload
│ ├──
cycles_per_tick
│ │ ├──
<integer value> (e.g., 4, 10, 20)
│ │ └──
default
│ ├──
max_breeding_distance
│ │ ├──
<double value> (e.g., 10.0, 15.5)
│ │ └──
default
│ ├──
love_mode_ticks
│ │ ├──
<integer value> (e.g., 20000)
│ │ └──
default
│ ├──
interval_in_ticks
│ │ ├──
<integer value> (e.g., 600)
│ │ └──
default
│ ├──
continue_without_players
│ │ ├──
true
│ │ ├──
false
│ │ └──
default
│ ├──
breedable_animals
│ │ ├──
add
│ │ │ ├──
<animal> (suggests animals not already in the list)
│ │ │ └──
all
│ │ ├──
remove
│ │ │ ├──
<animal> (suggests animals currently in the list)
│ │ │ └──
all
│ │ ├──
list
│ │ └──
default
└──
reload