Advertisement
broken-arrow

Untitled

Jun 18th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. # Language file you want to use
  2. Language: EN
  3. Log:
  4. #
  5. # When enabled we will log entity removals into log files for future reference
  6. Enabled: true
  7. # Amount of entities need to be removed for log entry to be created
  8. # Helps out to void recording small amounts of regular cleanings
  9. From: 1
  10. HopperControl:
  11. #
  12. # Enables or disable hopper item transfer rate
  13. # Only for 1.8.x and above servers
  14. # By enabling this any contraptions based on regular hopper ticking will break and hopper transfer rate will be adjust dinamicaly
  15. # In case hopper is being used intensively, its transfer interval will get increased until max limit to lower load on server
  16. # It will get reseted if hopper is not used for particular time frame
  17. Enabled: false
  18. # Defines default item transfer rate in ticks (20 ticks 1 second). 8 is default vanilla behavior
  19. Default: 8
  20. # Defines max interval between item transfer. 40 will result in 1 item every 2 seconds.
  21. SlowestRate: 40
  22. # Defines how often to adjust hopper transfer rate in actual transfer. So 30 will mean that after hopper transfers 30 items, its rate will get adjusted
  23. AdjustEvery: 30
  24. WolfControl:
  25. #
  26. # Checks tamed wolfs in defined chunk range and if its above allowed limit then makes them sit down
  27. # This is limit per player so value of 2-3 is more than enough
  28. Enabled: false
  29. # Defines max allowed wolfs per player which can follow him
  30. # This will be checked on general entity amount check defined belove
  31. Max: 3
  32. EntitySpawn:
  33. #
  34. # Checks Chunk when entity spawns
  35. Check: true
  36. # When set to true players without permissions: mfm.build.wither mfm.build.irongolem mfm.build.snowman will be prevented from building appropriate monsters
  37. PreventMobBuild: false
  38. # When set to true iron golems in villages will not spawn throw natural means
  39. PreventIronGolemSpawn: false
  40. # If this set to true, chunks will be grouped up and counted as one. In example with range 2 all 9 (3x3) chunks will be counted as one and limits will be used as for one chunk
  41. # This will give wider range of mob cleaning
  42. GroupChunks: true
  43. GroupChunksRadius: 2
  44. #
  45. # When set to true entities which are above allowed limit will get removed
  46. # Disabling this will prevent entities from disappearing in front of your eyes, but this can allow player from stacking dozens or even hundreds of mobs in one chunk throw multiple methods
  47. # Disable at your own risk
  48. RemoveExisting: false
  49. AutoClean:
  50. #
  51. # Checks chunks around players for over populated farms
  52. Use: true
  53. #
  54. # Informs users with mfm.cleaninform permission node how many entities we cleaned up and which ones in particular
  55. Inform: true
  56. # How often to check chunks in seconds. Minimal value: 30
  57. Interval: 30
  58. # Defines max amount of entities which we will remove from a chunk or chunk group when checking it
  59. # Set to 0 if you want to disable limit
  60. MaxRemoved: 0
  61. # When set to true and value for ChunkRadius is provided, we will group more then one chunk into check
  62. GroupChunks: true
  63. # Range around player in chunks to check. 2 means that 9 chunks will be checked, 3 - 25 chunks and so on
  64. # Max value is 5 to avoid unnecessary load on server
  65. # 1 = 1x1 area = 1 total chunks
  66. # 2 = 3x3 area = 9 total chunks
  67. # 3 = 5x5 area = 25 total chunks
  68. # 4 = 7x7 area = 49 total chunks
  69. # 5 = 9x9 area = 81 total chunks
  70. ChunkRadius: 5
  71. # Defines range from 1 to 5 in chunks we will check around player when performing autoclean
  72. # This only applies when you dont have GroupChunks enabled
  73. ExpandRange: 5
  74. Commands:
  75. Clean:
  76. # Defines max amount of entities which we will remove from a chunk or chunk group when cleaning it
  77. # Set to 0 if you want to disable limit
  78. MaxRemoved: 0
  79. # If this set to true, chunks will be grouped up and counted as one. In example with range 2 all 9 (3x3) chunks will be counted as one and limits will be used as for one chunk
  80. # This will give wider range of mob cleaning
  81. # This only applies for clean command. If you want to keep similar or same behavior as other options, like auto clean or spawn listener, set this to the same values as those ones
  82. GroupChunks: true
  83. GroupChunksRadius: 2
  84. #
  85. # When this set to true, armor stands with items on it will be ignored on chunk cleanup
  86. # Recomended to keep it at true to avoid player item deletion
  87. IgnoreFullArmorStands: true
  88. #
  89. # When this set to true, entities which picked items, will be ignored on chunk cleanup
  90. # Recommended to keep it at true to avoid player item deletion
  91. IgnoreEntityWithPickedItem: true
  92. #
  93. # When this set to true, item frames with items in it will be ignored on chunk cleanup
  94. # Recomended to keep it at true to avoid player item deletion
  95. IgnoreFullItemFrames: true
  96. #
  97. # When this set to true, tamed animals will be ignored
  98. # Recomended to keep it at true to avoid player animals being despawned
  99. IgnoreTamedAnimals: true
  100. #
  101. # When this set to true, animals with custom name will be ignored
  102. # Recomended to keep it at true to avoid special player animals being despawned
  103. IgnoreNamedAnimals: true
  104. #
  105. # When this set to true, animals with sadle will be ignored
  106. # Recomended to keep it at true to avoid special player animals being despawned
  107. IgnoreWithSadle: true
  108. #
  109. # When this set to true, baby animals will be ignored
  110. IgnoreBabyAnimals: true
  111. #
  112. # List of worlds to be ignored by plugin
  113. IgnoredWorlds:
  114. - Test
  115. BlockTypes:
  116. #
  117. # Limitations to how many particular block we can place in each chunk
  118. # This can be bypassed with mfm.bypasslimit.[btype] permission node
  119. Limit: true
  120. List:
  121. HOPPER: 130
  122. PISTON: 10000
  123. STICKY_PISTON: 10000
  124. OBSERVER: 10000
  125. #
  126. # All posible spawn reassons to check
  127. # Set to false if you dont want to do checks on particular spawn reasson
  128. SpawnReasons:
  129. NATURAL: true
  130. JOCKEY: true
  131. CHUNK_GEN: true
  132. SPAWNER: true
  133. EGG: true
  134. SPAWNER_EGG: true
  135. LIGHTNING: true
  136. BUILD_SNOWMAN: true
  137. BUILD_IRONGOLEM: true
  138. BUILD_WITHER: true
  139. VILLAGE_DEFENSE: true
  140. VILLAGE_INVASION: true
  141. BREEDING: true
  142. SLIME_SPLIT: true
  143. REINFORCEMENTS: true
  144. NETHER_PORTAL: true
  145. DISPENSE_EGG: true
  146. INFECTION: true
  147. CURED: true
  148. OCELOT_BABY: true
  149. SILVERFISH_BLOCK: true
  150. MOUNT: true
  151. TRAP: true
  152. ENDER_PEARL: true
  153. SHOULDER_ENTITY: true
  154. DROWNED: true
  155. SHEARED: true
  156. EXPLOSION: true
  157. RAID: true
  158. PATROL: true
  159. BEEHIVE: true
  160. PIGLIN_ZOMBIFIED: true
  161. COMMAND: true
  162. CUSTOM: true
  163. DEFAULT: true
  164. #
  165. # Settup for entity groups
  166. # You can define different groups for different types of animals/monsters/entities
  167. # If entity gets over total amount of group limit, he will not be allowed to spawn
  168. EntityGroups:
  169. Animals:
  170. Use: false
  171. Limit: 40
  172. List:
  173. - Pig
  174. - Cow
  175. - Horse
  176. - Rabbit
  177. - Sheep
  178. - Chicken
  179. Worlds: []
  180. Water-animals:
  181. Use: true
  182. Limit: 35
  183. List:
  184. - SQUID
  185. - SALMON
  186. - COD
  187. - PUFFERFISH
  188. - TROPICAL_FISH
  189. - DOLPHIN
  190. Worlds: []
  191. Monsters:
  192. Use: true
  193. Limit: 40
  194. List:
  195. - ZOMBIE
  196. - SKELETON
  197. - SLIME
  198. - CREEPER
  199. - ZOMBIE_PIGLIN
  200. - SPIDER
  201. - CAVE_SPIDER
  202. - CREEPER
  203. - DROWNED
  204. - GUARDIAN
  205. - HUSK
  206. - STRAY
  207. - WITCH
  208. - ENDERMAN
  209. - MAGMA_CUBE
  210. - BLAZE
  211. - WITHER_SKELETON
  212. Worlds:
  213. Midgardsaga: 40
  214. Midgardsaga_nether: 40
  215. Midgardsaga_the_end: 40
  216. Midgardsaga_Demon_Oas: 40
  217. #
  218. # This list is automatically filled with ALL possible entities in game, so some of them can just not work until future update
  219. # If you not sure what is that entity, then keep it at -1 limit, to not limit its spawning
  220. EntityTypes:
  221. DROPPED_ITEM:
  222. Use: true
  223. Limit: -1
  224. # When enabled entity will be included in automatic clean process
  225. # If not set then defaults to true
  226. AutoClean: true
  227. # When enabled entity will be included in clean process while using /mfm clean command
  228. # If not set then defaults to true
  229. ManualClean: true
  230. # Defines limits by specific worlds
  231. # If world is not defined then default limit will be used
  232. # If world is provided then we will ignore default limit and will use provided for this specific world
  233. WorldLimit:
  234. Midgardsaga: -1
  235. Midgardsaga_nether: -1
  236. Midgardsaga_the_end: -1
  237. Midgardsaga_testworld: -1
  238. Midgardsaga_Demon_Oas: -1
  239. EXPERIENCE_ORB:
  240. Use: true
  241. Limit: 1000
  242. AREA_EFFECT_CLOUD:
  243. Use: true
  244. Limit: 10
  245. ELDER_GUARDIAN:
  246. Use: true
  247. Limit: 10
  248. WITHER_SKELETON:
  249. Use: true
  250. Limit: 10
  251. STRAY:
  252. Use: true
  253. Limit: 20
  254. EGG:
  255. Use: true
  256. Limit: 100
  257. LEASH_HITCH:
  258. Use: true
  259. Limit: -1
  260. PAINTING:
  261. Use: true
  262. Limit: -1
  263. ARROW:
  264. Use: true
  265. Limit: 100
  266. SNOWBALL:
  267. Use: true
  268. Limit: 100
  269. FIREBALL:
  270. Use: true
  271. Limit: 100
  272. SMALL_FIREBALL:
  273. Use: true
  274. Limit: 100
  275. ENDER_PEARL:
  276. Use: true
  277. Limit: 10
  278. ENDER_SIGNAL:
  279. Use: true
  280. Limit: -1
  281. SPLASH_POTION:
  282. Use: true
  283. Limit: 30
  284. THROWN_EXP_BOTTLE:
  285. Use: true
  286. Limit: 30
  287. ITEM_FRAME:
  288. Use: true
  289. Limit: -1
  290. WITHER_SKULL:
  291. Use: true
  292. Limit: 6
  293. PRIMED_TNT:
  294. Use: true
  295. Limit: 10
  296. FALLING_BLOCK:
  297. Use: true
  298. Limit: 5000
  299. FIREWORK:
  300. Use: true
  301. Limit: 20
  302. HUSK:
  303. Use: true
  304. Limit: -1
  305. SPECTRAL_ARROW:
  306. Use: true
  307. Limit: 50
  308. SHULKER_BULLET:
  309. Use: true
  310. Limit: 20
  311. DRAGON_FIREBALL:
  312. Use: true
  313. Limit: 10
  314. ZOMBIE_VILLAGER:
  315. Use: true
  316. Limit: 10
  317. SKELETON_HORSE:
  318. Use: true
  319. Limit: 1
  320. ZOMBIE_HORSE:
  321. Use: true
  322. Limit: 2
  323. ARMOR_STAND:
  324. Use: true
  325. Limit: 30
  326. DONKEY:
  327. Use: true
  328. Limit: 10
  329. MULE:
  330. Use: true
  331. Limit: 10
  332. EVOKER_FANGS:
  333. Use: true
  334. Limit: 10
  335. EVOKER:
  336. Use: false
  337. Limit: 5
  338. VEX:
  339. Use: true
  340. Limit: 5
  341. VINDICATOR:
  342. Use: false
  343. Limit: 10
  344. ILLUSIONER:
  345. Use: false
  346. Limit: 3
  347. MINECART_COMMAND:
  348. Use: true
  349. Limit: -1
  350. BOAT:
  351. Use: true
  352. Limit: 10
  353. MINECART:
  354. Use: true
  355. Limit: -1
  356. MINECART_CHEST:
  357. Use: true
  358. Limit: -1
  359. MINECART_FURNACE:
  360. Use: true
  361. Limit: -1
  362. MINECART_TNT:
  363. Use: true
  364. Limit: 10
  365. MINECART_HOPPER:
  366. Use: true
  367. Limit: -1
  368. MINECART_MOB_SPAWNER:
  369. Use: true
  370. Limit: -1
  371. CREEPER:
  372. Use: false
  373. Limit: 40
  374. SKELETON:
  375. Use: false
  376. Limit: 40
  377. SPIDER:
  378. Use: false
  379. Limit: 40
  380. GIANT:
  381. Use: true
  382. Limit: 1
  383. ZOMBIE:
  384. Use: false
  385. Limit: 10
  386. SLIME:
  387. Use: false
  388. Limit: 12
  389. GHAST:
  390. Use: true
  391. Limit: 10
  392. ZOMBIFIED_PIGLIN:
  393. Use: true
  394. Limit: 20
  395. ENDERMAN:
  396. Use: false
  397. Limit: 25
  398. CAVE_SPIDER:
  399. Use: false
  400. Limit: 40
  401. SILVERFISH:
  402. Use: true
  403. Limit: 20
  404. BLAZE:
  405. Use: false
  406. Limit: 12
  407. MAGMA_CUBE:
  408. Use: false
  409. Limit: 10
  410. ENDER_DRAGON:
  411. Use: true
  412. Limit: 1
  413. WITHER:
  414. Use: true
  415. Limit: 10
  416. BAT:
  417. Use: true
  418. Limit: 1
  419. WITCH:
  420. Use: true
  421. Limit: 14
  422. ENDERMITE:
  423. Use: true
  424. Limit: 10
  425. GUARDIAN:
  426. Use: true
  427. Limit: 20
  428. SHULKER:
  429. Use: false
  430. Limit: 25
  431. PIG:
  432. Use: true
  433. Limit: 5
  434. SHEEP:
  435. Use: true
  436. Limit: 20
  437. COW:
  438. Use: true
  439. Limit: 15
  440. CHICKEN:
  441. Use: true
  442. Limit: 15
  443. SQUID:
  444. Use: true
  445. Limit: 10
  446. WorldLimit:
  447. Midgardsaga: 5
  448. Midgardsaga_nether: 10
  449. WOLF:
  450. Use: true
  451. Limit: 15
  452. MUSHROOM_COW:
  453. Use: true
  454. Limit: 10
  455. SNOWMAN:
  456. Use: true
  457. Limit: 10
  458. OCELOT:
  459. Use: true
  460. Limit: 5
  461. IRON_GOLEM:
  462. Use: true
  463. Limit: 5
  464. HORSE:
  465. Use: true
  466. Limit: 20
  467. RABBIT:
  468. Use: true
  469. Limit: 15
  470. POLAR_BEAR:
  471. Use: true
  472. Limit: 5
  473. LLAMA:
  474. Use: true
  475. Limit: 5
  476. LLAMA_SPIT:
  477. Use: true
  478. Limit: 10
  479. PARROT:
  480. Use: true
  481. Limit: 5
  482. VILLAGER:
  483. Use: true
  484. Limit: 100
  485. ENDER_CRYSTAL:
  486. Use: true
  487. Limit: -1
  488. TURTLE:
  489. Use: true
  490. Limit: 5
  491. PHANTOM:
  492. Use: true
  493. Limit: 5
  494. TRIDENT:
  495. Use: true
  496. Limit: -1
  497. COD:
  498. Use: true
  499. Limit: -1
  500. SALMON:
  501. Use: true
  502. Limit: -1
  503. PUFFERFISH:
  504. Use: true
  505. Limit: -1
  506. TROPICAL_FISH:
  507. Use: true
  508. Limit: -1
  509. DROWNED:
  510. Use: true
  511. Limit: 10
  512. DOLPHIN:
  513. Use: true
  514. Limit: 5
  515. CAT:
  516. Use: true
  517. Limit: 10
  518. PANDA:
  519. Use: true
  520. Limit: 20
  521. PILLAGER:
  522. Use: false
  523. Limit: 15
  524. RAVAGER:
  525. Use: true
  526. Limit: 10
  527. TRADER_LLAMA:
  528. Use: true
  529. Limit: 5
  530. WANDERING_TRADER:
  531. Use: true
  532. Limit: 1
  533. FOX:
  534. Use: true
  535. Limit: 5
  536. BEE:
  537. Use: true
  538. Limit: 30
  539. HOGLIN:
  540. Use: true
  541. Limit: 20
  542. PIGLIN:
  543. Use: true
  544. Limit: 20
  545. STRIDER:
  546. Use: true
  547. Limit: 20
  548. ZOGLIN:
  549. Use: true
  550. Limit: 20
  551. PIGLIN_BRUTE:
  552. Use: true
  553. Limit: -1
  554. FISHING_HOOK:
  555. Use: true
  556. Limit: -1
  557. LIGHTNING:
  558. Use: true
  559. Limit: 5
  560. PLAYER:
  561. Use: true
  562. Limit: -1
  563. UNKNOWN:
  564. Use: true
  565. Limit: 10
  566.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement