mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-05 15:14:44 +02:00
Fixing some issues with scoreboards, it's getting late so I'll take a better look at them in the morning.
This commit is contained in:
src/main
java
com
gmail
nossr50
config
datatypes
interactions
events
listeners
skills
util
scoreboards
resources
@ -23,16 +23,21 @@ Skills:
|
||||
LevelUps: true
|
||||
ToolReady: true
|
||||
SubSkillInteraction: true
|
||||
SubSkillFailure: true
|
||||
SubSkillUnlocked: true
|
||||
SuperAbilityInteraction: true
|
||||
SuperAbilityAlertOthers: true
|
||||
ExperienceGain: true
|
||||
General:
|
||||
Ability:
|
||||
EnchantBuff: 5
|
||||
# IncreaseLevel: This setting will determine when the length of every ability gets longer with 1 second
|
||||
# EnchantBuff: This setting determines how many enchant levels to use when buffing Super Breaker & Giga Drill Breaker
|
||||
IncreaseLevel: 5
|
||||
EnchantBuff: 5
|
||||
ClassicScaling:
|
||||
IncreaseLevel: 50
|
||||
StandardScaling:
|
||||
IncreaseLevel: 5
|
||||
|
||||
#
|
||||
# Settings for Acrobatics
|
||||
###
|
||||
@ -675,6 +680,8 @@ Skills:
|
||||
Style:
|
||||
JSON:
|
||||
Notification:
|
||||
SubSkillFailure:
|
||||
Color: RED
|
||||
AbilityOff:
|
||||
Color: GRAY
|
||||
LevelRequirementNotMet:
|
||||
|
@ -17,6 +17,7 @@ General:
|
||||
# This is the value that is skill level requirements are multiplied by in Classic Mode (Default is 10)
|
||||
Classic_LevelReq_Factor: 10
|
||||
# This is the value that the xp required to level is multiplied by when in classic mode
|
||||
# Default is 1
|
||||
Classic_XP_Formula_Factor: 1
|
||||
Locale: en_US
|
||||
MOTD_Enabled: true
|
||||
|
Reference in New Issue
Block a user