mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-11 19:58:44 +01: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