SirBlobman / CombatLogX

A modular Spigot plugin that prevents players from logging out during combat and has many expansions for extra features.
https://www.spigotmc.org/resources/31689/
GNU General Public License v3.0
154 stars 52 forks source link

Re-enable flight requires permission to work #370

Closed ga6rielsilva closed 2 years ago

ga6rielsilva commented 2 years ago

Server Implementation

Paper

Server Version

1.8.9

CombatLogX Version

Latest version:

download

Feature Request

Permission to reactivate player's fly when combat is over

Screenshot_3

SirBlobman commented 2 years ago

V11 does not use re-enable flight, it handles this differently. Sorry for any inconvenience.

Cheat Prevention flight.yml in V11:

# Should players be prevented from flying during combat?
# Default: true
prevent-flying: true

# If a players flight is deactivated by CombatLogX, should the plugin prevent them from taking fall damage?
# The fall damage prevention only works once after flight is disabled.
# Default: true
prevent-fall-damage: true

# Should the 'allow-flight' flag be set to false on a player?
# This may prevent toggle spam but players won't be able to fly after combat ends.
# Default: false
force-disable-flight: false