mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Added party levels
Parties now have XP and Levels. Party features such as party teleport and party chat have to be unlocked before they can be used by the party members
This commit is contained in:
@ -199,15 +199,31 @@ Party:
|
||||
AutoKick_Interval: 12
|
||||
# Any user who hasn't connected in this many days will get kicked from their party
|
||||
Old_Party_Member_Cutoff: 7
|
||||
|
||||
# Settings for party share modes
|
||||
Sharing:
|
||||
ExpShare_enabled: true
|
||||
ExpShare_bonus_base: 1.1
|
||||
ExpShare_bonus_increase: 1.05
|
||||
ExpShare_bonus_cap: 1.5
|
||||
ItemShare_enabled: true
|
||||
Range: 75.0
|
||||
|
||||
# Party members level up their party by earning individual experience
|
||||
# Newly created parties will not immediately have access to all the party features
|
||||
# and have to level up the party a bit before they can use them.
|
||||
Leveling:
|
||||
Level_Cap: 10
|
||||
|
||||
# Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
|
||||
Xp_Curve_Modifier: 3
|
||||
Near_Members_Needed: false
|
||||
Inform_All_Party_Members_On_LevelUp: false
|
||||
|
||||
Chat_UnlockLevel: 1
|
||||
Teleport_UnlockLevel: 2
|
||||
Alliance_UnlockLevel: 5
|
||||
ItemShare_UnlockLevel: 8
|
||||
XpShare_UnlockLevel: 10
|
||||
|
||||
#
|
||||
# Settings for Abilities
|
||||
###
|
||||
|
@ -504,12 +504,12 @@ Party.Unlocked=[[GRAY]]Party je odemknuta
|
||||
Party.Disband=[[GRAY]]Parta se rozpadla
|
||||
Party.Status.Locked=[[DARK_RED]](POUZE POZV\u00c1NKY)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](OTEV\u0158\u00cdT)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=P\u0158EDM\u011aT
|
||||
Party.ShareMode.None=\u017d\u00c1DN\u00dd
|
||||
Party.ShareMode.Equal=STEJN\u00dd
|
||||
Party.ShareMode.Random=N\u00c1HODN\u00dd
|
||||
Party.ExpShare.Disabled=[[RED]]Sd\u00edlen\u00ed party zku\u0161enost\u00ed je vypnuto.
|
||||
Party.XpShare.Disabled=[[RED]]Sd\u00edlen\u00ed party zku\u0161enost\u00ed je vypnuto.
|
||||
Party.ItemShare.Disabled=[[RED]]Sd\u00edlen\u00ed item\u016f v part\u011b je zak\u00e1zan\u00e9.
|
||||
Party.ItemShare.Category.Loot=Ko\u0159ist
|
||||
Party.ItemShare.Category.Mining=T\u011b\u017een\u00ed
|
||||
|
@ -415,7 +415,7 @@ Party.Teleport.Self=[[RED]]You can\'t teleport to yourself!
|
||||
Party.Teleport.Target=[[GREEN]]{0} hat sich zu dir teleportiert.
|
||||
Party.Unlocked=[[AQUA]]Gruppe entsperrt
|
||||
Party.Disband=[[GRAY]]Deine Gruppe wurde aufgel\u00f6st
|
||||
Party.ShareType.Exp=Exp
|
||||
Party.ShareType.Xp=Exp
|
||||
Party.ShareType.Item=Item
|
||||
Party.ShareMode.None=Nicht
|
||||
Party.ShareMode.Random=Zuf\u00e4llig
|
||||
|
@ -484,8 +484,10 @@ Commands.Notifications.On=Ability notifications toggled [[GREEN]]on
|
||||
Commands.Offline=[[RED]]This command does not work for offline players.
|
||||
Commands.Other=[[RED]]---[][[GREEN]]OTHER COMMANDS[[RED]][]---
|
||||
Commands.Party.Header=[[RED]]-----[][[GREEN]]PARTY[[RED]][]-----
|
||||
Commands.Party.Status=[[DARK_GRAY]]NAME: [[WHITE]]{0} {1}
|
||||
Commands.Party.Features.Header=[[RED]]-----[][[GREEN]]FEATURES[[RED]][]-----
|
||||
Commands.Party.Status=[[DARK_GRAY]]NAME: [[WHITE]]{0} {1} [[DARK_GRAY]]LEVEL: [[DARK_AQUA]]{2}
|
||||
Commands.Party.Status.Alliance=[[DARK_GRAY]]ALLY: [[WHITE]]{0}
|
||||
Commands.Party.UnlockedFeatures=[[DARK_GRAY]]Unlocked Features: [[GRAY]][[ITALIC]]{0}
|
||||
Commands.Party.ShareMode=[[DARK_GRAY]]SHARE MODE:
|
||||
Commands.Party.ItemShare=[[GRAY]]ITEM [[DARK_AQUA]]({0})
|
||||
Commands.Party.ExpShare=[[GRAY]]EXP [[DARK_AQUA]]({0})
|
||||
@ -623,13 +625,27 @@ Party.Alliance.Formed=[[GRAY]]Your party is now allies with [[GREEN]]{0}
|
||||
Party.Alliance.Disband=[[GRAY]]Your party is no longer allies with [[RED]]{0}
|
||||
Party.Status.Locked=[[DARK_RED]](INVITE-ONLY)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](OPEN)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.LevelUp=[[YELLOW]]Party level increased by {0}. Total ({1})
|
||||
Party.Feature.Chat=Party Chat
|
||||
Party.Feature.Teleport=Party Teleport
|
||||
Party.Feature.Alliance=Alliances
|
||||
Party.Feature.ItemShare=Item Sharing
|
||||
Party.Feature.XpShare=XP Sharing
|
||||
Party.Feature.Locked.Chat=LOCKED UNTIL {0}+ (PARTY CHAT)
|
||||
Party.Feature.Locked.Teleport=LOCKED UNTIL {0}+ (PARTY TELEPORT)
|
||||
Party.Feature.Locked.Alliance=LOCKED UNTIL {0}+ (ALLIANCES)
|
||||
Party.Feature.Locked.ItemShare=LOCKED UNTIL {0}+ (ITEM SHARING)
|
||||
Party.Feature.Locked.XpShare=LOCKED UNTIL {0}+ (XP SHARING)
|
||||
Party.Feature.Disabled.1=[[RED]]Party chat is not unlocked yet.
|
||||
Party.Feature.Disabled.2=[[RED]]Party teleport is not unlocked yet.
|
||||
Party.Feature.Disabled.3=[[RED]]Party alliances are not unlocked yet.
|
||||
Party.Feature.Disabled.4=[[RED]]Party item sharing is not unlocked yet.
|
||||
Party.Feature.Disabled.5=[[RED]]Party XP sharing is not unlocked yet.
|
||||
Party.ShareType.Xp=XP
|
||||
Party.ShareType.Item=ITEM
|
||||
Party.ShareMode.None=NONE
|
||||
Party.ShareMode.Equal=EQUAL
|
||||
Party.ShareMode.Random=RANDOM
|
||||
Party.ExpShare.Disabled=[[RED]]Party experience sharing is disabled.
|
||||
Party.ItemShare.Disabled=[[RED]]Party item sharing is disabled.
|
||||
Party.ItemShare.Category.Loot=Loot
|
||||
Party.ItemShare.Category.Mining=Mining
|
||||
Party.ItemShare.Category.Herbalism=Herbalism
|
||||
|
@ -517,12 +517,12 @@ Party.Unlocked=[[GRAY]]El grupo est\u00e1 desbloqueado
|
||||
Party.Disband=[[GRAY]]El grupo ha sido eliminado
|
||||
Party.Status.Locked=[[DARK_RED]](Solo para invitados)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](Abierto)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=OBJETO
|
||||
Party.ShareMode.None=NINGUNO
|
||||
Party.ShareMode.Equal=IGUAL
|
||||
Party.ShareMode.Random=ALEATORIO
|
||||
Party.ExpShare.Disabled=[[RED]]El grupo no comparte la experiencia.
|
||||
Party.XpShare.Disabled=[[RED]]El grupo no comparte la experiencia.
|
||||
Party.ItemShare.Disabled=[[RED]]El grupo no comparte los objetos.
|
||||
Party.ItemShare.Category.Loot=Saquear
|
||||
Party.ItemShare.Category.Mining=Mineria
|
||||
|
@ -504,12 +504,12 @@ Party.Unlocked=[[GRAY]]Party sbloccato.
|
||||
Party.Disband=[[GRAY]]La compagnia \u00e8 stata sciolta
|
||||
Party.Status.Locked=[[DARK_RED]](SOLO SU INVITO)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](APERTA)
|
||||
Party.ShareType.Exp=ESPERIENZA
|
||||
Party.ShareType.Xp=ESPERIENZA
|
||||
Party.ShareType.Item=OGGETTI
|
||||
Party.ShareMode.None=NESSUNA
|
||||
Party.ShareMode.Equal=EQUA
|
||||
Party.ShareMode.Random=CASUALE
|
||||
Party.ExpShare.Disabled=[[RED]]La condivisione di esperienza di compagnia \u00e8 disabilitata.
|
||||
Party.XpShare.Disabled=[[RED]]La condivisione di esperienza di compagnia \u00e8 disabilitata.
|
||||
Party.ItemShare.Disabled=[[RED]]La condivisione di oggetti di compagnia \u00e8 disabilitata.
|
||||
Party.ItemShare.Category.Loot=Bottino
|
||||
Party.ItemShare.Category.Mining=Estrazione
|
||||
|
@ -540,12 +540,12 @@ Party.Unlocked=[[GRAY]]\ud30c\ud2f0\uac00 \uc7a0\uae08\ud574\uc81c \ub418\uc5c8\
|
||||
Party.Disband=[[GRAY]]\uadf8 \ud30c\ud2f0\uac00 \ud574\uccb4\ub418\uc5c8\uc2b5\ub2c8\ub2e4
|
||||
Party.Status.Locked=[[DARK_RED]](\uc624\uc9c1-\ucd08\ub300\ub9cc)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](\uc5f4\ub9bc)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=\uc544\uc774\ud15c
|
||||
Party.ShareMode.None=\uc5c6\uc74c
|
||||
Party.ShareMode.Equal=\uade0\ub4f1
|
||||
Party.ShareMode.Random=\ubb34\uc791\uc704
|
||||
Party.ExpShare.Disabled=[[RED]]\ud30c\ud2f0 \uacbd\ud5d8\uce58 \uacf5\uc720\uac00 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
Party.XpShare.Disabled=[[RED]]\ud30c\ud2f0 \uacbd\ud5d8\uce58 \uacf5\uc720\uac00 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
Party.ItemShare.Disabled=[[RED]]\ud30c\ud2f0 \uc544\uc774\ud15c \uacf5\uc720\uac00 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
Party.ItemShare.Category.Loot=\uac15\ud0c8
|
||||
Party.ItemShare.Category.Mining=\ucc44\uad11
|
||||
|
@ -348,12 +348,12 @@ Party.Unlocked=[[GRAY]]Groep is ontgrendeld
|
||||
Party.Disband=[[GRAY]] De partij werd ontbonden
|
||||
Party.Status.Locked=[[DARK_RED]](ALLEEN-UITNODIGING)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](OPEN)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=ITEM
|
||||
Party.ShareMode.None=NIKS
|
||||
Party.ShareMode.Equal=GELIJK
|
||||
Party.ShareMode.Random=WILLEKEURIG
|
||||
Party.ExpShare.Disabled=[[RED]]Groep experience delen in uitgeschakeld.
|
||||
Party.XpShare.Disabled=[[RED]]Groep experience delen in uitgeschakeld.
|
||||
Party.ItemShare.Disabled=[[RED]]Groeps item delen is uitgezet.
|
||||
Party.ItemShare.Category.Loot=Buit
|
||||
Party.ItemShare.Category.Mining=Mijnbouw
|
||||
|
@ -470,7 +470,7 @@ Party.Join.Self=[[RED]]Nie mozesz dolaczyc do samego siebie!
|
||||
Party.Unlocked=[[GRAY]]Grupa jest otwarta dla wszystkich.
|
||||
Party.Disband=[[GRAY]]Druzyna zostala rozwiazana
|
||||
Party.Status.Locked=[[DARK_RED]](TYLKO NA ZAPROSZENIE)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=PRZEDMIOTOWY
|
||||
Party.ShareMode.Equal=R\u00d3WNY
|
||||
Party.ShareMode.Random=LOSOWY
|
||||
|
@ -541,12 +541,12 @@ Party.Unlocked=[[GRAY]]\u0413\u0440\u0443\u043f\u043f\u0430 \u0440\u0430\u0437\u
|
||||
Party.Disband=[[GRAY]\u0413\u0440\u0443\u043f\u043f\u0430 \u0431\u044b\u043b\u0430 \u0440\u0430\u0441\u043f\u0443\u0449\u0435\u043d\u0430
|
||||
Party.Status.Locked=[[DARK_RED]](\u0422\u041e\u041b\u042c\u041a\u041e \u041f\u041e \u041f\u0420\u0418\u0413\u041b\u0410\u0428\u0415\u041d\u0418\u042e)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](\u041e\u0422\u041a\u0420\u042b\u0422\u041e)
|
||||
Party.ShareType.Exp=\u041e\u041f\u042b\u0422
|
||||
Party.ShareType.Xp=\u041e\u041f\u042b\u0422
|
||||
Party.ShareType.Item=\u041f\u0420\u0415\u0414\u041c\u0415\u0422
|
||||
Party.ShareMode.None=\u041d\u0418\u0427\u0415\u0413\u041e
|
||||
Party.ShareMode.Equal=\u0420\u0410\u0412\u041d\u042b\u0419
|
||||
Party.ShareMode.Random=\u0421\u041b\u0423\u0427\u0410\u0419\u041d\u041e
|
||||
Party.ExpShare.Disabled=[[RED]]\u0414\u0435\u043b\u0435\u0436 \u043e\u043f\u044b\u0442\u0430 \u0432 \u0433\u0440\u0443\u043f\u043f\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.
|
||||
Party.XpShare.Disabled=[[RED]]\u0414\u0435\u043b\u0435\u0436 \u043e\u043f\u044b\u0442\u0430 \u0432 \u0433\u0440\u0443\u043f\u043f\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.
|
||||
Party.ItemShare.Disabled=[[RED]]\u0414\u0435\u043b\u0435\u0436 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 \u0432 \u0433\u0440\u0443\u043f\u043f\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.
|
||||
Party.ItemShare.Category.Loot=\u0414\u043e\u0431\u044b\u0447\u0430
|
||||
Party.ItemShare.Category.Mining=\u0428\u0430\u0445\u0442\u0451\u0440\u0441\u0442\u0432\u043e
|
||||
|
@ -501,12 +501,12 @@ Party.Unlocked=[[GRAY]]Party \u0e16\u0e39\u0e01\u0e1b\u0e25\u0e14\u0e25\u0e47\u0
|
||||
Party.Disband=[[GRAY]]Party \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e44\u0e27\u0e49
|
||||
Party.Status.Locked=[[DARK_RED]](\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](\u0e40\u0e1b\u0e34\u0e14)
|
||||
Party.ShareType.Exp=EXP
|
||||
Party.ShareType.Xp=EXP
|
||||
Party.ShareType.Item=\u0e2a\u0e34\u0e48\u0e07\u0e02\u0e2d\u0e07
|
||||
Party.ShareMode.None=NONE
|
||||
Party.ShareMode.Equal=\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e19
|
||||
Party.ShareMode.Random=\u0e2a\u0e38\u0e48\u0e21
|
||||
Party.ExpShare.Disabled=[[RED]]Party \u0e41\u0e1a\u0e48\u0e07\u0e1b\u0e31\u0e19\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14.
|
||||
Party.XpShare.Disabled=[[RED]]Party \u0e41\u0e1a\u0e48\u0e07\u0e1b\u0e31\u0e19\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14.
|
||||
Party.ItemShare.Disabled=[[RED]]Party \u0e41\u0e1a\u0e48\u0e07\u0e1b\u0e31\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14.
|
||||
Party.ItemShare.Category.Loot=Loot
|
||||
Party.ItemShare.Category.Mining=Mining
|
||||
|
@ -528,12 +528,12 @@ Party.Unlocked=[[GRAY]]\u961f\u4f0d\u5df2\u89e3\u9501
|
||||
Party.Disband=[[GRAY]]\u961f\u4f0d\u5df2\u89e3\u6563
|
||||
Party.Status.Locked=[[DARK_RED]](\u4ec5\u9080\u8bf7)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](\u5f00\u542f)
|
||||
Party.ShareType.Exp=\u7ecf\u9a8c
|
||||
Party.ShareType.Xp=\u7ecf\u9a8c
|
||||
Party.ShareType.Item=\u7269\u54c1
|
||||
Party.ShareMode.None=\u65e0
|
||||
Party.ShareMode.Equal=\u5747\u5206
|
||||
Party.ShareMode.Random=\u968f\u673a
|
||||
Party.ExpShare.Disabled=[[RED]]\u961f\u4f0d\u7ecf\u9a8c\u5171\u4eab\u5df2\u7981\u7528
|
||||
Party.XpShare.Disabled=[[RED]]\u961f\u4f0d\u7ecf\u9a8c\u5171\u4eab\u5df2\u7981\u7528
|
||||
Party.ItemShare.Disabled=[[RED]]\u961f\u4f0d\u7269\u54c1\u5206\u914d\u5df2\u5173\u95ed
|
||||
Party.ItemShare.Category.Loot=\u63a0\u593a
|
||||
Party.ItemShare.Category.Mining=\u6316\u77ff
|
||||
|
@ -541,12 +541,12 @@ Party.Unlocked=[[GRAY]]\u968a\u4f0d\u5df2\u89e3\u9396!
|
||||
Party.Disband=[[GRAY]]\u968a\u4f0d\u5df2\u89e3\u6563
|
||||
Party.Status.Locked=[[DARK_RED]](\u53ea\u53ef\u9080\u8acb)
|
||||
Party.Status.Unlocked=[[DARK_GREEN]](\u958b\u555f)
|
||||
Party.ShareType.Exp=\u7d93\u9a57\u503c
|
||||
Party.ShareType.Xp=\u7d93\u9a57\u503c
|
||||
Party.ShareType.Item=\u7269\u54c1
|
||||
Party.ShareMode.None=\u7121
|
||||
Party.ShareMode.Equal=\u5e73\u5206
|
||||
Party.ShareMode.Random=\u96a8\u6a5f
|
||||
Party.ExpShare.Disabled=[[RED]]\u968a\u4f0d\u7d93\u9a57\u5171\u4eab\u5df2\u505c\u7528.
|
||||
Party.XpShare.Disabled=[[RED]]\u968a\u4f0d\u7d93\u9a57\u5171\u4eab\u5df2\u505c\u7528.
|
||||
Party.ItemShare.Disabled=[[RED]]\u968a\u4f0d\u7684\u7269\u54c1\u5206\u4eab\u95dc\u9589.
|
||||
Party.ItemShare.Category.Loot=\u62fe\u53d6
|
||||
Party.ItemShare.Category.Mining=\u6316\u7926
|
||||
|
@ -924,7 +924,7 @@ permissions:
|
||||
mcmmo.commands.party.chat: true
|
||||
mcmmo.commands.party.create: true
|
||||
mcmmo.commands.party.disband: true
|
||||
mcmmo.commands.party.expshare: true
|
||||
mcmmo.commands.party.xpshare: true
|
||||
mcmmo.commands.party.help: true
|
||||
mcmmo.commands.party.info: true
|
||||
mcmmo.commands.party.invite: true
|
||||
@ -951,8 +951,8 @@ permissions:
|
||||
description: Allows access to the party create command
|
||||
mcmmo.commands.party.disband:
|
||||
description: Allows access to the party disband command
|
||||
mcmmo.commands.party.expshare:
|
||||
description: Allows access to the party expshare command
|
||||
mcmmo.commands.party.xpshare:
|
||||
description: Allows access to the party xpshare command
|
||||
mcmmo.commands.party.help:
|
||||
description: Allows access to the party help command
|
||||
mcmmo.commands.party.info:
|
||||
|
Reference in New Issue
Block a user