Class PartyManager.PartySettings
java.lang.Object
studio.magemonkey.divinity.modules.list.party.PartyManager.PartySettings
- Enclosing class:
PartyManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanintintintintintgetPartyPermSize(org.bukkit.entity.Player player) intintbooleanbooleanbooleanbooleanbooleanvoidplaySound(org.bukkit.entity.Player player, studio.magemonkey.divinity.modules.list.party.PartyManager.PartyAction action)
-
Constructor Details
-
PartySettings
public PartySettings(studio.magemonkey.codex.config.api.JYML cfg)
-
-
Method Details
-
getPartyMaxSize
public int getPartyMaxSize() -
disbandOnLeaderQuit
public boolean disbandOnLeaderQuit() -
getPartyInviteTime
public int getPartyInviteTime() -
autoLeaveOnQuit
public boolean autoLeaveOnQuit() -
getQuitTimeout
public int getQuitTimeout() -
getTeleportCooldown
public int getTeleportCooldown() -
isChatEnabled
public boolean isChatEnabled() -
getChatFormat
-
cancelMainChatEvent
public boolean cancelMainChatEvent() -
getSizePerms
-
isLevelHooksEnabled
public boolean isLevelHooksEnabled() -
isLevelExpBalance
public boolean isLevelExpBalance() -
getMaxLevelExpBalanceDistance
public int getMaxLevelExpBalanceDistance() -
isQuestHooksEnabled
public boolean isQuestHooksEnabled() -
isQuestMobKillEnabled
public boolean isQuestMobKillEnabled() -
getMaxQuestMobKillDistance
public int getMaxQuestMobKillDistance() -
playSound
public void playSound(@NotNull org.bukkit.entity.Player player, @NotNull studio.magemonkey.divinity.modules.list.party.PartyManager.PartyAction action) -
getPartyPermSize
public int getPartyPermSize(@NotNull org.bukkit.entity.Player player)
-