mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
make default config more vanilla like by disabling level limiting.
This commit is contained in:
parent
1f05e6ef59
commit
af892aabe0
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ object ConfigOptions {
|
||||||
// Default value for enchantment limits
|
// Default value for enchantment limits
|
||||||
private const val DEFAULT_ENCHANT_LIMIT = 5
|
private const val DEFAULT_ENCHANT_LIMIT = 5
|
||||||
// Default value for limiting repair cost
|
// Default value for limiting repair cost
|
||||||
const val DEFAULT_LIMIT_REPAIR = true
|
const val DEFAULT_LIMIT_REPAIR = false
|
||||||
// Default value for repair cost limit
|
// Default value for repair cost limit
|
||||||
const val DEFAULT_LIMIT_REPAIR_VALUE = 39
|
const val DEFAULT_LIMIT_REPAIR_VALUE = 39
|
||||||
// Default value for level cost on item repair
|
// Default value for level cost on item repair
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ import org.bukkit.configuration.ConfigurationSection
|
||||||
|
|
||||||
object MetricsUtil {
|
object MetricsUtil {
|
||||||
|
|
||||||
private const val baseConfigHash = -1527723485
|
private const val baseConfigHash = -1592940914
|
||||||
private const val enchantLimitsConfigHash = 781312397
|
private const val enchantLimitsConfigHash = 781312397
|
||||||
private const val enchantValuesConfigHash = 1072574774
|
private const val enchantValuesConfigHash = 1072574774
|
||||||
private const val enchantConflictConfigHash = 1406650190
|
private const val enchantConflictConfigHash = 1406650190
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Whether all anvil actions should be capped
|
# Whether all anvil actions should be capped
|
||||||
#
|
#
|
||||||
# If true, all anvil repairs will max out at the value of limit_repair_value
|
# If true, all anvil repairs will max out at the value of limit_repair_value
|
||||||
limit_repair_cost: true
|
limit_repair_cost: false
|
||||||
|
|
||||||
# Value to limit repair costs to when limit_repair_cost is true
|
# Value to limit repair costs to when limit_repair_cost is true
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue