Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.30 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=true # Enables random Eggs from /pokegiveegg to contain Legendaries.
  22. allowRandomSpawnedEggsToBeLegendary=false
  23. # Seconds between running the environment check for breeders, requires useBreedingEnvironment to be enabled
  24. breedingEnvironmentCheckSeconds=500
  25. # Number of world ticks needed to increase the breeding stage.
  26. breedingTicks=18000
  27. # Number of stages to go through before breeding occurs (1-5).
  28. numBreedingStages=5
  29. # Sets the number of steps per Egg cycle. Lower numbers hatch Eggs faster.
  30. stepsPerEggCycle=175
  31. # Control speed of breeding based on the blocks set in the area. If false, will set breeding speed to 1.0x.
  32. useBreedingEnvironment=true
  33. }
  34. # Settings for re-routing the Pixelmon saving system into an external database.
  35. Database {
  36. # Put the connection string for the external database in the form jdbc:dbtype://...
  37. connectionString="jdbc:hd://"
  38. # Enable this to change the save system over to a database specified in the connection string property. Only H2 and MySQL currently supported.
  39. saveToExternalDatabase=false
  40. }
  41. # Options for the elevator.
  42. Elevator {
  43. # Maximum search range up/down for a pairing elevator.
  44. elevatorSearchRange=10
  45. }
  46. # Settings for controlling external moves.
  47. ExternalMoves {
  48. # Allow destructive external moves (includes Cut, Dig, Explode, LightFire, Lightning, RockSmash)
  49. allowDestructiveExternalMoves=true
  50. # Allows the use of external moves such as Rock Smash and Cut.
  51. allowExternalMoves=true
  52. }
  53. # General settings for the world.
  54. General {
  55. # Allow the anvil to replace finished items with starting item from player's inventory without manual placing.
  56. allowAnvilAutoreloading=false
  57. # Allow player to throw Poke Balls from hotbar. If false, Poke Balls can only be thrown in battles.
  58. allowCaptureOutsideBattle=true
  59. # Allows move tutors that teach event moves to spawn naturally.
  60. allowEventMoveTutors=false
  61. # Allows the 17 types of Gems to be crafted by players.
  62. allowGemCrafting=true
  63. # Allow Pay Day to award PokéDollars when used.
  64. allowPayDayMoney=true
  65. # Allow players to plant Apricorns in the ground.
  66. allowPlanting=true
  67. # Server-side, whether players can use Pokémon editors. Client-side, whether other players can use a Pokémon editor on the player with the setting.
  68. allowPokemonEditors=true
  69. # Allow the player to nickname Pokemon (not a server-wide setting, just a client setting).
  70. allowPokemonNicknames=true
  71. # Determines if player vs. player battles give Pokemon experience. No EXP gain in PvP when false.
  72. allowPvPExperience=true
  73. # Allows players to make Rare Candies by crafting (server-side option).
  74. allowRareCandyCrafting=true
  75. # Allow players to ride Pokemon. If false, no Pokemon can be ridden (server-side option).
  76. allowRiding=true
  77. # If enabled, TMs are reusable. If disabled, TMs are consumed upon use.
  78. allowTMReuse=false
  79. # Determines if player vs. Trainer battles give Pokemon experience. No EXP gain in Trainer when false.
  80. allowTrainerExperience=true
  81. # Allow creepers, skeletons, etc. to spawn in the world. DANGER - can kill you while battling.
  82. allowVanillaMobs=false
  83. # Award photos to players who defeat wild Pokemon.
  84. awardPhotos=false
  85. # The type of AI to use for boss Pokemon in battle.
  86. # 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.
  87. battleAIBoss=2
  88. # The type of AI to use for NPC Trainers in battle.
  89. # 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.
  90. battleAITrainer=3
  91. # The type of AI to use for wild Pokemon in battle.
  92. # 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.
  93. battleAIWild=1
  94. # Whether sleeping in a bed heals a player's Pokemon.
  95. bedsHealPokemon=true
  96. # Multipier for the speed at which berry trees grow. Can be between 0.1 and 1000.
  97. berryTreeGrowthMultiplier=1
  98. # The radius in chunks around a player that Pokemon can spawn within.
  99. chunkSpawnRadius=8
  100. # Allow players to use cloning machines to clone Mew into Mewtwo.
  101. cloningMachineEnabled=true
  102. # Sets the amount of boxes players have in their PCs (capped at 256 per player).
  103. computerBoxes=30
  104. # If players party and computer are forcefully saved upon every world save (If false, you should be saving data via /saveall, or risk data loss)
  105. dataSaveOnWorldSave=true
  106. # When mounted, enables steering the Pokemon by looking.
  107. enablePointToSteer=true
  108. # Allows the Pokedex to open wiki pages. Turn this off if you don't want the wiki opening from inside Pixelmon.
  109. enablePokedexWikiWebsiteOpen=true
  110. # Allow wild Pokemon to initiate battles.
  111. enableWildAggression=true
  112. # If enabled, players will be able to challenge others by throwing a Pokemon at the enemy player rather than a Pokemon.
  113. engagePlayerByPokeBall=false
  114. # Multiplier for experience gained in Pokemon battles.
  115. expModifier=1
  116. # 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.
  117. forceEndBattleResult=0
  118. # Adjusts the variation in size caused by growth (0-2). 1 is normal.
  119. growthScaleModifier=1
  120. # The maximum level that a Pokémon can be.
  121. maxLevel=100
  122. # The maximum plants allowed within a chunk. Applies to Apricorns and Berries.
  123. maximumPlants=50
  124. # Allow each player to take multiple photos of the same Pokémon.
  125. multiplePhotosOfSamePokemon=true
  126. # Sets how far Pokemon names and levels can be seen from (client setting only). 1=Default, 2=Farther, 3=Far
  127. namePlateRange=1
  128. # Requires flying and water Pokemon mounts to have HM moves Fly or Surf (respectively) to be able to ride them.
  129. needHMToRide=false
  130. # Chance of the Pickup Ability picking up an item after a battle (1/rate). 0 disables this.
  131. pickupRate=10
  132. # Allows wild Pokemon to drop items like feathers, etc. on death.
  133. pokemonDropsEnabled=true
  134. # Prints more detailed error messages to the server.log file if enabled.
  135. printErrors=true
  136. # If enabled, consumable held items will be returned to Pokémon at the end of player vs. player battles.
  137. returnHeldItems=true
  138. # Set Legendary shrines to one use (false) or multiple use (true).
  139. reusableBirdShrines=true # Multipier for the speed that mounted Pokémon travel at. Can be between 0 and 1.
  140. ridingSpeedMultiplier=1
  141. # Increases size of Pokemon models in-game by 30%.
  142. scalePokemonModels=true
  143. # Whether to show wild Pokémon names on their nameplates.
  144. showWildNames=false
  145. # Allow Legendary bird shrines to spawn randomly in world.
  146. spawnBirdShrines=true
  147. # Allow random generation of structures such as Pokemon Centers, shrines, and other buildings if true.
  148. spawnStructures=true
  149. # If true, must be opped to use spawners. If false, must be in Creative mode.
  150. spawnersOpOnly=false
  151. # Lets you choose to give/not give a starter to a player on join (via the Pixelmon starter screen).
  152. starterOnJoin=true
  153. # The time taken before syncing to the system clock (in seconds).
  154. systemTimeSyncInterval=30
  155. # Set traders to one use (false) or multiple use (true).
  156. tradersReusable=false
  157. # Allows you to toggle which tab list you would like to use. True for Pixelmon's, false for vanilla's.
  158. useCustomTabList=true
  159. # Whether to display a GUI with Pokémon drops after defeating a regular Pokémon.
  160. useDropGUI=false
  161. # Load external configuration files from the "pixelmon" folder. If set to true and the "pixelmon" folder does not exist, Pixelmon will create the folder and dump the existing files there.
  162. useExternalJSONFiles=false
  163. # Lets your world follow real world time or not (uses the server's system clock).
  164. useSystemTimeForWorldTime=false
  165. # Saves Pixelmon entities to file when world saves (greatly increases save file size and save time if true). Required for the morph mod.
  166. writeEntitiesToWorld=false
  167. }
  168. # Graphics settings.
  169. Graphics {
  170. # Show each Pokemon's health in a bar above their heads.
  171. drawHealthBars=false
  172. # Use the low resolution textures for Pokemon and Poke Balls. Useful for low-end systems.
  173. lowResTextures=false
  174. # Set whether or not the player can control the camera during battles (sets to sphere based camera positioning)
  175. playerControlCamera=true
  176. # Multiplier of the 64 distance usually used for rendering.
  177. renderDistanceWeight=2
  178. # Display the currently selected Pokemon's attack target on the screen.
  179. showCurrentAttackTarget=true
  180. # Set whether or not to switch to an external camera during battles.
  181. useBattleCamera=true
  182. # Use the original Pokemon textures for statues.
  183. useOriginalPokemonTexturesForStatues=false
  184. # Use the SMD normal maps for shading Poke Balls.
  185. useSmoothShadingOnPokeBalls=true
  186. # Use the SMD normal maps for shading Pokemon.
  187. useSmoothShadingOnPokemon=true
  188. }
  189. # Settings for PixelUtilities features.
  190. PixelUtilities {
  191. # pixelmon.config.blocksHaveLegendaries.comment
  192. blocksHaveLegendaries=false
  193. # Specify the coordinates of the event Poke Gift chest here.
  194. eventCoords=[
  195. notConfigured
  196. ]
  197. # Enable/Disable Legendaries from being added to the event Poke Gift.
  198. eventHasLegendaries=false
  199. # Each Pokemon has a 1/10 chance of being a Shiny.
  200. eventHasShinies=false
  201. # Sets the maximum amount of Pokemon that are in spawned Poke Gifts.
  202. eventMaxPokemon=1
  203. # Should an event Poke Gift spawn?
  204. eventPokeGiftLoad=false
  205. # The rate of Shiny Pokemon appearing in a Poke Gift (1/x).
  206. eventShinyRate=10
  207. # Define a custom date for Poke Gift events (day then month).
  208. eventTime="D/M"
  209. # Allows Poke Gifts to be used (both placing and using, prevention against spam).
  210. pokeGiftHaveEvents=true
  211. # Enable multiple players to get the Pokemon from the gift.
  212. pokeGiftReusable=false
  213. # Scale grass battles to players' team levels?
  214. scaleGrassBattles=false
  215. }
  216. # Settings for controlling PokeLoot chest spawns and behavior.
  217. PokeLoot {
  218. # Allow Hidden Grottos to spawn in the world.
  219. spawnGrotto=true
  220. # Allows invisible PokeChests to spawn around the world randomly.
  221. spawnHidden=true
  222. # 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.
  223. spawnMode=0
  224. # Allows normal visible PokeChests to spawn around the world randomly.
  225. spawnNormal=true
  226. # Chest spawn rate. 0: 1 per 64 chunks. 1: 1 per 32 chunks. 2: 1 per 18 chunks. 3: 1 per 10 chunks
  227. spawnRate=1
  228. # 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.
  229. timedLootReuseSeconds=86400
  230. }
  231. # Sound settings.
  232. Sounds {
  233. # Whether to remove Minecraft music and only play Pixelmon music in-game.
  234. removeVanillaMusic=true
  235. }
  236. # Settings that control what Pokemon spawns and how many of them spawn.
  237. Spawning {
  238. # These values set whether or not a Generation's Pokemon will be spawned.
  239. Gens {
  240. # Pokedex 1-151
  241. Gen1=true
  242. # Pokedex 152-251
  243. Gen2=true
  244. # Pokedex 252-386
  245. Gen3=true
  246. # Pokedex 387-493
  247. Gen4=true
  248. # Pokedex 494-649
  249. Gen5=true
  250. # Pokedex 650-721
  251. Gen6=true
  252. }
  253. # Allow wild Legendaries to spawn (besides specific event spawns).
  254. allowLegendarySpawn=true
  255. # Average number of ticks before spawning a boss Pokémon
  256. bossSpawnTicks=10000
  257. # Forces wild Pokemon to despawn after a battle.
  258. despawnOnFleeOrLoss=false
  259. # Displays server-wide announcement 'A Legendary has spawned in <name> biome' when a Legendary spawns.
  260. displayLegendaryGlobalMessage=true
  261. # Number of blocks for a level increase when Spawn Levels By Distance enabled.
  262. distancePerLevel=30
  263. # Chance of a wild Pokemon spawning with its hidden Ability (1/rate). 0 disables hidden Ability spawns.
  264. hiddenAbilitySpawnRate=150
  265. # Increase the Minecraft village spawn rate by 100%.
  266. increaseVillageSpawnRate=true
  267. # Minimum number of ticks before a particular legendary can spawn again (via main spawner).
  268. legendaryRepeatSpawnTicks=70000
  269. # Chance that a Legendary spawn attempt will succeed (0-1).
  270. legendarySpawnChance=0.3009011192092896
  271. # Average number of ticks before an attempt at Legendary spawning will be made (modified by spawn chance).
  272. legendarySpawnTicks=4000
  273. # Max number of flying Pokemon at one time (keep this low).
  274. maxFlyingPokemon=2
  275. # Max number of land Pokemon at one time.
  276. maxLandPokemon=80
  277. # Maximum level Pokemon will spawn at when Spawn Levels By Distance enabled.
  278. maxLevelByDistance=60
  279. # Max number of bosses at one time.
  280. maxNumBosses=1
  281. # Max number of NPCs at one time.
  282. maxNumNPCs=4
  283. # Max Pokémon spawns per tick
  284. maxSpawnsPerTick=100
  285. # Max number of underground Pokemon at one time.
  286. maxUndergroundPokemon=20
  287. # Max number of water Pokemon at one time.
  288. maxWaterPokemon=20
  289. # Replaces Minecraft's villagers with Pixelmon NPCs.
  290. replaceMCVillagers=true
  291. # Shiny calculation uses 1/(Shiny rate) to get odds of becoming Shiny.
  292. shinySpawnRate=3596
  293. # List of dimensions that Pokemon will spawn in.
  294. spawnDimensions=[
  295. 0
  296. ]
  297. # Sets spawning of Gyms in close proximity to newly generated towns on or off.
  298. spawnGyms=true
  299. # Sets whether or not Pokemon levels are determined by distance from the World's spawn point.
  300. spawnLevelsByDistance=false
  301. # Poke Marts will spawn with shopkeepers in Minecraft's towns.
  302. spawnPokeMarts=true
  303. # Number of ticks before an attempt to spawn entities is made.
  304. spawnTickRate=60
  305. # If 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.
  306. useRecentLevelMoves=false
  307. }
  308. Starters {
  309. # Level (min=5, max=100).
  310. level=5
  311. # Shiny starters.
  312. shiny=false
  313. # List of starters (max of 18).
  314. starterList=[
  315. Bulbasaur,
  316. Squirtle,
  317. Charmander,
  318. Chikorita,
  319. Totodile,
  320. Cyndaquil,
  321. Treecko,
  322. Mudkip,
  323. Torchic,
  324. Turtwig,
  325. Piplup,
  326. Chimchar,
  327. Snivy,
  328. Oshawott,
  329. Tepig,
  330. Chespin,
  331. Froakie,
  332. Fennekin
  333. ]
  334. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement