mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 06:36:45 +01:00
Party Config pt 3
This commit is contained in:
parent
a812ca42f7
commit
f96c4bc063
@ -49,6 +49,8 @@ Version 2.2.0
|
||||
Party's "AutoKick_Interval" renamed -> "Hours-Between-Cleanup-Operations"
|
||||
Party's "Old_Party_Member_Cutoff" renamed -> "Offline-Day-Limit"
|
||||
Added toggle to limit max party size, previously this was done by setting party maximum size above -1
|
||||
Leveling your Party-Level now requires being near another party member by default
|
||||
Party members are now informed about your skill ups by default
|
||||
|
||||
Notification config options will now be found in "chat_and_hud_notifications.conf"
|
||||
|
||||
|
@ -19,4 +19,8 @@ public class ConfigSectionPartyXP {
|
||||
"\n\nKeep in mind, if you gain XP in say Acrobatics and then that XP is shared with your party members, " +
|
||||
"that doesn't mean that you will get extra XP from the XP sharing.")
|
||||
private ConfigSectionPartyExperienceSharing partyExperienceSharing = new ConfigSectionPartyExperienceSharing();
|
||||
|
||||
@Setting(value = "Party-Level", comment = "Parties in mcMMO gain levels just like skills" +
|
||||
"\nSettings related to that can be found here!.")
|
||||
private ConfigSectionPartyLevel partyLevel = new ConfigSectionPartyLevel();
|
||||
}
|
Loading…
Reference in New Issue
Block a user