mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.171
This commit is contained in:
parent
c64e693861
commit
cbbfcf655a
@ -3,8 +3,23 @@ Version 2.1.171
|
|||||||
Fixed a bug where Archery XP would calculate incorrectly
|
Fixed a bug where Archery XP would calculate incorrectly
|
||||||
Axes can now replant cocoa plants (thanks Lyther)
|
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)
|
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'
|
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
|
Version 2.1.170
|
||||||
Reverted a change that broke compatibility with the mcMMO papi ecloud thingy
|
Reverted a change that broke compatibility with the mcMMO papi ecloud thingy
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.171-SNAPSHOT</version>
|
<version>2.1.171</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user