Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 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=300
  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=true
  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
  18. # The maximum distance from the player that entities may spawn.
  19. maximumDistanceFromCentre=26
  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=12
  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=6
  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. # Allow wild Pokemon to initiate battles.
  140. enableWildAggression=true
  141. # If enabled, players will be able to challenge others by throwing a Pokemon at the enemy player rather than a Pokemon.
  142. engagePlayerByPokeBall=true
  143. # Multiplier for experience gained in Pokemon battles.
  144. expModifier=1
  145. # 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.
  146. forceEndBattleResult=0
  147. # Adjusts the variation in size caused by growth (0-2). 1 is normal.
  148. growthScaleModifier=1
  149. # Sets The number of times a Azelf, Mesprit and Uxie can enchant a ruby.
  150. lakeTrioMaxEnchants=3
  151. # The maximum level that a Pokémon can be.
  152. maxLevel=100
  153. # The maximum plants allowed within a chunk. Applies to Apricorns and Berries.
  154. maximumPlants=64
  155. # Allow each player to take multiple photos of the same Pokémon.
  156. multiplePhotosOfSamePokemon=true
  157. # Sets how far Pokemon names and levels can be seen from (client setting only). 1=Default, 2=Farther, 3=Far
  158. namePlateRange=1
  159. # Requires flying and water Pokemon mounts to have HM moves Fly or Surf (respectively) to be able to ride them.
  160. needHMToRide=false
  161. # Chance of the Pickup Ability picking up an item after a battle (1/rate). 0 disables this.
  162. pickupRate=10
  163. # Allows wild Pokemon to drop items like feathers, etc. on death.
  164. pokemonDropsEnabled=true
  165. # Prints more detailed error messages to the server.log file if enabled.
  166. printErrors=true
  167. # If enabled, consumable held items will be returned to Pokémon at the end of player vs. player battles.
  168. returnHeldItems=true
  169. # Set Legendary shrines to one use (false) or multiple use (true).
  170. reusableBirdShrines=false
  171. # Multipier for the speed that mounted Pokémon travel at. Can be between 0 and 1.
  172. ridingSpeedMultiplier=1
  173. # Increases size of Pokemon models in-game by 30%.
  174. scalePokemonModels=true
  175. # Whether to show wild Pokémon names on their nameplates.
  176. showWildNames=false
  177. # Allow Legendary bird shrines to spawn randomly in world.
  178. spawnBirdShrines=true
  179. # Allow random generation of structures such as Pokemon Centers, shrines, and other buildings if true.
  180. spawnStructures=true
  181. # If true, must be opped to use spawners. If false, must be in Creative mode.
  182. spawnersOpOnly=true
  183. # Lets you choose to give/not give a starter to a player on join (via the Pixelmon starter screen).
  184. starterOnJoin=true
  185. # The time taken before syncing to the system clock (in seconds).
  186. systemTimeSyncInterval=30
  187. # Set traders to one use (false) or multiple use (true).
  188. tradersReusable=false
  189. # Allows you to toggle which tab list you would like to use. True for Pixelmon's, false for vanilla's.
  190. useCustomTabList=true
  191. # Whether to display a GUI with Pokémon drops after defeating a regular Pokémon.
  192. useDropGUI=true
  193. # 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.
  194. useExternalJSONFilesDrops=true
  195. # 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.
  196. useExternalJSONFilesNPCs=true
  197. # 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.
  198. useExternalJSONFilesRules=true
  199. # 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.
  200. useExternalJSONFilesSpawning=true
  201. # 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.
  202. useExternalJSONFilesStructures=true
  203. # Lets your world follow real world time or not (uses the server's system clock).
  204. useSystemTimeForWorldTime=false
  205. # Saves Pixelmon entities to file when world saves (greatly increases save file size and save time if true). Required for the morph mod.
  206. writeEntitiesToWorld=false
  207. }
  208. # Graphics settings.
  209. Graphics {
  210. # Show each Pokemon's health in a bar above their heads.
  211. drawHealthBars=false
  212. # Use the low resolution textures for Pokemon and Poke Balls. Useful for low-end systems.
  213. lowResTextures=false
  214. # Set whether or not the player can control the camera during battles (sets to sphere based camera positioning)
  215. playerControlCamera=true
  216. # Multiplier of the 64 distance usually used for rendering.
  217. renderDistanceWeight=2
  218. # Display the currently selected Pokemon's attack target on the screen.
  219. showCurrentAttackTarget=true
  220. # Set whether or not to switch to an external camera during battles.
  221. useBattleCamera=true
  222. # Use the original Pokemon textures for statues.
  223. useOriginalPokemonTexturesForStatues=false
  224. # Use the SMD normal maps for shading Poke Balls.
  225. useSmoothShadingOnPokeBalls=true
  226. # Use the SMD normal maps for shading Pokemon.
  227. useSmoothShadingOnPokemon=true
  228. }
  229. # Settings for PixelUtilities features.
  230. PixelUtilities {
  231. # Allows Legendaries to spawn from blocks (i.e., grass).
  232. blocksHaveLegendaries=false
  233. # Specify the coordinates of the event Poke Gift chest here.
  234. eventCoords=[
  235. notConfigured
  236. ]
  237. # Enable/Disable Legendaries from being added to the event Poke Gift.
  238. eventHasLegendaries=false
  239. # Each Pokemon has a 1/10 chance of being a Shiny.
  240. eventHasShinies=false
  241. # Sets the maximum amount of Pokemon that are in spawned Poke Gifts.
  242. eventMaxPokemon=1
  243. # Should an event Poke Gift spawn?
  244. eventPokeGiftLoad=false
  245. # The rate of Shiny Pokemon appearing in a Poke Gift (1/x).
  246. eventShinyRate=10
  247. # Define a custom date for Poke Gift events (day then month).
  248. eventTime="D/M"
  249. # Allows Poke Gifts to be used (both placing and using, prevention against spam).
  250. pokeGiftHaveEvents=true
  251. # Enable multiple players to get the Pokemon from the gift.
  252. pokeGiftReusable=false
  253. # Scale grass battles to players' team levels?
  254. scaleGrassBattles=false
  255. }
  256. # Settings for controlling PokeLoot chest spawns and behavior.
  257. PokeLoot {
  258. # Allow Hidden Grottos to spawn in the world.
  259. spawnGrotto=true
  260. # Allows invisible PokeChests to spawn around the world randomly.
  261. spawnHidden=true
  262. # 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.
  263. spawnMode=0
  264. # Allows normal visible PokeChests to spawn around the world randomly.
  265. spawnNormal=true
  266. # Chest spawn rate. 0: 1 per 64 chunks. 1: 1 per 32 chunks. 2: 1 per 18 chunks. 3: 1 per 10 chunks
  267. spawnRate=1
  268. # Sets frequency (hours) that a player can reuse a timed loot chest (both placed in Creative and naturally spawned) if set to TIMED.
  269. timedLootReuseHours=24
  270. # 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.
  271. timedLootReuseSeconds=24
  272. }
  273. # Settings that control what Pokemon spawns and how many of them spawn.
  274. Spawning {
  275. # Generations of Pokémon to Spawn
  276. Gens {
  277. # Pokedex 1-151
  278. Gen1=true
  279. # Pokedex 152-251
  280. Gen2=true
  281. # Pokedex 252-386
  282. Gen3=true
  283. # Pokedex 387-493
  284. Gen4=true
  285. # Pokedex 494-649
  286. Gen5=true
  287. # Pokedex 650-721
  288. Gen6=true
  289. }
  290. # Allow wild Legendaries to spawn (besides specific event spawns).
  291. allowLegendarySpawn=false
  292. # Average number of ticks before spawning a boss Pokémon
  293. bossSpawnTicks=1200
  294. # Forces wild Pokemon to despawn after a battle.
  295. despawnOnFleeOrLoss=false
  296. # Displays server-wide announcement 'A Legendary has spawned in <name> biome' when a Legendary spawns.
  297. displayLegendaryGlobalMessage=true
  298. # Number of blocks for a level increase when Spawn Levels By Distance enabled.
  299. distancePerLevel=100
  300. # Chance of a wild Pokemon spawning with its hidden Ability (1/rate). 0 disables hidden Ability spawns.
  301. hiddenAbilitySpawnRate=150
  302. # Increase the Minecraft village spawn rate by 100%.
  303. increaseVillageSpawnRate=true
  304. # Minimum number of ticks before a particular legendary can spawn again (via main spawner).
  305. legendaryRepeatSpawnTicks=96000
  306. # Chance that a Legendary spawn attempt will succeed (0-1).
  307. legendarySpawnChance=0.30000001192092896
  308. # Average number of ticks before an attempt at Legendary spawning will be made (modified by spawn chance).
  309. legendarySpawnTicks=3000
  310. # Max number of flying Pokemon at one time (keep this low).
  311. maxFlyingPokemon=2
  312. # Max number of land Pokemon at one time.
  313. maxLandPokemon=40
  314. # Maximum level Pokemon will spawn at when Spawn Levels By Distance enabled.
  315. maxLevelByDistance=30
  316. # Max number of bosses at one time.
  317. maxNumBosses=1
  318. # Max number of NPCs at one time.
  319. maxNumNPCs=4
  320. # The maximum number of spawn events (not number of Pokémon) that can spawn in a single tick
  321. maxSpawnsPerTick=100
  322. # Max number of underground Pokemon at one time.
  323. maxUndergroundPokemon=20
  324. # Max number of water Pokemon at one time.
  325. maxWaterPokemon=20
  326. # Replaces Minecraft's villagers with Pixelmon NPCs.
  327. replaceMCVillagers=true
  328. # Shiny calculation uses 1/(Shiny rate) to get odds of becoming Shiny.
  329. shinySpawnRate=4096
  330. # List of dimensions that Pokemon will spawn in.
  331. spawnDimensions=[
  332. 0
  333. ]
  334. # Sets spawning of Gyms in close proximity to newly generated towns on or off.
  335. spawnGyms=false
  336. # Sets whether or not Pokemon levels are determined by distance from the World's spawn point.
  337. spawnLevelsByDistance=true
  338. # Poke Marts will spawn with shopkeepers in Minecraft's towns.
  339. spawnPokeMarts=true
  340. # Number of ticks before an attempt to spawn entities is made.
  341. spawnTickRate=60
  342. # 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.
  343. useRecentLevelMoves=false
  344. }
  345. Starters {
  346. # Level (min=5, max=100).
  347. level=5
  348. # Shiny starters.
  349. shiny=false
  350. # List of starters (max of 18).
  351. starterList=[
  352. Bulbasaur,
  353. Squirtle,
  354. Charmander
  355. ]
  356. }
  357. Storage {
  358. # The interval in seconds that the async saver will save all queued data to disk.
  359. asyncInterval=60
  360. # Activates off-main thread saving of party and computer data. (server only)
  361. useAsyncSaving=false
  362. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement