Class PartyManager.PartySettings

java.lang.Object
studio.magemonkey.divinity.modules.list.party.PartyManager.PartySettings
Enclosing class:
PartyManager

public class PartyManager.PartySettings extends Object
  • 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

      public String getChatFormat()
    • cancelMainChatEvent

      public boolean cancelMainChatEvent()
    • getSizePerms

      public Map<String,Integer> 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)