Set lore edit defaults if absent

Also fix lore edit being enabled by default
This commit is contained in:
alexcrea 2025-03-10 14:31:46 +01:00
parent 3f15143c2b
commit bd917b84b4
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
2 changed files with 26 additions and 9 deletions

View file

@ -33,7 +33,7 @@ object LoreEditConfigUtil {
// --------------
// Per edit type configs defaults
const val DEFAULT_IS_ENABLED = true
const val DEFAULT_IS_ENABLED = false
const val DEFAULT_FIXED_COST = 1
const val DEFAULT_PER_LINE_COST = 0
const val DEFAULT_USE_COST_PENALTY = false