diff --git a/Changelog.txt b/Changelog.txt index f047258a8..3fac58362 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -3,8 +3,23 @@ Version 2.1.171 Fixed a bug where Archery XP would calculate incorrectly Axes can now replant cocoa plants (thanks Lyther) Players who level up at certain milestones have their level ups broadcast to the server (very configurable and optional, see notes) - Added Level_Up_Chat_Broadcasts settings to config.yml under General New locale string 'Broadcasts.LevelUpMilestone' + Added 'General.Level_Up_Chat_Broadcasts.Enabled' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Milestone_Interval' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Broadcast_Targets.Send_To_Console' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Broadcast_Targets.Only_Party_Members' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Broadcast_Targets.Only_Same_World' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Broadcast_Targets.Distance_Restrictions.Restrict_Distance' to config.yml + Added 'General.Level_Up_Chat_Broadcasts.Broadcast_Targets.Distance_Restrictions.Restricted_Radius' to config.yml + + NOTES: + The new broadcast system is very configurable, you could set the milestone interval to 1 if you want players to always be informed when someone levels up + With default settings, messages are broadcast to all players on all worlds and to the server console when a player hits a level up that is a 100 interval, for example level 100, 300, 600, 2200 would all qualify + You can change the settings to specify who receives these messages or turn the whole system off + The message is customizable via locale: https://mcmmo.org/wiki/Locale + There are comments in config.yml above each setting (as long as YAML doesn't move comments around chaotically...) that explain each setting + In case your comments are missing, here's what they look like by default: https://gist.github.com/nossr50/baf656477c75663e9e2f9284acee8d67 + Version 2.1.170 Reverted a change that broke compatibility with the mcMMO papi ecloud thingy diff --git a/pom.xml b/pom.xml index 835f0b229..3258e5593 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.1.171-SNAPSHOT + 2.1.171 mcMMO https://github.com/mcMMO-Dev/mcMMO