You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: