mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-10 01:24:44 +02:00
Wire up party config pt 4
This commit is contained in:
@ -39,6 +39,10 @@ public class ConfigParty {
|
||||
return partyGeneral.isPartySizeCapped();
|
||||
}
|
||||
|
||||
public ConfigSectionPartyTeleportCommand getPTP() {
|
||||
return partyCommands.getPartyTeleportCommand();
|
||||
}
|
||||
|
||||
public ConfigSectionPartyCleanup getPartyCleanup() {
|
||||
return partyCleanup;
|
||||
}
|
||||
@ -63,6 +67,10 @@ public class ConfigParty {
|
||||
return partyItemShare;
|
||||
}
|
||||
|
||||
public ConfigSectionPartyCommands getPartyCommands() {
|
||||
return partyCommands;
|
||||
}
|
||||
|
||||
public String getPartyChatPrefixFormat() {
|
||||
return partyChat.getPartyChatPrefixFormat();
|
||||
}
|
||||
|
Reference in New Issue
Block a user