mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-26 22:02:40 +00:00
added the concept of feature modes, these are the modes in which a feature can operate, its basically a separate way how the feature does it jobs, for example mod mail might log or it might not. bot of these are different modes
refactored services for feature flag and feature config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
abstracto.postTargets.moderation=joinLog,leaveLog,warnLog,kickLog,banLog,editLog,deleteLog,muteLog,decayLog
|
||||
abstracto.features.moderation=false
|
||||
abstracto.features.warnings=false
|
||||
abstracto.features.warnDecay=false
|
||||
abstracto.features.logging=false
|
||||
abstracto.features.muting=false
|
||||
abstracto.features.moderation.enabled=false
|
||||
abstracto.features.warnings.enabled=false
|
||||
abstracto.features.warnDecay.enabled=false
|
||||
abstracto.features.logging.enabled=false
|
||||
abstracto.features.muting.enabled=false
|
||||
abstracto.warnings.warnDecay.days=90
|
||||
|
||||
abstracto.scheduling.jobs.unMuteJob.name=unMuteJob
|
||||
|
||||
Reference in New Issue
Block a user