Advertisement
Guest User

Untitled

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