Class PixelmonServerConfig

java.lang.Object
com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig

public class PixelmonServerConfig extends Object
Created by Jay113355 on 10/6/2017. Holds the config settings that are controlled by the server side.
  • Field Details

    • maxLevel

      public static int maxLevel
    • allowCapturingOutsideBattle

      public static boolean allowCapturingOutsideBattle
    • afkHandlerOn

      public static boolean afkHandlerOn
    • renderWildLevels

      public static boolean renderWildLevels
    • afkTimerActivateSeconds

      public static int afkTimerActivateSeconds
    • ridingSpeedMultiplier

      public static float ridingSpeedMultiplier
    • allowShinyCharmFromPokedex

      public static boolean allowShinyCharmFromPokedex
    • allowExternalMoves

      public static boolean allowExternalMoves
    • universalTMs

      public static boolean universalTMs
    • superUniversalTMs

      public static boolean superUniversalTMs
  • Constructor Details

    • PixelmonServerConfig

      public PixelmonServerConfig()
  • Method Details