Advertisement
PurpleHel

Untitled

Nov 4th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.66 KB | None | 0 0
  1.  
  2. [general]
  3.  
  4. [general.general]
  5. #How many abilities should be dropped on player death.
  6. dropAbilitiesOnPlayerDeath = -1
  7. #These mobs will not be affected by hostile area potion effects such as poison or weakness. (Java regular expressions are allowed)
  8. friendlyMobs = ["minecraft:armor_stand", "minecraft:bat", "minecraft:bee", "minecraft:boat", "minecraft:cat", "minecraft:chicken", "minecraft:cod", "minecraft:cow", "minecraft:donkey", "minecraft:dolphin", "minecraft:fox", "minecraft:horse", "minecraft:llama", "minecraft:mule", "minecraft:mooshroom", "minecraft:ocelot", "minecraft:panda", "minecraft:parrot", "minecraft:pig", "minecraft:pufferfish", "minecraft:polarbear", "minecraft:rabbit", "minecraft:salmon", "minecraft:sheep", "minecraft:squid", "minecraft:trader_llama", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:egg", "minecraft:bee", "minecraft:villager", "minecraft:iron_golem", "minecraft:wandering_trader", "betteranimalsplus:songbird", "betteranimalsplus:reindeer", "betteranimalsplus:pheasant", "betteranimalsplus:goat", "betteranimalsplus:flying_fish", "betteranimalsplus:dragonfly", "betteranimalsplus:deer", "betteranimalsplus:.*", "minecraft:wolf", "quark:.*", "minecolonies:.*", "alexsmobs:.*", "minecraft_earth_mod:.*", "orecow:.*", "productivebees:.*", "horse_colors:.*", "talpsadditions:.*", "tux:penguin_entity", "guardvillagers:guard", "minecraft:enderman", "endlessoceans:.*", "structuresadventures:.*", "wizard_animals_plus:.*", "resource_cows:.*", "crimsonchickens:.*", "xpcoins:.*", "minecraft:ghast", "infernalexp:.*", "minecraft:zombified_piglin", "weird_wonderful_wild:.*", "goblintraders:.*", "kobolds:.*"]
  9. #If ability effects should apply. Disable this if you don't want any abilities to work. Useful for debugging.
  10. tickAbilities = true
  11. #The multiplier for ability XP requirement
  12. abilityXpMultiplier = 10
  13. #If potion abilities should show particle effects. This will also make them appear as in-game symbols.
  14. showPotionEffectParticles = false
  15. #If players should have particle effects for the abilities they carry.
  16. showPlayerParticles = false
  17. #If on-player entities should have particle effects for the abilities they carry.
  18. showEntityParticles = true
  19. #true: Abilities drop when players die; false: Abilities drop when players die by the hand of other players.
  20. alwaysDropAbilities = false
  21. #Mobs that won't have abilities that can be dropped via totems. You can add things like 'minecraft:pig'.
  22. mobDropBlacklist = []
  23. #1/x chance for mobs to have abilities.
  24. mobAbilityChance = 50
  25. #The amount of exhaustion that should by applied to the player per active ability per second.
  26. exhaustionPerAbilityTick = 0.0
  27. #If the magnetize ability should move xp.
  28. magnetizeMoveXp = true
  29. #The maximum rarity of totems to spawn when a player first logs in. [0-3], -1 disables totem spawning.
  30. totemMaximumSpawnRarity = 3
  31. #The maximum amount of abilities a player can have, -1 is infinite.
  32. maxPlayerAbilities = -1
  33.  
  34. [core]
  35.  
  36. [core.general]
  37. #Set 'true' to enable development debug mode. This will result in a lower performance!
  38. debug = false
  39. #If mod compatibility loader should crash hard if errors occur in that process.
  40. crashOnModCompatCrash = false
  41. #If the recipe loader should crash when finding invalid recipes.
  42. crashOnInvalidRecipe = false
  43. #If an anonymous mod startup analytics request may be sent to our analytics service.
  44. analytics = true
  45. #If the version checker should be enabled.
  46. versionChecker = true
  47.  
  48. [core.ability_totem]
  49. #If totems should spawn in loot chests.
  50. lootChests = true
  51. #This many totems combined in a crafting grid produces a new random totem (0 to disable)
  52. totemCraftingCount = 3
  53. #When combining totems, percentage chance of getting one higher rarity than normal.
  54. totemCraftingRarityIncreasePercent = 42
  55.  
  56. [ability]
  57.  
  58. [ability.speed]
  59. #If this can be obtained by spawning mobs.
  60. obtainableOnMobSpawn = false
  61. #If this can be obtained by combining totems in a crafting grid.
  62. obtainableOnCraft = false
  63. #The maximum ability level.
  64. maxLevel = 5
  65. #The xp required per level.
  66. xpPerLevel = 10
  67. #If this can be obtained by initially spawning players.
  68. obtainableOnPlayerSpawn = false
  69. #Rarity of this ability.
  70. rarity = 0
  71. #If this can be obtained in loot chests.
  72. obtainableOnLoot = false
  73.  
  74. [ability.haste]
  75. #Rarity of this ability.
  76. rarity = 0
  77. #If this can be obtained by spawning mobs.
  78. obtainableOnMobSpawn = true
  79. #The maximum ability level.
  80. maxLevel = 5
  81. #If this can be obtained by combining totems in a crafting grid.
  82. obtainableOnCraft = true
  83. #If this can be obtained by initially spawning players.
  84. obtainableOnPlayerSpawn = true
  85. #If this can be obtained in loot chests.
  86. obtainableOnLoot = true
  87. #The xp required per level.
  88. xpPerLevel = 15
  89.  
  90. [ability.strength]
  91. #If this can be obtained by spawning mobs.
  92. obtainableOnMobSpawn = true
  93. #If this can be obtained in loot chests.
  94. obtainableOnLoot = true
  95. #If this can be obtained by combining totems in a crafting grid.
  96. obtainableOnCraft = true
  97. #Rarity of this ability.
  98. rarity = 1
  99. #The maximum ability level.
  100. maxLevel = 5
  101. #If this can be obtained by initially spawning players.
  102. obtainableOnPlayerSpawn = true
  103. #The xp required per level.
  104. xpPerLevel = 20
  105.  
  106. [ability.jump_boost]
  107. #If this can be obtained by initially spawning players.
  108. obtainableOnPlayerSpawn = false
  109. #Rarity of this ability.
  110. rarity = 0
  111. #If this can be obtained in loot chests.
  112. obtainableOnLoot = false
  113. #The maximum ability level.
  114. maxLevel = 5
  115. #If this can be obtained by spawning mobs.
  116. obtainableOnMobSpawn = false
  117. #If this can be obtained by combining totems in a crafting grid.
  118. obtainableOnCraft = false
  119. #The xp required per level.
  120. xpPerLevel = 10
  121.  
  122. [ability.regeneration]
  123. #If this can be obtained by initially spawning players.
  124. obtainableOnPlayerSpawn = true
  125. #If this can be obtained in loot chests.
  126. obtainableOnLoot = true
  127. #The xp required per level.
  128. xpPerLevel = 50
  129. #The maximum ability level.
  130. maxLevel = 3
  131. #Rarity of this ability.
  132. rarity = 2
  133. #If this can be obtained by combining totems in a crafting grid.
  134. obtainableOnCraft = true
  135. #If this can be obtained by spawning mobs.
  136. obtainableOnMobSpawn = true
  137.  
  138. [ability.resistance]
  139. #If this can be obtained by combining totems in a crafting grid.
  140. obtainableOnCraft = true
  141. #The maximum ability level.
  142. maxLevel = 3
  143. #If this can be obtained by spawning mobs.
  144. obtainableOnMobSpawn = true
  145. #The xp required per level.
  146. xpPerLevel = 50
  147. #Rarity of this ability.
  148. rarity = 2
  149. #If this can be obtained by initially spawning players.
  150. obtainableOnPlayerSpawn = true
  151. #If this can be obtained in loot chests.
  152. obtainableOnLoot = true
  153.  
  154. [ability.fire_resistance]
  155. #The maximum ability level.
  156. maxLevel = 1
  157. #If this can be obtained in loot chests.
  158. obtainableOnLoot = true
  159. #The xp required per level.
  160. xpPerLevel = 20
  161. #Rarity of this ability.
  162. rarity = 1
  163. #If this can be obtained by combining totems in a crafting grid.
  164. obtainableOnCraft = true
  165. #If this can be obtained by initially spawning players.
  166. obtainableOnPlayerSpawn = true
  167. #If this can be obtained by spawning mobs.
  168. obtainableOnMobSpawn = true
  169.  
  170. [ability.water_breathing]
  171. #The xp required per level.
  172. xpPerLevel = 10
  173. #If this can be obtained by spawning mobs.
  174. obtainableOnMobSpawn = true
  175. #If this can be obtained by initially spawning players.
  176. obtainableOnPlayerSpawn = true
  177. #Rarity of this ability.
  178. rarity = 0
  179. #The maximum ability level.
  180. maxLevel = 1
  181. #If this can be obtained by combining totems in a crafting grid.
  182. obtainableOnCraft = true
  183. #If this can be obtained in loot chests.
  184. obtainableOnLoot = true
  185.  
  186. [ability.invisibility]
  187. #The maximum ability level.
  188. maxLevel = 1
  189. #If this can be obtained in loot chests.
  190. obtainableOnLoot = true
  191. #If this can be obtained by spawning mobs.
  192. obtainableOnMobSpawn = true
  193. #If this can be obtained by initially spawning players.
  194. obtainableOnPlayerSpawn = true
  195. #If this can be obtained by combining totems in a crafting grid.
  196. obtainableOnCraft = true
  197. #Rarity of this ability.
  198. rarity = 1
  199. #The xp required per level.
  200. xpPerLevel = 20
  201.  
  202. [ability.night_vision]
  203. #The maximum ability level.
  204. maxLevel = 1
  205. #Rarity of this ability.
  206. rarity = 1
  207. #If this can be obtained in loot chests.
  208. obtainableOnLoot = true
  209. #The xp required per level.
  210. xpPerLevel = 15
  211. #If this can be obtained by combining totems in a crafting grid.
  212. obtainableOnCraft = true
  213. #If this can be obtained by initially spawning players.
  214. obtainableOnPlayerSpawn = true
  215. #If this can be obtained by spawning mobs.
  216. obtainableOnMobSpawn = true
  217.  
  218. [ability.absorbtion]
  219. #Rarity of this ability.
  220. rarity = 2
  221. #The xp required per level.
  222. xpPerLevel = 75
  223. #If this can be obtained by combining totems in a crafting grid.
  224. obtainableOnCraft = true
  225. #If this can be obtained in loot chests.
  226. obtainableOnLoot = true
  227. #If this can be obtained by spawning mobs.
  228. obtainableOnMobSpawn = true
  229. #If this can be obtained by initially spawning players.
  230. obtainableOnPlayerSpawn = true
  231. #The maximum ability level.
  232. maxLevel = 5
  233.  
  234. [ability.saturation]
  235. #Rarity of this ability.
  236. rarity = 3
  237. #If this can be obtained in loot chests.
  238. obtainableOnLoot = true
  239. #The xp required per level.
  240. xpPerLevel = 50
  241. #If this can be obtained by combining totems in a crafting grid.
  242. obtainableOnCraft = true
  243. #If this can be obtained by initially spawning players.
  244. obtainableOnPlayerSpawn = true
  245. #If this can be obtained by spawning mobs.
  246. obtainableOnMobSpawn = true
  247. #The maximum ability level.
  248. maxLevel = 3
  249.  
  250. [ability.luck]
  251. #If this can be obtained in loot chests.
  252. obtainableOnLoot = true
  253. #The xp required per level.
  254. xpPerLevel = 40
  255. #The maximum ability level.
  256. maxLevel = 3
  257. #If this can be obtained by spawning mobs.
  258. obtainableOnMobSpawn = true
  259. #If this can be obtained by combining totems in a crafting grid.
  260. obtainableOnCraft = true
  261. #Rarity of this ability.
  262. rarity = 2
  263. #If this can be obtained by initially spawning players.
  264. obtainableOnPlayerSpawn = true
  265.  
  266. [ability.slowness]
  267. #If this can be obtained by spawning mobs.
  268. obtainableOnMobSpawn = true
  269. #The xp required per level.
  270. xpPerLevel = 40
  271. #If this can be obtained by combining totems in a crafting grid.
  272. obtainableOnCraft = true
  273. #The maximum ability level.
  274. maxLevel = 3
  275. #If this can be obtained by initially spawning players.
  276. obtainableOnPlayerSpawn = true
  277. #Rarity of this ability.
  278. rarity = 1
  279. #If this can be obtained in loot chests.
  280. obtainableOnLoot = true
  281.  
  282. [ability.mining_fatigue]
  283. #The maximum ability level.
  284. maxLevel = 3
  285. #If this can be obtained by spawning mobs.
  286. obtainableOnMobSpawn = false
  287. #The xp required per level.
  288. xpPerLevel = 40
  289. #Rarity of this ability.
  290. rarity = 1
  291. #If this can be obtained by initially spawning players.
  292. obtainableOnPlayerSpawn = false
  293. #If this can be obtained in loot chests.
  294. obtainableOnLoot = false
  295. #If this can be obtained by combining totems in a crafting grid.
  296. obtainableOnCraft = false
  297.  
  298. [ability.nausea]
  299. #If this can be obtained by combining totems in a crafting grid.
  300. obtainableOnCraft = true
  301. #If this can be obtained by initially spawning players.
  302. obtainableOnPlayerSpawn = true
  303. #Rarity of this ability.
  304. rarity = 1
  305. #The maximum ability level.
  306. maxLevel = 3
  307. #If this can be obtained in loot chests.
  308. obtainableOnLoot = true
  309. #The xp required per level.
  310. xpPerLevel = 50
  311. #If this can be obtained by spawning mobs.
  312. obtainableOnMobSpawn = true
  313.  
  314. [ability.blindness]
  315. #The xp required per level.
  316. xpPerLevel = 50
  317. #If this can be obtained by initially spawning players.
  318. obtainableOnPlayerSpawn = true
  319. #If this can be obtained in loot chests.
  320. obtainableOnLoot = true
  321. #The maximum ability level.
  322. maxLevel = 3
  323. #Rarity of this ability.
  324. rarity = 2
  325. #If this can be obtained by spawning mobs.
  326. obtainableOnMobSpawn = true
  327. #If this can be obtained by combining totems in a crafting grid.
  328. obtainableOnCraft = true
  329.  
  330. [ability.hunger]
  331. #If this can be obtained by spawning mobs.
  332. obtainableOnMobSpawn = false
  333. #If this can be obtained in loot chests.
  334. obtainableOnLoot = false
  335. #If this can be obtained by combining totems in a crafting grid.
  336. obtainableOnCraft = false
  337. #Rarity of this ability.
  338. rarity = 2
  339. #If this can be obtained by initially spawning players.
  340. obtainableOnPlayerSpawn = false
  341. #The xp required per level.
  342. xpPerLevel = 70
  343. #The maximum ability level.
  344. maxLevel = 3
  345.  
  346. [ability.weakness]
  347. #Rarity of this ability.
  348. rarity = 2
  349. #If this can be obtained by combining totems in a crafting grid.
  350. obtainableOnCraft = true
  351. #The xp required per level.
  352. xpPerLevel = 80
  353. #If this can be obtained in loot chests.
  354. obtainableOnLoot = true
  355. #The maximum ability level.
  356. maxLevel = 3
  357. #If this can be obtained by spawning mobs.
  358. obtainableOnMobSpawn = true
  359. #If this can be obtained by initially spawning players.
  360. obtainableOnPlayerSpawn = true
  361.  
  362. [ability.poison]
  363. #The xp required per level.
  364. xpPerLevel = 100
  365. #Rarity of this ability.
  366. rarity = 3
  367. #If this can be obtained in loot chests.
  368. obtainableOnLoot = true
  369. #If this can be obtained by initially spawning players.
  370. obtainableOnPlayerSpawn = true
  371. #If this can be obtained by combining totems in a crafting grid.
  372. obtainableOnCraft = true
  373. #The maximum ability level.
  374. maxLevel = 3
  375. #If this can be obtained by spawning mobs.
  376. obtainableOnMobSpawn = true
  377.  
  378. [ability.wither]
  379. #The maximum ability level.
  380. maxLevel = 3
  381. #If this can be obtained by combining totems in a crafting grid.
  382. obtainableOnCraft = true
  383. #Rarity of this ability.
  384. rarity = 3
  385. #The xp required per level.
  386. xpPerLevel = 125
  387. #If this can be obtained by initially spawning players.
  388. obtainableOnPlayerSpawn = true
  389. #If this can be obtained in loot chests.
  390. obtainableOnLoot = true
  391. #If this can be obtained by spawning mobs.
  392. obtainableOnMobSpawn = true
  393.  
  394. [ability.glowing]
  395. #If this can be obtained by spawning mobs.
  396. obtainableOnMobSpawn = false
  397. #The maximum ability level.
  398. maxLevel = 3
  399. #Rarity of this ability.
  400. rarity = 1
  401. #If this can be obtained by initially spawning players.
  402. obtainableOnPlayerSpawn = false
  403. #If this can be obtained by combining totems in a crafting grid.
  404. obtainableOnCraft = false
  405. #If this can be obtained in loot chests.
  406. obtainableOnLoot = false
  407. #The xp required per level.
  408. xpPerLevel = 50
  409.  
  410. [ability.levitation]
  411. #If this can be obtained by spawning mobs.
  412. obtainableOnMobSpawn = false
  413. #The maximum ability level.
  414. maxLevel = 3
  415. #If this can be obtained in loot chests.
  416. obtainableOnLoot = false
  417. #The xp required per level.
  418. xpPerLevel = 75
  419. #If this can be obtained by initially spawning players.
  420. obtainableOnPlayerSpawn = false
  421. #Rarity of this ability.
  422. rarity = 2
  423. #If this can be obtained by combining totems in a crafting grid.
  424. obtainableOnCraft = false
  425.  
  426. [ability.unluck]
  427. #If this can be obtained by spawning mobs.
  428. obtainableOnMobSpawn = false
  429. #Rarity of this ability.
  430. rarity = 2
  431. #If this can be obtained by initially spawning players.
  432. obtainableOnPlayerSpawn = false
  433. #If this can be obtained in loot chests.
  434. obtainableOnLoot = false
  435. #The xp required per level.
  436. xpPerLevel = 50
  437. #If this can be obtained by combining totems in a crafting grid.
  438. obtainableOnCraft = false
  439. #The maximum ability level.
  440. maxLevel = 3
  441.  
  442. [ability.flight]
  443. #Rarity of this ability.
  444. rarity = 3
  445. #The xp required per level.
  446. xpPerLevel = 150
  447. #If this can be obtained by combining totems in a crafting grid.
  448. obtainableOnCraft = false
  449. #If this can be obtained by spawning mobs.
  450. obtainableOnMobSpawn = false
  451. #If this can be obtained in loot chests.
  452. obtainableOnLoot = false
  453. #The maximum ability level.
  454. maxLevel = 1
  455. #If this can be obtained by initially spawning players.
  456. obtainableOnPlayerSpawn = false
  457.  
  458. [ability.step_assist]
  459. #The xp required per level.
  460. xpPerLevel = 25
  461. #Forces the default step height value to 0.6 when this ability is deactivated.
  462. forceDefaultStepHeight = false
  463. #The maximum ability level.
  464. maxLevel = 3
  465. #If this can be obtained by spawning mobs.
  466. obtainableOnMobSpawn = false
  467. #If this can be obtained by initially spawning players.
  468. obtainableOnPlayerSpawn = false
  469. #If this can be obtained by combining totems in a crafting grid.
  470. obtainableOnCraft = false
  471. #If this can be obtained in loot chests.
  472. obtainableOnLoot = false
  473. #Rarity of this ability.
  474. rarity = 0
  475.  
  476. [ability.fertility]
  477. #The maximum ability level.
  478. maxLevel = 3
  479. #Rarity of this ability.
  480. rarity = 1
  481. #If this can be obtained by combining totems in a crafting grid.
  482. obtainableOnCraft = false
  483. #The xp required per level.
  484. xpPerLevel = 30
  485. #If this can be obtained by spawning mobs.
  486. obtainableOnMobSpawn = false
  487. #If this can be obtained by initially spawning players.
  488. obtainableOnPlayerSpawn = false
  489. #If this can be obtained in loot chests.
  490. obtainableOnLoot = false
  491.  
  492. [ability.bonemealer]
  493. #If this can be obtained by initially spawning players.
  494. obtainableOnPlayerSpawn = false
  495. #If this can be obtained by spawning mobs.
  496. obtainableOnMobSpawn = false
  497. #If this can be obtained in loot chests.
  498. obtainableOnLoot = false
  499. #The xp required per level.
  500. xpPerLevel = 30
  501. #If this can be obtained by combining totems in a crafting grid.
  502. obtainableOnCraft = false
  503. #Rarity of this ability.
  504. rarity = 1
  505. #The maximum ability level.
  506. maxLevel = 5
  507.  
  508. [ability.power_stare]
  509. #Rarity of this ability.
  510. rarity = 1
  511. #If this can be obtained in loot chests.
  512. obtainableOnLoot = false
  513. #The xp required per level.
  514. xpPerLevel = 50
  515. #The maximum ability level.
  516. maxLevel = 5
  517. #Require sneak to activate.
  518. requireSneak = false
  519. #If this can be obtained by spawning mobs.
  520. obtainableOnMobSpawn = false
  521. #If this can be obtained by combining totems in a crafting grid.
  522. obtainableOnCraft = false
  523. #If this can be obtained by initially spawning players.
  524. obtainableOnPlayerSpawn = false
  525.  
  526. [ability.magnetize]
  527. #If this can be obtained in loot chests.
  528. obtainableOnLoot = true
  529. #The maximum ability level.
  530. maxLevel = 5
  531. #Rarity of this ability.
  532. rarity = 1
  533. #If this can be obtained by spawning mobs.
  534. obtainableOnMobSpawn = true
  535. #If this can be obtained by combining totems in a crafting grid.
  536. obtainableOnCraft = true
  537. #If this can be obtained by initially spawning players.
  538. obtainableOnPlayerSpawn = true
  539. #The xp required per level.
  540. xpPerLevel = 20
  541.  
  542. [ability.bad_omen]
  543. #The maximum ability level.
  544. maxLevel = 4
  545. #If this can be obtained by spawning mobs.
  546. obtainableOnMobSpawn = false
  547. #The xp required per level.
  548. xpPerLevel = 200
  549. #If this can be obtained by combining totems in a crafting grid.
  550. obtainableOnCraft = false
  551. #If this can be obtained by initially spawning players.
  552. obtainableOnPlayerSpawn = false
  553. #Rarity of this ability.
  554. rarity = 3
  555. #If this can be obtained in loot chests.
  556. obtainableOnLoot = false
  557.  
  558. [ability.slow_falling]
  559. #If this can be obtained by combining totems in a crafting grid.
  560. obtainableOnCraft = true
  561. #Rarity of this ability.
  562. rarity = 1
  563. #The xp required per level.
  564. xpPerLevel = 50
  565. #If this can be obtained in loot chests.
  566. obtainableOnLoot = true
  567. #The maximum ability level.
  568. maxLevel = 1
  569. #If this can be obtained by initially spawning players.
  570. obtainableOnPlayerSpawn = true
  571. #If this can be obtained by spawning mobs.
  572. obtainableOnMobSpawn = true
  573.  
  574. [ability.conduit_power]
  575. #The xp required per level.
  576. xpPerLevel = 50
  577. #Rarity of this ability.
  578. rarity = 2
  579. #If this can be obtained by spawning mobs.
  580. obtainableOnMobSpawn = false
  581. #If this can be obtained in loot chests.
  582. obtainableOnLoot = false
  583. #The maximum ability level.
  584. maxLevel = 3
  585. #If this can be obtained by initially spawning players.
  586. obtainableOnPlayerSpawn = false
  587. #If this can be obtained by combining totems in a crafting grid.
  588. obtainableOnCraft = false
  589.  
  590. [ability.dolphins_grace]
  591. #If this can be obtained by initially spawning players.
  592. obtainableOnPlayerSpawn = false
  593. #The xp required per level.
  594. xpPerLevel = 50
  595. #If this can be obtained by combining totems in a crafting grid.
  596. obtainableOnCraft = false
  597. #The maximum ability level.
  598. maxLevel = 1
  599. #If this can be obtained by spawning mobs.
  600. obtainableOnMobSpawn = false
  601. #If this can be obtained in loot chests.
  602. obtainableOnLoot = false
  603. #Rarity of this ability.
  604. rarity = 1
  605.  
  606.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement