- Fixed visual shield on hand change
- Now you can open the menu of the bot with shift+right click
New commands:
/bot spawn
/bot remove
/bot tpme
/bot tpto
Manually changes:
menu.yml
Diff:+ difficulty: + slot: 4 + material: "%difficulty_material%" + name: "{highlight}&lDIFFICULTY" + lore: + - "" + - "{muted}Current: %difficulty%" + - "" + - "{letters}Easy: Basic behavior" + - "{letters}Medium: Crit jumps, strafing" + - "{letters}Pro: Advanced PvP mechanics" + - "" + - "{success_light}Click to cycle!" + actions: + - "cycle_difficulty"
Manually changes:
menu.yml
Diff:+ main-hand: + slot: 12 + material: "%material_main_hand%" + name: "{warning}&lMAIN HAND" + lore: + - "" + - "{muted}Current: %main_hand_type%" + - "" + - "{info}Click to alternate!" + actions: + - "cycle_main_hand" + main-hand-knockback: + slot: 21 + material: SLIME_BALL + name: "{warning}&lMAIN HAND KNOCKBACK" + lore: + - "" + - "{muted}Current: %main_hand_knockback%" + - "{muted}(Only applies to sword)" + - "" + - "{info}Click to alternate!" + actions: + - "cycle_main_hand_knockback" + off-hand: + slot: 30 + material: "%material_off_hand%" + name: "{info}&lOFF HAND" + lore: + - "" + - "{muted}Current: %off_hand_type%" + - "" + - "{info}Click to alternate!" + actions: + - "cycle_off_hand" - shield-toggle: - slot: 42 - material: SHIELD - name: "{info}&lSHIELD" - lore: - - "" - - "{muted}Current: {highlight}%shield_mode%" - - "" - - "{success_light}Click to toggle!" - actions: - - "toggle_shield"
