Advertisement
Guest User

Untitled

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