Interface FancyNpcsConfig


public interface FancyNpcsConfig
  • Method Details

    • isSkipInvisibleNpcs

      boolean isSkipInvisibleNpcs()
    • isInteractionCooldownMessageDisabled

      boolean isInteractionCooldownMessageDisabled()
    • isMuteVersionNotification

      boolean isMuteVersionNotification()
    • isEnableAutoSave

      boolean isEnableAutoSave()
    • getAutoSaveInterval

      int getAutoSaveInterval()
    • getNpcUpdateInterval

      int getNpcUpdateInterval()
    • getNpcUpdateVisibilityInterval

      int getNpcUpdateVisibilityInterval()
    • getTurnToPlayerDistance

      int getTurnToPlayerDistance()
    • setTurnToPlayerDistance

      boolean setTurnToPlayerDistance(int distance)
      Sets the distance at which NPCs turn to the player.
      Parameters:
      distance - The new distance value
      Returns:
      true if the distance was updated successfully, false otherwise
    • isTurnToPlayerResetToInitialDirection

      boolean isTurnToPlayerResetToInitialDirection()
    • getVisibilityDistance

      int getVisibilityDistance()
    • getRemoveNpcsFromPlayerlistDelay

      int getRemoveNpcsFromPlayerlistDelay()
    • isSwingArmOnUpdate

      boolean isSwingArmOnUpdate()
    • getMineSkinApiKey

      String getMineSkinApiKey()
    • getBlockedCommands

      List<String> getBlockedCommands()
    • getMaxNpcsPerPermission

      Map<String,Integer> getMaxNpcsPerPermission()