Advertisement
Guest User

Untitled

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