Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flight cancellation options #1378

Open
AfkF24 opened this issue Apr 10, 2020 · 0 comments
Open

More flight cancellation options #1378

AfkF24 opened this issue Apr 10, 2020 · 0 comments

Comments

@AfkF24
Copy link

AfkF24 commented Apr 10, 2020

Idea

Add config options to set whether /f fly should only be disabled when in combat with players, mobs, both, or completely disabled (let combat logger plugins handle it). As of now, it gets disabled whenever you damage something (even when punching item frames).

Details

Basically:

commands {
    fly {
        disableOnCombat {
            enable=[true|false] #should the module be enabled at all
            players=[true|false] #if module is enabled, should fly get disabled vs players
            mobs=[true|false] #if module is enabled, should fly get disabled vs mobs
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants