Advertisement
Guest User

Untitled

a guest
Mar 12th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.62 KB | None | 0 0
  1. # Settings for controlling the auto-battler for AFK players.
  2. AFKHandler {
  3. # The time in seconds before a player in a battle is declared to be AFK and the auto-battle code takes over for them.
  4. afkActivateSeconds=90
  5. # The time in seconds before the auto-battle handler picks a move automatically each turn.
  6. afkHandlerTurnSeconds=15
  7. # Have auto-battle take over if the player is AFK during a battle. Activates after the specified time period and gives specified time for each turn after that.
  8. enableAFKHandler=false
  9. }
  10. # Settings for breeding behavior.
  11. Breeding {
  12. # Allows the placement of ranch blocks, which are required for breeding Pokemon.
  13. allowBreeding=true
  14. # Allows two Ditto to breed together to produce Eggs with random Pokémon inside.
  15. allowDittoDittoBreeding=true
  16. # Allow the crafting of ranch blocks.
  17. allowRanchCrafting=true
  18. # Allow the ranch expansion.
  19. allowRanchExpansion=true
  20. # Enable random Eggs from Ditto-Ditto breeding to contain Legendaries.
  21. allowRandomBreedingEggsToBeLegendary=false
  22. # Enables random Eggs from /pokegiveegg to contain Legendaries.
  23. allowRandomSpawnedEggsToBeLegendary=false
  24. # Seconds between running the environment check for breeders, requires useBreedingEnvironment to be enabled
  25. breedingEnvironmentCheckSeconds=500
  26. # Number of world ticks needed to increase the breeding stage.
  27. breedingTicks=18000
  28. # Number of stages to go through before breeding occurs (1-5).
  29. numBreedingStages=5
  30. # Sets the number of steps per Egg cycle. Lower numbers hatch Eggs faster.
  31. stepsPerEggCycle=255
  32. # Control speed of breeding based on the blocks set in the area. If false, will set breeding speed to 1.0x.
  33. useBreedingEnvironment=true
  34. }
  35. # Settings for re-routing the Pixelmon saving system into an external database.
  36. Database {
  37. # Put the connection string for the external database in the form jdbc:dbtype://...
  38. connectionString="jdbc:hd://"
  39. # Enable this to change the save system over to a database specified in the connection string property. Only H2 and MySQL currently supported.
  40. saveToExternalDatabase=false
  41. }
  42. # Options for the elevator.
  43. Elevator {
  44. # Maximum search range up/down for a pairing elevator.
  45. elevatorSearchRange=10
  46. }
  47. # Settings for controlling external moves.
  48. ExternalMoves {
  49. # Allows the use of external moves such as Rock Smash and Cut.
  50. allowExternalMoves=true
  51. }
  52. # General settings for the world.
  53. General {
  54. # Allow the anvil to replace finished items with starting item from player's inventory without manual placing.
  55. allowAnvilAutoreloading=false
  56. # Allow player to throw Poke Balls from hotbar. If false, Poke Balls can only be thrown in battles.
  57. allowCaptureOutsideBattle=true
  58. # Allows move tutors that teach event moves to spawn naturally.
  59. allowEventMoveTutors=false
  60. # Allows the 17 types of Gems to be crafted by players.
  61. allowGemCrafting=true
  62. # Allow players to plant Apricorns in the ground.
  63. allowPlanting=true
  64. # Allow the player to nickname Pokemon (not a server-wide setting, just a client setting).
  65. allowPokemonNicknames=true
  66. # Determines if player vs. player battles give Pokemon experience. No EXP gain in PvP when false.
  67. allowPvPExperience=true
  68. # Allows players to make Rare Candies by crafting (server-side option).
  69. allowRareCandyCrafting=true
  70. # Allow players to ride Pokemon. If false, no Pokemon can be ridden (server-side option).
  71. allowRiding=true
  72. # If enabled, TMs are reusable. If disabled, TMs are consumed upon use.
  73. allowTMReuse=false
  74. # Determines if player vs. Trainer battles give Pokemon experience. No EXP gain in Trainer when false.
  75. allowTrainerExperience=true
  76. # Allow creepers, skeletons, etc. to spawn in the world. DANGER - can kill you while battling.
  77. allowVanillaMobs=false
  78. # Award photos to players who defeat wild Pokemon.
  79. awardPhotos=false
  80. # The type of AI to use for boss Pokemon in battle.
  81. # 1: Choose moves randomly. 2: Choose the most damaging move possible (with type match-ups), ignoring status moves. 3: Use both offensive and status moves. 4: Use all moves intelligently and switch out when advantageous.
  82. battleAIBoss=2
  83. # The type of AI to use for NPC Trainers in battle.
  84. # 1: Choose moves randomly. 2: Choose the most damaging move possible (with type match-ups), ignoring status moves. 3: Use both offensive and status moves. 4: Use all moves intelligently and switch out when advantageous.
  85. battleAITrainer=3
  86. # The type of AI to use for wild Pokemon in battle.
  87. # 1: Choose moves randomly. 2: Choose the most damaging move possible (with type match-ups), ignoring status moves. 3: Use both offensive and status moves. 4: Use all moves intelligently and switch out when advantageous.
  88. battleAIWild=1
  89. # The radius in chunks around a player that Pokemon can spawn within.
  90. chunkSpawnRadius=8
  91. # Allow players to use cloning machines to clone Mew into Mewtwo.
  92. cloningMachineEnabled=true
  93. # Sets the amount of boxes players have in their PCs (capped at 256 per player).
  94. computerBoxes=16
  95. # When mounted, enables steering the Pokemon by looking.
  96. enablePointToSteer=true
  97. # Allows the Pokedex to open wiki pages. Turn this off if you don't want the wiki opening from inside Pixelmon.
  98. enablePokedexWikiWebsiteOpen=true
  99. # Allow wild Pokemon to initiate battles.
  100. enableWildAggression=true
  101. # If enabled, players will be able to challenge others by throwing a Pokemon at the enemy player rather than a Pokemon.
  102. engagePlayerByPokeBall=false
  103. # Multiplier for experience gained in Pokemon battles.
  104. expModifier=1
  105. # What will happen if a battle is force-ended without a proper conclusion. 0: A winner is determined based on the number of remaining Pokémon (with % HP as a tiebreaker). 1: The battle is considered a draw. 2: The battle is considered abnormally ended.
  106. forceEndBattleResult=0
  107. # Adjusts the variation in size caused by growth (0-2). 1 is normal.
  108. growthScaleModifier=1.0
  109. # Allow each player to take multiple photos of the same Pokémon.
  110. multiplePhotosOfSamePokemon=true
  111. # Sets how far Pokemon names and levels can be seen from (client setting only). 1=Default, 2=Farther, 3=Far
  112. namePlateRange=1
  113. # Requires flying and water Pokemon mounts to have HM moves Fly or Surf (respectively) to be able to ride them.
  114. needHMToRide=true
  115. # Sets NPC rarity. Higher values spawn NPCs (Trainers, tutors) more often, 0 spawns no NPCs.
  116. npcRarity=0
  117. # Allows wild Pokemon to drop items like feathers, etc. on death.
  118. pokemonDropsEnabled=true
  119. # Prints more detailed error messages to the server.log file if enabled.
  120. printErrors=true
  121. # If enabled, consumable held items will be returned to Pokémon at the end of player vs. player battles.
  122. returnHeldItems=true
  123. # Set Legendary shrines to one use (false) or multiple use (true).
  124. reusableBirdShrines=false
  125. # Increases size of Pokemon models in-game by 30%.
  126. scalePokemonModels=true
  127. # Allow Legendary bird shrines to spawn randomly in world.
  128. spawnBirdShrines=true
  129. # Allow Spectral Jeweller Gem shrines to spawn randomly in world.
  130. spawnGemShrines=false
  131. # Allow random generation of structures such as Pokemon Centers, shrines, and other buildings if true.
  132. spawnStructures=false
  133. # If true, must be opped to use spawners. If false, must be in Creative mode.
  134. spawnersOpOnly=true
  135. # Lets you choose to give/not give a starter to a player on join (via the Pixelmon starter screen).
  136. starterOnJoin=false
  137. # The time taken before syncing to the system clock (in seconds).
  138. systemTimeSyncInterval=30
  139. # Set traders to one use (false) or multiple use (true).
  140. tradersReusable=false
  141. # Allows you to toggle which tab list you would like to use. True for Pixelmon's, false for vanilla's.
  142. useCustomTabList=true
  143. # Load external drops files from the "drops" folder. If set to true and the "drops" folder does not exist, Pixelmon will create the folder and dump the existing files there.
  144. useExternalDropFiles=false
  145. # Load external NPC files from the "npcs" folder. If set to true and the "npcs" folder does not exist, Pixelmon will create the folder and dump the existing files there.
  146. useExternalNPCFiles=false
  147. # Load external structure files from the "structures" folder. If set to true and the "structures" folder does not exist, Pixelmon will create the folder and dump the existing files there.
  148. useExternalStructureFiles=false
  149. # Lets your world follow real world time or not (uses the server's system clock).
  150. useSystemTimeForWorldTime=false
  151. # Wild Pokemon will have a chance based on unfavourable battle conditions to try and flee from battle.
  152. wildCanFlee=true
  153. # Saves Pixelmon entities to file when world saves (greatly increases save file size and save time if true). Required for the morph mod.
  154. writeEntitiesToWorld=false
  155. }
  156. # Graphics settings.
  157. Graphics {
  158. # Use the low resolution textures for Pokemon and Poke Balls. Useful for low-end systems.
  159. lowResTextures=false
  160. # Multiplier of the 64 distance usually used for rendering.
  161. renderDistanceWeight=2.0
  162. # Display the currently selected Pokemon's attack target on the screen.
  163. showCurrentAttackTarget=true
  164. # Use the original Pokemon textures for statues.
  165. useOriginalPokemonTexturesForStatues=false
  166. # Use the SMD normal maps for shading Poke Balls.
  167. useSmoothShadingOnPokeBalls=true
  168. # Use the SMD normal maps for shading Pokemon.
  169. useSmoothShadingOnPokemon=true
  170. }
  171. # Settings for PixelUtilities features.
  172. PixelUtilities {
  173. # pixelmon.config.blocksHaveLegendaries.comment
  174. blocksHaveLegendaries=false
  175. # Specify the coordinates of the event Poke Gift chest here.
  176. eventCoords=[
  177. notConfigured
  178. ]
  179. # Enable/Disable Legendaries from being added to the event Poke Gift.
  180. eventHasLegendaries=true
  181. # Each Pokemon has a 1/10 chance of being a Shiny.
  182. eventHasShinies=false
  183. # Sets the maximum amount of Pokemon that are in spawned Poke Gifts.
  184. eventMaxPokemon=1
  185. # Should an event Poke Gift spawn?
  186. eventPokeGiftLoad=false
  187. # The rate of Shiny Pokemon appearing in a Poke Gift (1/x).
  188. eventShinyRate=10
  189. # Define a custom date for Poke Gift events (day then month).
  190. eventTime="D/M"
  191. # Allows Poke Gifts to be used (both placing and using, prevention against spam).
  192. pokeGiftHaveEvents=true
  193. # Enable multiple players to get the Pokemon from the gift.
  194. pokeGiftReusable=false
  195. # Scale grass battles to players' team levels?
  196. scaleGrassBattles=false
  197. }
  198. # Settings for controlling PokeLoot chest spawns and behavior.
  199. PokeLoot {
  200. # Allow Hidden Grottos to spawn in the world.
  201. spawnGrotto=false
  202. # Allows invisible PokeChests to spawn around the world randomly.
  203. spawnHidden=false
  204. # Default spawn mode (FCFS=0, PL1D=1, PUD=2, TIMED=3). FCFS = First Come First Serve, only one player can loot chest, then chests vanishes. PL1D = Player 1 Drop, chest gives one drop per person. Chest remains for others to use once each. PUD = Player Unlimited Drops, chests can be used infinitely by all players. TIMED = Each player allowed to loot again after specified time interval (individual timers). Chest remains after looting.
  205. spawnMode=0
  206. # Allows normal visible PokeChests to spawn around the world randomly.
  207. spawnNormal=true
  208. # Chest spawn rate. 0: 1 per 64 chunks. 1: 1 per 32 chunks. 2: 1 per 18 chunks. 3: 1 per 10 chunks
  209. spawnRate=1
  210. # Sets frequency that a player can reuse a timed loot chest (both placed in Creative and naturally spawned) if set to TIMED. Time conversions: one hour = 3600 seconds, one day = 86400 seconds, one week = 604800 seconds.
  211. timedLootReuseSeconds=86400
  212. }
  213. # Sound settings.
  214. Sounds {
  215. # Maximum number of world ticks before a new music track will start.
  216. maxMusicDelay=24000
  217. # Minimum number of world ticks before a new music track will start.
  218. minMusicDelay=12000
  219. }
  220. # Settings that control what Pokemon spawns and how many of them spawn.
  221. Spawning {
  222. # These values set whether or not a Generation's Pokemon will be spawned.
  223. Gens {
  224. # Pokedex 1-151
  225. Gen1=true
  226. # Pokedex 152-251
  227. Gen2=true
  228. # Pokedex 252-386
  229. Gen3=true
  230. # Pokedex 387-493
  231. Gen4=true
  232. # Pokedex 494-649
  233. Gen5=true
  234. }
  235. # Allow wild Legendaries to spawn (besides specific event spawns).
  236. allowLegendarySpawn=false
  237. # Chance of a group of wild Pokemon containing a boss Pokemon (1/rate). 0 disables boss spawns.
  238. bossSpawnRate=250
  239. # Forces wild Pokemon to despawn after a battle.
  240. despawnOnFleeOrLoss=true
  241. # Displays server-wide announcement 'A Legendary has spawned in <name> biome' when a Legendary spawns.
  242. displayLegendaryGlobalMessage=true
  243. # Chance of a wild Pokemon spawning with its hidden Ability (1/rate). 0 disables hidden Ability spawns.
  244. hiddenAbilitySpawnRate=150
  245. # Increase the Minecraft village spawn rate by 100%.
  246. increaseVillageSpawnRate=true
  247. # Minimum number of ticks before a particular legendary can spawn again (via main spawner).
  248. legendaryRepeatSpawnTicks=96000
  249. # Chance that a Legendary spawn attempt will succeed (0-1).
  250. legendarySpawnChance=0.30000001192092896
  251. # Average number of ticks before an attempt at Legendary spawning will be made (modified by spawn chance).
  252. legendarySpawnTicks=3000
  253. # Max number of flying Pokemon at one time (keep this low).
  254. maxFlyingPokemon=2
  255. # Max number of land Pokemon at one time.
  256. maxLandPokemon=40
  257. # Max number of underground Pokemon at one time.
  258. maxUndergroundPokemon=20
  259. # Max number of water Pokemon at one time.
  260. maxWaterPokemon=20
  261. # Replaces Minecraft's villagers with Pixelmon NPCs.
  262. replaceMCVillagers=true
  263. # Shiny calculation uses 1/(Shiny rate) to get odds of becoming Shiny.
  264. shinySpawnRate=8192
  265. # List of dimensions that Pokemon will spawn in.
  266. spawnDimensions=[
  267. 0
  268. ]
  269. # Poke Marts will spawn with shopkeepers in Minecraft's towns.
  270. spawnPokeMarts=false
  271. }
  272. Starters {
  273. # Level (min=5, max=100).
  274. level=5
  275. # Shiny starters.
  276. shiny=false
  277. # List of starters (max of 15).
  278. starterList=[
  279. Bulbasaur,
  280. Squirtle,
  281. Charmander,
  282. Chikorita,
  283. Totodile,
  284. Cyndaquil,
  285. Treecko,
  286. Mudkip,
  287. Torchic,
  288. Turtwig,
  289. Piplup,
  290. Chimchar,
  291. Snivy,
  292. Oshawott,
  293. Tepig
  294. ]
  295. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement