mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Changed Spout notification tiers to be stored in SpoutConfig instead of
AdvancedConfig. Also restructured some Spout stuff for easier readability.
This commit is contained in:
@ -406,15 +406,6 @@ Skills:
|
||||
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
|
||||
DoubleDrops_ChanceMax: 100.0
|
||||
DoubleDrops_MaxBonusLevel: 1000
|
||||
Spout:
|
||||
#
|
||||
# Settings for the Spout notifications, when a player reaches a higher tier, the image of the notification will change.
|
||||
###
|
||||
Notifications:
|
||||
Tier1: 200
|
||||
Tier2: 400
|
||||
Tier3: 600
|
||||
Tier4: 800
|
||||
#
|
||||
# Customize the kraken!
|
||||
###
|
||||
|
@ -70,3 +70,8 @@ HUD:
|
||||
BLUE: 0.75
|
||||
GREEN: 0.3
|
||||
RED: 0.3
|
||||
Notifications:
|
||||
Tier1: 200
|
||||
Tier2: 400
|
||||
Tier3: 600
|
||||
Tier4: 800
|
Reference in New Issue
Block a user