config interaction - goflishMC/fabled-temp GitHub Wiki

🤝 Config: Interaction

The Interaction section of config.yml controls how physical actions such as right-clicking or swinging your arm are interpreted by the plugin.

File location:

/plugins/Fabled/config.yml

🖱️ Click Interpretation Settings

'interact-is-right-click': true|false

If set to true, right-clicking an entity (e.g., NPC, mob, player) is treated the same as a regular right-click.
Useful for skills that are triggered by right-click input.


'animation-is-left-click': true|false

If set to true, any arm swing is treated as a left-click, overriding default behavior.

⚠️ Not recommended, as it can cause left-clicks to register even when the player right-clicks.


🔗 Related Pages