The Pixelmon config file, pixelmon.hocon
, is a file containing numerous settings for Pixelmon. The file can be located by going to the Minecraft folder (accessible by clicking the "Open Game Dir" button on the Minecraft launcher's profile editor screen) and opening the config
folder. If using the Pixelmon launcher, the config file can be accessed by selecting the "Browse to Profile Folder" option on the main launcher screen and navigating to the config
folder.
The config file can be edited inside Minecraft by pressing a certain hotkey (P
by default), or by selecting Pixelmon from the "Mods" section in the main menu or the "Mod Options" section in-game. The file can also be edited outside of Minecraft with a plain text editor such as Notepad or TextEdit. If edited with a plain text editor, changes will only be reflected when the target world is not online; changing the config file while the world is online will cause no changes to occur to the world until the world is reloaded. On a multiplayer server, editing the config file in-game will only affect client-side settings; server-side settings can only be changed by editing the .hocon file outside of Minecraft.
The config file can be reset to default settings by deleting the file. The file will be regenerated the next time Minecraft is started up.
Contents
Settings
AFK handler
The AFK handler is a system that automatically takes control of battling players that have not responded for an amount of time. Once the AFK handler takes over, the unresponsive player may resume control at any time.
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
afkActivateSeconds
|
AFK activate seconds | The amount of time (in seconds) that a player can be unresponsive in battle before the AFK handler takes control. | 90 seconds |
afkHandlerTurnSeconds
|
AFK turn seconds | The amount of time that the AFK handler takes to make a move. | 15 seconds |
enableAFKHandler
|
AFK handler enabled | Whether or not the AFK handler is enabled. | False
|
Breeding
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
allowBreeding
|
Allow breeding | Whether or not ranch blocks can be crafted and used. | True
|
allowDittoDittoBreeding
|
Allow Ditto-Ditto breeding | Whether or not two Ditto can breed together to produce Eggs with random Pokémon inside them. | True
|
allowRanchExpansion
|
Enable ranch expansion | Whether or not ranch upgrades exist. | True
|
allowRandomBreedingEggsToBeLegendary
|
Ditto-Ditto can contain Legendaries | Whether or not Eggs made from two Ditto breeding together have a chance of hatching Legendary Pokémon. | False
|
breedingTicks
|
Ticks per stage | How long it takes for a Pokémon to advance from one breeding level to the next with breeding strength 1 ("Pokémon 1 is more attracted to Pokémon 2 every day!"). This is measured in ticks (20 ticks = 1 second). If breeding environments are enabled, this time will be affected by multipliers depending on how suitable the breeding environment is. | 18000 (15 minutes) |
maxCumulativePokemonInRanch
|
Maximum cumulative Pokemon In ranch blocks | Maximum Pokemon a player can have in all ranches across the world. Max of 0 is unlimited. | 0 |
numBreedingStages
|
Breeding stages | The number of breeding levels that breeding Pokémon must advance through in order to produce an Egg. Can be between 1 and 5. | 5 |
stepsPerEggCycle
|
Steps per Egg cycle | Egg cycles are used to determine how many steps it takes for Eggs to hatch. The lower this value, the fewer steps it takes for Eggs to hatch. | 255 |
useBreedingEnvironment
|
Use breeding environments | Whether or not the environment around a ranch block affects the speed of the breeding process. If this is disabled, the speed of breeding will always be equal to "Pokémon 1 is more attracted to Pokémon 2 every day!" | True
|
Elevator
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
elevatorSearchRange
|
Search range (up/down) | The maximum distance that two elevators can link together at. | 10 |
Move Skills
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
allowDestructiveExternalMoves
|
Allow destructive Move Skills | Whether or not players are allowed to use the following Move Skills: | True
|
allowExternalMoves
|
Allow Move Skills | Whether or not players are able to use Move Skills. | True
|
General
Setting (.hocon )
|
Setting (in-game) | Description | Default value | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
allowAnvilAutoreloading
|
Enable anvil auto-reloading | Anvil auto-reloading is when players can continue to hammer an item on an anvil and the item will automatically be taken and replaced with its unfinished version when finished (e.g., an iron base being obtained and replaced with an iron disc from the player's inventory), allowing players to continuously hammer stacks of items to completion. | False
| |||||||||||||||
allowCaptureOutsideBattle
|
Allow capture outside battle | Whether or not players are allowed to throw Poké Balls and capture Pokémon outside of battle. | True
| |||||||||||||||
allowChisels
|
Allow placing of Chisels (Pokémon statues) | Whether or not players can place Chisels using a Chisel. | True
| |||||||||||||||
allowPayDayMoney
|
Allow Pay Day money | Whether or not Pay Day will award PokéDollars to the player. | True
| |||||||||||||||
allowPlanting
|
Allow Apricorn planting | Whether or not Apricorns can be planted by players. This does not remove existing Apricorn trees or prevent natural Apricorn tree generation. | True
| |||||||||||||||
allowPokemonEditors
|
Allow Pokémon editors | Whether or not players can use Pokémon editors. When disabled client-side, this will prevent other players from using Pokémon editors on the player with the setting disabled. | True
| |||||||||||||||
allowPokemonNicknames
|
Allow Pokémon nicknames | Whether or not the player can nickname owned Pokémon. On a server, this will prevent nicknames from being visible to other players. | True
| |||||||||||||||
allowPvPExperience
|
Enable PvP exp. | Whether or not Pokémon can gain experience when battling other players. | True
| |||||||||||||||
allowRandomPokemonToBeLegendary
|
Allow Random Pokémon to be Legendary. | If enabled, Pokémon spawned from /pokegive or from any pokespec have the possibility of containing Legendary Pokémon. | True
| |||||||||||||||
allowShinyCharmFromPokedex
|
Allows Shiny Charm via Pokedex. | If enabled, unlocks the Shiny Charm upon Pokédex completion. | True
| |||||||||||||||
allowTMReuse
|
Allow TM reuse. | If enabled, TMs can be used an infinite amount of times without breaking. If disabled, TMs will break after being used once. | False
| |||||||||||||||
allowTrainerExperience
|
Enable Trainer exp. | Whether or not NPC Trainers' Pokémon award experience upon defeat. | True
| |||||||||||||||
allowVanillaMobs
|
Enable vanilla mobs | Whether or not regular Minecraft mobs like cows and zombies can spawn naturally. Monster spawners containing zombies, skeletons, or spiders will be converted into monsters spawners that spawn pigs if this setting is disabled. Other monster spawners (including ones that spawn hostile mobs like Blazes, cave spiders, or silverfish) will not be affected, nor will spawn eggs. The Ender dragon also spawns naturally regardless of this setting. | False
| |||||||||||||||
alwaysHaveMegaRing
|
Allow automatic Mega Bracelet. | Whether or not players will automatically have a Mega ring. | False
| |||||||||||||||
averageLureExpiryTicks
|
Average ticks for lure expiration. | How many ticks it will take for a lure to expire on average. | 17920 (14 minutes and 56 seconds) | |||||||||||||||
awardPhotos
|
Award photos to wild battle winners | Whether or not wild Pokémon will drop photos when defeated. | False
| |||||||||||||||
battleAIBoss
|
Boss Pokémon battle AI | The type of battle AI that boss Pokémon will use.
|
2 (Aggressive) | |||||||||||||||
battleAITrainer
|
NPC Trainer battle AI | The type of battle AI that naturally spawning NPC Trainers will use.
|
3 (Tactical) | |||||||||||||||
battleAIWild
|
Wild Pokémon battle AI | The type of battle AI that wild Pokémon will use.
|
1 (Random) | |||||||||||||||
bedsHealPokemon
|
Beds heal Pokémon | Whether or not beds will fully heal Pokémon when slept in. | True
| |||||||||||||||
berryTreeGrowthMultiplier
|
Berry tree growth multiplier | Multiplier for the growth rate of Berry trees. A higher multiplier will make Berry trees grow (and die) faster. | 1 | |||||||||||||||
canPokemonBeHit
|
Allows Pokémon hitting | Whether or not out-of-battle wild Pokémon can be hurt by physical attacks. | False
| |||||||||||||||
chanceToGetSpecialBidoof
|
Chance to get Special Bidoof | The chance of obtaining a Sir Doofus III from catching a Bidoof with a Luxury Ball. (-1 to disable) | 30 | |||||||||||||||
cloningMachineEnabled
|
Enable cloning machine | Whether or not cloning machines can be crafted and used. Disabling this setting prevents Mewtwo from being legitimately obtainable. | True
| |||||||||||||||
computerBoxes
|
Amount of PC boxes | The number of boxes a player has access to in the PC, up to a maximum of 256. | 30 | |||||||||||||||
dataSaveOnWorldSave
|
Data save on world save | Whether or not data about players' Pokémon is saved when the world is saved. If this option is disabled, player Pokémon will need to be saved manually. | True
| |||||||||||||||
deleteUnwantedDrops
|
Deletes unwanted drops | Whether or not the "Drop All" button in the Pokémon drops screen will delete the items or drop them on the ground. | False
| |||||||||||||||
despawnRadius
|
Despawn radius of Pokémon. | The minimum number of blocks away from the nearest player a Pokémon can be when despawned. | 80 | |||||||||||||||
disabledNonPlayerPixelmonMovement
|
Disables not owned Pokémon movement. | Determines if non player owned pokemon's movement is disabled or not. | False
| |||||||||||||||
enableWildAggression
|
Enable aggressive wild Pokémon | Whether or not aggressive wild Pokémon initiate battles against players. | True
| |||||||||||||||
engagePlayerByPokeBall
|
Enable challenge by throwing Poké Ball | If enabled, battles between players can be initiated by a player throwing a Pokémon's Poké Ball at another player directly (rather than at the other player's Pokémon). | False
| |||||||||||||||
expModifier
|
Experience modifier | Pokémon experience gain in battle will be multiplied by this number. | 1 | |||||||||||||||
forceEndBattleResult
|
Force-end battle result | This setting determines what will occur if a battle is ended without a proper conclusion (e.g., too many errors in battle, player death while in battle). Determining an official winner and loser only matters for certain aspects, such as the /pokestats command, NPC Trainers that give items upon defeat, or Pixelmon sidemods that manipulate battle wins and losses.
|
0 (determine winner based on Pokémon remaining) | |||||||||||||||
growthScaleModifier
|
Growth size variation | How much growth varies the size of Pokémon. This value can range from 0-2; if set to 0, growth will have no effect on Pokémon size. | 1 | |||||||||||||||
lakeTrioMaxEnchants
|
Max gems from Lake Trio | Sets The number of times a Azelf, Mesprit and Uxie can enchant a ruby. | 3 | |||||||||||||||
maxLevel
|
Maximum level | The maximum level that a Pokémon can be. | 100 | |||||||||||||||
maximumPlants
|
Maximum plants | The maximum number of Apricorn trees and Berry trees that can be planted in a world chunk. | 32 | |||||||||||||||
movePerTutor
|
Moves tutor teaches. | The amount of moves a Move Tutor will have. | 20 | |||||||||||||||
multiplePhotosOfSamePokemon
|
Allow duplicate Pokémon photos | Whether a player can take multiple photos of a single Pokémon. | True
| |||||||||||||||
npcEditorOpOnly
|
Only OP's can use NPC Editor. | If set to true, must be opped to use the NPC Editor. If false, must be in Creative mode. | True
| |||||||||||||||
pixelmon.config.oreColors.comment
|
Ore colour Ore Sense | By editing the HEX colors noted after the Ore's ID the ore will have a different color when using Ore Sense. |
"minecraft:iron_ore;E2C0AA;0", "minecraft:gold_ore;FCEE4B;0", "minecraft:redstone_ore;FF0000;0", "minecraft:emerald_ore;17DD62;1", "minecraft:diamond_ore;65F5E3;0", "minecraft:lapis_ore;1855BD;2", "minecraft:quartz_ore;EAE5DE;3", "pixelmon:amethyst_ore;9543A9;4", "pixelmon:sun_stone_ore;E57742;5", "pixelmon:silicon_ore;E2DFEE;0", "pixelmon:sapphire_ore;4A73E7;1", "pixelmon:ruby_ore;DD1C33;1", "pixelmon:fossil;443D32;6", "pixelmon:crystal_ore;AFEEEE;4", "pixelmon:bauxite_ore;D1B584;0", "pixelmon:dawn_dusk_ore;000000;7", "pixelmon:water_stone_ore;5D719F;8", "pixelmon:thunder_stone_ore;F0FF01;9", "pixelmon:leaf_stone_ore;7EA167;10", "pixelmon:fire_stone_ore;CC7132;11" | |||||||||||||||
pickupRate
|
Pickup rate | The rate (1x) that Pickup will collect special drops at. | 10 | |||||||||||||||
pokemonDropsEnabled
|
Enable Pokémon drops | Whether or not certain Pokémon can drop items upon defeat. | True
| |||||||||||||||
printErrors
|
Print more detailed errors | If this option is enabled, any Pixelmon-related errors on a server will be printed to the server log in detail. If disabled, errors will be much shorter and less detailed. | False
| |||||||||||||||
returnHeldItems
|
Return held items after PvP battles | If enabled, consumable held items used up during player vs. player battles will be restored when the battle ends. | True
| |||||||||||||||
reusableBirdShrines
|
Allow bird shrine reuse | Whether or not shrines can be used multiple times. Players will still have to acquired a new charged orb each time to use the shrine. | False
| |||||||||||||||
spawnBirdShrines
|
Spawn bird shrines | Whether or not shrines can spawn naturally. If disabled, shrines that already exist can still be used. | True
| |||||||||||||||
spawnStructures
|
Spawn Pixelmon structures in world | Whether or not Pixelmon structures can spawn naturally. | True
| |||||||||||||||
spawnersOpOnly
|
Spawners op only | Whether or not players have to be ops to edit Pixelmon spawners. If this option is disabled, any player in Creative mode can edit spawners. | True
| |||||||||||||||
starterOnJoin
|
Starter list on join | Whether or not players will pick their starter Pokémon immediately upon entering a world. | True
| |||||||||||||||
systemTimeSyncInterval
|
Seconds between time syncs | How often Minecraft time will sync to real time (in seconds) if real time syncing is enabled. | 30 | |||||||||||||||
tradersReusable
|
Traders are reusable | Whether or not traders can be used multiple times. If disabled, traders will disappear after completing their trade offers. | False
| |||||||||||||||
useDropGUI
|
Use drop GUI | If enabled, the drops GUI will display after the player defeats a regular wild Pokémon. The drops GUI will always display when defeating NPC Trainers or boss Pokémon, regardless of this setting. | True
| |||||||||||||||
useExternalJSONFiles
|
Use external JSON files | If enabled, Pixelmon's external JSON files can be edited in the pixelmon folder in the Minecraft directory. If these directories do not already exist, they will be created after enabling this option.
|
False
| |||||||||||||||
useSystemTimeForBerries
|
Use system time for berry growth. | Whether the system time is used for berry growth, meaning they will grow even when the game isn't running. | False
| |||||||||||||||
useSystemTimeForWorldTime
|
Use system time for world time | Whether or not Minecraft time will sync to real time (as defined by the server's system time). | False
| |||||||||||||||
writeEntitiesToWorld
|
Save entities to world | Whether or not Pixelmon entities (such as naturally spawning Pokémon and NPC Trainers) are saved with the world. If enabled, the size of the world save file and the time needed to save the world increase. | False
|
Graphics
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
drawHealthBars
|
Draw Pokémon health bars | Whether or not HP bars will be displayed above Pokémon. | False
|
namePlateRange
|
Name plate distance | How far away levels and names of Pokémon can be seen when outside of battle. This setting is client-side.
|
1 (Default) |
playerControlCamera
|
Player-controlled battle camera | Whether or not the camera can be manually moved by the player during battles. | True
|
rangeToDisplayAttackAnimations
|
Range for attack animations. | The range (in blocks) at which battle effects should be displayed to players if they are not in the battle | 40 |
renderDistanceWeight
|
Render distance weight | A number that is multiplied to the default render distance (64) to produce a final render distance. | 2 |
renderWildLevels
|
Renders wild Pokémon levels. | Whether or not wild Pokémon should show their level above their head. | True
|
scalePokemonModels
|
Increase model size by 30% | If this option is enabled, Pokémon will be 30% larger than if the option was disabled. | True
|
showCurrentAttackTarget
|
Show current attack target | Whether or not a Pokémon's attack target (F key by default) is shown on the screen.
|
True
|
useBattleCamera
|
Use battle camera | If enabled, the camera will change during battles to a third-person camera focusing on the battling Pokémon. If disabled, the camera will remain the same as if the player was not in a battle. | True
|
useSmoothShadingOnPokeBalls
|
Smooth shading on Poké Balls | Whether or not Poké Balls use SMD normal maps in their models, making them appear smoother. | True
|
useSmoothShadingOnPokemon
|
Smooth shading on Pokémon | Whether or not Pokémon use SMD normal maps in their models, making them appear smoother. | True
|
Healing
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
chanceToHealStatusPassively
|
Chance to heal status whilst walking. | Chance to passively heal status effects from a party Pokémon with each step. | 0.004999999888241291 |
chanceToRevivePassively
|
Chance to revive Pokémon whilst walking. | Chance to passively revive a knocked out party Pokémon with each step. | 0.0010000000474974513 |
passiveHealingMaxHealthPercentage
|
Max HP passive healing | Percentage of maximum health that the passive heal can go up to. | 0.25 |
stepsToHealHealthPassively
|
Amount of steps to heal party Pokémon | Number of steps after which to heal 1 HP from a party Pokémon. | 75 |
usePassiveHealer
|
Enables passive healing | Whether to passively heal party Pokémon over time or not. | True
|
OutsideEffects
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
poisonMaxDamage
|
Max Damage Poison does | The maximum amount of damage Poison can do outside of battle to a poisoned Pokémon. | 5 |
stepsToApplyEffects
|
Amount of steps for effects to be applied | Amount of steps for effects such as Poison to be applied. | 15 |
useOutsideEffects
|
Enables outside effects | Whether or not outside effects is enabled or disabled. | True
|
PixelUtilities
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
eventCoords
|
Event Poké Gift spawning coordinates | Locations where event Poké Gifts will spawn. | None |
eventHasLegendaries
|
Allow Legendaries in event Poké Gifts | If enabled, it is possible for event Poké Gifts to contain Legendary Pokémon. | False
|
eventHasShinies
|
Enable event Poké Gift Shinies | Whether or not it is possible for event Poké Gifts to contain Shiny Pokémon | False
|
eventMaxPokemon
|
Event Poké Gift maximum Pokémon | The maximum number of Pokémon that can be contained inside an event Poké Gift. The event Poké Gift will contain a random amount of Pokémon between 1 and the specified value. | 1 |
eventPokeGiftLoad
|
Enable Poké Gift events | Whether or not event Poké Gifts spawn. | False
|
eventShinyRate
|
Event Poké Gift Shiny rate (1/x) | The chance of an event Poké Gift containing a Shiny Pokémon with the formula 1x. | 110 |
eventTime
|
Event Poké Gift custom date (D/M) | If desired, a specified date for event Poké Gifts to spawn can be used for the option in the form day/month. | None |
pokeGiftHaveEvents
|
Enable Poké Gift events | Whether or not Poké Gifts can be placed and opened. | True
|
pokeGiftReusable
|
Poké Gifts reusable | If enabled, Poké Gifts will remain after players claim them, but each Poké Gift can only be claimed once per player. If disabled, claiming a Poké Gift will cause it to disappear. | False
|
scaleGrassBattles
|
Scale grass battle levels to player | Whether or not the levels Pokémon found in Pixelmon grass will scale to the level of the player's highest-leveled Pokémon. | False
|
PokéLoot
Setting (.hocon )
|
Setting (in-game) | Description | Default value | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
spawnGrotto
|
Spawn Hidden Grottos | Whether or not Hidden Grottos spawn naturally. | True
| |||||||||||||||
spawnHidden
|
Spawn invisible PokéLoot | Whether or not invisible PokéLoot chests spawn naturally. | True
| |||||||||||||||
spawnMode
|
PokéLoot spawn mode | The default setting for how PokéLoot chests act once looted.
|
0 (First Come, First Served) | |||||||||||||||
spawnNormal
|
Spawn normal Pokéloot | Whether or not visible PokéLoot chests spawn naturally. | True
| |||||||||||||||
spawnRate
|
PokéLoot spawn rate | The frequency at which PokéLoot chests spawn.
|
1 (Normal) | |||||||||||||||
timedLootReuseHours
|
Reuse cooldown | How often players can loot PokéLoot chests that are set to have timed loot. This value is in hours.
|
86,400 seconds (1 day) |
Pokérus
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
pkrsEnabled
|
Enable Pokerus | Whether or not the Pokérus is enabled. This blocks the growth, the spread and the spawning of the Pokérus. | True
|
pkrsSpawnRate
|
Pokerus spawn rate | Pokerus spawn rate (1/x). (0 to disable) | 12288
|
pkrsInformPlayers
|
Inform players of Pokerus | Whether or not the player should be informed if their Pokémon got Pokérus. | True
|
pkrSpreadRate
|
Pokerus spread rate | Chance to spread the Pokérus to the near Pokémon after a battle. (1/x) (-1 to disable; 0 to keep always active) | 5
|
Riding
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
allowRiding
|
Allows Riding of Pokémon | Allow players to ride Pokémon. If false, no Pokémon can be ridden. | True
|
enablePointToSteer
|
Enable point to steer | If enabled, this option causes a mounted Pokémon to be steered by moving the camera, matching the directional controls on foot. If disabled, mounted Pokémon are steered using the keybinds for moving left and right. | True
|
landMount
|
Allows land mounts. | If enabled, allows riding Pokémon mounts that do not have the ability to fly or surf. | True
|
requireHM
|
Need HM to ride | Whether or not Fly or Surf must be known by a water or flying mounted Pokémon in order to mount it. Land mounts are unaffected by this setting. | False
|
ridingSpeedMultiplier
|
Riding speed multiplier | A multiplier for the mounting speed of Pokémon. Can be between 0 and 1, where 1 is the default mounting speed. | 1 |
Spawning
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
Gen1
|
Generation 1 | Whether or not Generation 1 Pokémon (#1-#151) can spawn. | True
|
Gen2
|
Generation 2 | Whether or not Generation 2 Pokémon (#152-#251) can spawn. | True
|
Gen3
|
Generation 3 | Whether or not Generation 3 Pokémon (#252-#386) can spawn. | True
|
Gen4
|
Generation 4 | Whether or not Generation 4 Pokémon (#387-#493) can spawn. | True
|
Gen5
|
Generation 5 | Whether or not Generation 5 Pokémon (#494-#649) can spawn. | True
|
Gen6
|
Generation 6 | Whether or not Generation 6 Pokémon (#650-#721) can spawn. | True
|
Gen7
|
Generation 7 | Whether or not Generation 7 Pokémon (#722-#807) can spawn. | True
|
allowLegendarySpawn
|
Allow Legendaries to spawn | Whether or not Legendary Pokémon will spawn naturally. This only affects Pokémon that use the Legendary spawn rate. | True
|
bellInclusionRange
|
Range bells seek other bells | Range in blocks that Clear/Tidal Bells will seek out other bells. | 10 |
bellSuccessChance
|
Chance that bells has a spawn | Chance that a bell, at dawn, will start to ring. 1 = 100%. | 0.01 |
bossRate
|
Spawn rate of Boss Pokémon | The rate of boss Pokémon in the wild (1/x) not including mega bosses. | 256 |
BossSpawnChance
|
Mega Boss spawn chance | Chance that a Mega Boss spawn attempt will succeed. 1 = 100% | 0.30000001192092896 |
bossSpawnTicks
|
Boss spawn ticks | How often (on average) a boss Pokémon will attempt to spawn. | 1200 (1 minute) |
canTransformToDittoOnCatch
|
Transform into Ditto | Pokemon which can transform to Ditto. | |
despawnOnFleeOrLoss
|
Despawn on flee or loss | Whether or not wild Pokémon will despawn if the player flees from them or loses against them. | False
|
displayLegendaryGlobalMessage
|
Display Legendary global message | Whether or not a message will display when a Legendary Pokémon spawns. The message also displays which biome the Pokémon spawned in. | True
|
distancePerLevel
|
Distance per level | If the spawnLevelsByDistance setting is enabled, this setting determines the rate (in block distance) that wild Pokémon levels increase according to the distance from the world spawn point.
|
30 |
entitiesPerPlayer
|
Maximum amount of NPC and/or Pokémon per player | The maximum number of entities (NPC or Pokémon) that can spawn per player. Lower for better performance. | 45 |
hiddenAbilitySpawnRate
|
Hidden Ability spawn rate | The rarity of hidden Abilities on wild or spawned-in Pokémon, using the formula 1x Pokémon. This setting does not affect breeding. | 150 (1150 Pokémon) |
horizontalSliceRadius
|
Horizontal radius for random spawning | The horizontal radius of the areas randomly selected near the player to do spawning in. Lower for better performance but less reliable spawning. | 10 |
horizontalTrackFactor
|
Amount of ticks for tracking spawner | How many ticks 'lead' the player tracking spawner will give players based on their motion. This tries to spawn at locations the player is about to be. | 80 |
injectIntoLootTables
|
Enables Pixelmon loot table modifier | Whether or not Pixelmon should modify Minecraft loot tables. | True
|
legendarySpawnChance
|
Legendary spawn chance | The chance of a Legendary Pokémon spawn attempt succeeding (0-1) if a viable location has been found for one to spawn. The frequency of this spawn attempt is defined by the legendarySpawnTicks setting.
|
0.3 (30%) |
legendarySpawnTicks
|
Legendary spawn ticks | How often (in ticks) on average a Legendary Pokémon attempts to spawn. The actual time interval ranges from 60% to 140% of the specified value in this setting. The chance of the spawn attempt succeeding is defined by the legendarySpawnChance setting.
|
3,000 ticks (2 minutes and 30 seconds) |
lootIgnoreList
|
Type of loot Pixelmon shouldn't modify | Maximum level Pokémon will spawn at when Spawn Levels By Distance enabled. | None |
maxLevelByDistance
|
Maximum spawn level (by distance) | The maximum level that Pokémon can spawn at when the spawnLevelsByDistance option is enabled. | 60 |
maximumDistanceFromCentre
|
Max distance for spawns | The maximum distance from the player that entities may spawn. | 64 |
maximumSpawnedPokemon
|
Maximum Pokémon that can be spawned in at once | The maximum number of Pokémon that can be naturally spawned in at once. This does not count fishing, Move Skills, commands, or legendary spawning | 3000 |
MeltanSpawnChance
|
Meltan Spawn Chance | Chance for a Meltan to spawn when smelting a metal ore block. 1/x | 8192 |
meltanTransformChance
|
Chance Meltan transforms to Ditto | Percentage chance for a Meltan to transform into Ditto on capture. 1 = 100% | 0.6 |
minimumDistanceBetweenSpawns
|
Minimum distance for spawns | The minimum number of blocks between a spawned entity and an existing living entity. | 15 |
minimumDistanceFromCentre
|
Minimum distance for spawning | The minimum distance from the player that entities may spawn. The lower this is, the closer entities will spawn to players. | 18 |
replaceMCVillagers
|
Replace Minecraft villagers | Whether to replace Minecraft's villagers with chatting NPCs in villages. | True
|
shinySpawnRate
|
Shiny spawn rate (1/x) | The rarity of Shiny Pokémon, using the formula 1x Pokémon. | 4096 (14096 Pokémon) |
spawnFrequency
|
Number of spawns per minute | The number of spawn passes made per minute. Decrease for better performance. | 60 |
spawnGyms
|
Spawn Gyms | Whether Gyms can spawn naturally. | True
|
spawnLevelsByDistance
|
Spawn levels by distance | If enabled, wild Pokémon levels will increase as the distance from the world spawn point increases. If disabled, wild Pokémon will spawn with varying levels regardless of the distance from the world spawn point. | False
|
spawnLevelsCloserToPlayerLevels
|
Spawn levels closer to player levels | If enabled, wild Pokémon and trainers will spawn closer to the level range of the player. For example, a party where the highest level is 5 will never see Pokémon or trainers above level 15 unless through fishing. If the player has a Pokémon above level 39, only trainers are affected. | True
|
spawnPokeMarts
|
Spawn shopkeepers | Whether Poké Marts can spawn in towns. | True
|
spawnSetFolder
|
Folder path for spawning files | Which folder to use under ./pixelmon/spawning/ for spawn sets. | default
|
spawnTicksPlayerMultiplier
|
Speeds up legendary and mega boss spawns | A multiplier that speeds up legendary and mega boss spawning based on player count. ticks = spawnTicks / (1 + (number of players - 1) * spawnTicksPlayerMultiplier )
|
0.009999999776482582 |
spawnUltraSpaceEndCities
|
Enable for End City Spawns in Ultra Space | If enabled, End Cities should be generated in new Ultra Space chunks. | True
|
spawnUltraSpaceExtraLoots
|
More Pokéloot in Ultra Space | If enabled, more Pokéloot chests should be generated in new Ultra Space chunks. | True
|
spawnUltraSpaceExtraOres
|
More ores in Ultra Space | If enabled, more ores should be generated in new Ultra Space chunks. | True
|
spawnUltraSpaceExtraPlants
|
More Apricorns/Berries in Ultra Space | If enabled, more plants (apricorns, berries) should be generated in new Ultra Space chunks. | True
|
spawnUltraSpaceExtraShrines
|
More shrines in Ultra Space | If enabled, more Shrines should be generated in new Ultra Space chunks. | True
|
spawnUltraSpaceNetherForts |
Enables spawning of Nether Forts in Ultra Space | If enabled, Nether Forts should be generated in new Ultra Space chunks. | True
|
spawnsPerPass
|
Number of spawns in a single cycle per player | The maximum number of spawns in a single spawn cycle for a single player. Lower for slower spawning and better performance. Values above 5 are very unlikely to make a noticeable difference.
|
2
|
transformToDittoOnCatch
|
Chance for Pokémon to transform into Ditto | Chance for a wild Pokemon to turn into a Ditto on capture. | 5.0E-5 |
useBetterSpawnerConfig
|
Enables BetterSpawnerConfig | If enabled, the BetterSpawnerConfig's config will be generated under config/pixelmon. | False
|
useRecentLevelMoves
|
Pokémon will spawn with most recent moves in their movepools | If set to true, Pokémon will spawn with the most recent moves in their level-up movepools. If false, Pokémon will spawn with random moves from their level-up movepools. | False
|
verticalSliceRadius
|
Vertical radius in blocks for spawning | The vertical radius of the areas randomly selected near the player to do spawning in. Lower for better performance but less reliable spawning. Making this larger than the horizontal slice radius is a good idea. | 25
|
verticalTrackFactor
|
Number of ticks that precede spawning vertically | How many ticks 'lead' the player tracking spawner will give players based on their vertical motion. Typically best as zero due to the interference jumping can cause. | 0
|
Starters
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
level
|
Starter level | The initial level that Trainers' starter Pokémon will be at. This can be between levels 5 and 100. | 5 |
shiny
|
Shiny starters | If enabled, Trainers' starter Pokémon will always be Shiny. | False
|
starterList
|
Starter list | The choices that players will have for their starter Pokémon. There can be a maximum of 24 choices. If a Pokémon has multiple forms, the form can be defined by placing the corresponding form index directly after the Pokémon's name (e.g., Unown10 for Unown K).
|
Storage
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
asyncInterval
|
N/A | The interval in seconds that the async saver will save all queued data to disk. | 60
|
useAsyncSaving
|
N/A | Activates off-main thread saving of party and computer data. (server only) | false
|
UltraSpace
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
ultraSpace
|
Enables Ultra Space | Whether the Ultra Space Dimension is activated or not. | True
|
ultraSpaceBossModifier |
Modifies boss rarity in Ultra Space | Modifies the rarity of bosses in the Ultra Space Dimension (bossRate * ultraSpaceBossModifier ).
|
0.5 |
ultraSpaceColourblindMode
|
Enables Colourblind mode in Ultra Space | If enabled, Ultra Space fog will be in colourblind mode. | False
|
ultraSpaceDimId
|
Ultra Space's Dimension ID | The dimension ID Ultra Space will utilize. If smaller than 2, defaults to ID 72. | 0 |
ultraSpaceHiddenAbilityModifier
|
Modifies rarity for Hidden Abilities in Ultra Space | Modifies the rarity of hidden abilities in the Ultra Space Dimension (hiddenAbilitySpawnRate * ultraSpaceHiddenAbilityModifier ).
|
0.5 |
ultraSpaceShinyModifier
|
Modifies rarity for Shinies in Ultra Space | Modifies the rarity of shiny Pokemon in the Ultra Space Dimension (shinyRate * ultraSpaceShinyModifier ).
|
0.5 |
Legacy Options
Sounds
Setting (.hocon )
|
Setting (in-game) | Description | Default value |
---|---|---|---|
removeVanillaMusic
|
Remove vanilla music | Whether or not vanilla Minecraft music (not including music discs) can randomly play instead of Pixelmon music. | True
|