mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-06 15:44:45 +02:00
Add new party command /party rename
This commit is contained in:
src/main
java
com
gmail
nossr50
party
resources
locale
locale_cs_CZ.propertieslocale_cy.propertieslocale_da.propertieslocale_de.propertieslocale_en_US.propertieslocale_es.propertieslocale_fi.propertieslocale_fr.propertieslocale_it.propertieslocale_ko.propertieslocale_lv.propertieslocale_nl.propertieslocale_no.propertieslocale_pl.propertieslocale_pl_PL.propertieslocale_pt_BR.propertieslocale_ru.propertieslocale_sv.propertieslocale_tr_TR.propertieslocale_zh_CN.properties
plugin.yml@ -450,6 +450,7 @@ Commands.Party.Invite.1=[[YELLOW]]Type [[GREEN]]/party accept[[YELLOW]] to accep
|
||||
Commands.Party.Invite=<player> [[RED]]- Send party invite
|
||||
Commands.Party.Join=[[GRAY]]Joined Party: {0}
|
||||
Commands.Party.Create=[[GRAY]]Created Party: {0}
|
||||
Commands.Party.Rename=[[GRAY]]Party name changed to: [[WHITE]]{0}
|
||||
Commands.Party.AlreadyExists=[[DARK_RED]]Party {0} already exists!
|
||||
Commands.Party.Kick=[[RED]]You were kicked from party {0}!
|
||||
Commands.Party.Leave=[[RED]]You have left that party
|
||||
@ -500,6 +501,7 @@ Party.Help.7=[[RED]]To transfer ownership of your party, use [[DARK_AQUA]]/party
|
||||
Party.Help.8=[[RED]]To disband your party, use [[DARK_AQUA]]/party disband
|
||||
Party.InformedOnJoin={0} [[GREEN]]has joined your party
|
||||
Party.InformedOnQuit={0} [[GREEN]]has left your party
|
||||
Party.InformedOnNameChange=[[GOLD]]{0} [[GREEN]]has set the party name to [[WHITE]]{1}
|
||||
Party.InvalidName=[[DARK_RED]]That is not a valid party name.
|
||||
Party.IsLocked=[[RED]]This party is already locked!
|
||||
Party.IsntLocked=[[RED]]This party is not locked!
|
||||
|
Reference in New Issue
Block a user