config click combos - magemonkeystudio/fabled GitHub Wiki

🖱️ Config: Click Combos

The Click Combos section of config.yml controls whether players can use input combinations (like L-R-L-R) to cast skills, and what types of input are available.

File location:

/plugins/Fabled/config.yml

🧩 Combo System Settings

enabled: true|false

Enables or disables the click combo system entirely.


allow-custom: true|false

Allows players to define their own click combos in-game.


auto-assign: true|false

Automatically assigns available combos to skills that don’t already have a combo manually set.


🖱️ Allowed Click Types

Each setting below enables or disables certain types of inputs used in combos:

use-click-left: true         # Allow left clicks
use-click-right: true        # Allow right clicks
use-click-shift: false       # Allow shift clicks (overridden by the next two)
use-click-right-shift: false # Allow right+shift only (disables use-click-shift)
use-click-left-shift: false  # Allow left+shift only (disables use-click-shift)
use-click-space: false       # Allow jump (spacebar) clicks
use-click-q: false           # Allow Q (drop item) input
use-click-f: false           # Allow F (swap hand) input

⚠️ Enabling use-click-q disables dropping items normally.
⚠️ Enabling use-click-f disables swapping hands normally.


🔢 Combo Length & Timing

combo-size: 4       # Number of clicks in a full combo
click-time: 1.0     # Timeout in seconds before resetting input chain

🔗 Related Pages

Casting Modes