mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
XP events now use the Title API
Configurable in advanced.yml
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
# Settings for the Skills
|
||||
###
|
||||
Feedback:
|
||||
# If sendtitles is true messages will be sent using the title api (BIG TEXT ON SCREEN)
|
||||
Events:
|
||||
XP:
|
||||
SendTitles: true
|
||||
#The actionbar is the message location right above the health bar
|
||||
## If you disable the action bar messages, mcMMO will send the message to the chat system instead
|
||||
ActionBarNotifications:
|
||||
@ -22,7 +26,7 @@ Feedback:
|
||||
SendCopyOfMessageToChat: false
|
||||
HardcoreMode:
|
||||
Enabled: true
|
||||
SendCopyOfMessageToChat: false
|
||||
SendCopyOfMessageToChat: true
|
||||
RequirementsNotMet:
|
||||
Enabled: true
|
||||
SendCopyOfMessageToChat: false
|
||||
@ -61,7 +65,7 @@ Feedback:
|
||||
SendCopyOfMessageToChat: false
|
||||
NoPermission:
|
||||
Enabled: true
|
||||
SendCopyOfMessageToChat: false
|
||||
SendCopyOfMessageToChat: true
|
||||
PartyMessage:
|
||||
Enabled: true
|
||||
SendCopyOfMessageToChat: true
|
||||
|
@ -744,6 +744,8 @@ Commands.xprate.over=[[RED]]mcMMO XP Rate Event is OVER!!
|
||||
Commands.xprate.proper.0=[[RED]]Proper usage to change the XP rate is /xprate <integer> <true/false>
|
||||
Commands.xprate.proper.1=[[RED]]Proper usage to restore the XP rate to default is /xprate reset
|
||||
Commands.xprate.proper.2=[[RED]]Please specify true or false to indicate if this is an xp event or not
|
||||
Commands.Event.Start=[[GREEN]]mcMMO[[GOLD]] Event!
|
||||
Commands.Event.XP=[[DARK_AQUA]]XP Rate is now [[GOLD]]{0}[[DARK_AQUA]]x!
|
||||
Commands.xprate.started.0=[[GOLD]]XP EVENT FOR mcMMO HAS STARTED!
|
||||
Commands.xprate.started.1=[[GOLD]]mcMMO XP RATE IS NOW {0}x!
|
||||
XPRate.Event= [[GOLD]]mcMMO is currently in an XP rate event! XP rate is {0}x!
|
||||
|
Reference in New Issue
Block a user