Advertisement
FoxMulder__

ServerBooster - config_entity_limiter.yml

Mar 18th, 2020 (edited)
2,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.07 KB | None | 0 0
  1. lang: en
  2. radius: 56 # Radius in blocks to check for mobs
  3. growth_ticks: -1 # ticks for a farm animal to grow up
  4. relative_age: false # dev option
  5. debug: false # shows message in console when an entity spawn is denied
  6.  
  7. age-limiter-enabled: false
  8. breeding-limiter-enabled: false
  9. sheep-color-check: false # enable limits by sheep colors (can make lag)
  10. breeding_ticks: -1 # farm animal breeding cooldown in ticks (-1 to disable)
  11. force-spawn-deny: true # will block also plugin spawned mobs. Please enable this at your own risk.
  12. cancel-event-instead-of-remove-entity: true # enabling this should boost performance of mob removal on spawn
  13. spawn-whitelist:
  14.   types:
  15.    - ARMOR_STAND
  16.     - ITEM_FRAME
  17.     - DROPPED_ITEM
  18.     - PAINTING
  19. #which worlds do you want these options to be applied
  20. worlds:
  21.  - world
  22.   - world_nether
  23.   - world_the_end
  24.  
  25. defaults:
  26.   age: -1 # Enable age limiting and remove the mob after a number of ticks. (e.g. 18000 for 15 minutes)
  27.   radius_max: 10 # The maximum number of a mob type to be allowed to spawn in a "view distance" defined by radius.
  28.   chunk_max: 5 # The maximum number of a mob type to be allowed to spawn in a single chunk.
  29.   cull: 5 # If set to a value other than -1, the number of mobs to not be removed on chunk unload.
  30. limits:
  31. # common hostile
  32.   zombie_villager:
  33.     radius_max: 15
  34.     chunk_max: 4
  35.     cull: 10
  36.   zombie:
  37.     radius_max: 15
  38.     chunk_max: 4
  39.     cull: 0
  40.   enderman:
  41.     radius_max: 7
  42.     chunk_max: 4
  43.     cull: 0
  44.   skeleton:
  45.     radius_max: 15
  46.     chunk_max: 4
  47.     cull: 0
  48.   slime:
  49.     radius_max: 6
  50.     chunk_max: 2
  51.     cull: 0
  52.   spider:
  53.     radius_max: 8
  54.     chunk_max: 4
  55.     cull: 0
  56.   creeper:
  57.     radius_max: 8
  58.     chunk_max: 3
  59.     cull: 0
  60.   cave_spider:
  61.     radius_max: 8
  62.     chunk_max: 4
  63.     cull: 0
  64.   drowned:
  65.     radius_max: 6
  66.     chunk_max: 2
  67.     cull: 0
  68.   husk:
  69.     radius_max: 15
  70.     chunk_max: 4
  71.     cull: 0
  72.   phantom:
  73.     radius_max: 5
  74.     chunk_max: 1
  75.     cull: 0
  76.   stray:
  77.     radius_max: 15
  78.     chunk_max: 4
  79.     cull: 0
  80.   witch:
  81.     radius_max: 7
  82.     chunk_max: 6
  83.     cull: 1
  84.   piglin:
  85.     radius_max: 7
  86.     chunk_max: 6
  87.     cull: 1
  88.   hoglin:
  89.     radius_max: 7
  90.     chunk_max: 6
  91.     cull: 1
  92.   strider:
  93.     radius_max: 3
  94.     chunk_max: 3
  95.     cull: 1
  96.   zoglin:
  97.     radius_max: 3
  98.     chunk_max: 3
  99.     cull: 1
  100.   piglin_brute:
  101.     radius_max: 3
  102.     chunk_max: 3
  103.     cull: 1
  104.   zombified_piglin:
  105.     radius_max: 15
  106.     chunk_max: 4
  107.     cull: 2
  108.   pig_zombie:
  109.     radius_max: 15
  110.     chunk_max: 4
  111.     cull: 2
  112. #####
  113.   turtle:
  114.     radius_max: 5
  115.     chunk_max: 3
  116.     cull: 10
  117.   squid:
  118.     radius_max: 3
  119.     chunk_max: 1
  120.     cull: 0
  121.   bee:
  122.     chunk_max: 10
  123.     cull: 10
  124.   villager:
  125.     chunk_max: 6
  126.     cull: 15
  127.   iron_golem:
  128.     chunk_max: 6
  129.     cull: 15
  130.   pillager:
  131.     radius_max: 10
  132.     chunk_max: 5
  133.     cull: 2
  134.   blaze:
  135.     radius_max: 6
  136.     chunk_max: 6
  137.     cull: 0
  138.   guardian:
  139.     radius_max: 6
  140.     chunk_max: 5
  141.     cull: 0
  142.   cod:
  143.     radius_max: 3
  144.     chunk_max: 2
  145.     cull: 2
  146.   salmon:
  147.     radius_max: 3
  148.     chunk_max: 2
  149.     cull: 2
  150.   pufferfish:
  151.     radius_max: 3
  152.     chunk_max: 2
  153.     cull: 2
  154.   tropical_fish:
  155.     radius_max: 3
  156.     chunk_max: 2
  157.     cull: 2
  158.   dolphin:
  159.     radius_max: 4
  160.     chunk_max: 1
  161.     cull: 2
  162.   bat:
  163.     radius_max: 1
  164.     chunk_max: 1
  165.     cull: 0
  166.   # breeding/friendly farms
  167.   pig:
  168.     radius_max: 10
  169.     chunk_max: 5
  170.     cull: 5
  171.   sheep:
  172.     radius_max: 10
  173.     chunk_max: 5
  174.     cull: 5
  175.   cow:
  176.     radius_max: 10
  177.     chunk_max: 5
  178.     cull: 5
  179.   chicken:
  180.     radius_max: 10
  181.     chunk_max: 5
  182.     cull: 5
  183.   mushroom_cow:
  184.     radius_max: 10
  185.     chunk_max: 5
  186.     cull: 5
  187.   rabbit:
  188.     radius_max: 10
  189.     chunk_max: 5
  190.     cull: 5
  191.   horse:
  192.     radius_max: 10
  193.     chunk_max: 5
  194.     cull: 5
  195.   donkey:
  196.     radius_max: 10
  197.     chunk_max: 5
  198.     cull: 5
  199.   wolf:
  200.     radius_max: 10
  201.     chunk_max: 5
  202.     cull: 5
  203.   cat:
  204.     radius_max: 10
  205.     chunk_max: 5
  206.     cull: 5
  207.   ocelot:
  208.     radius_max: 10
  209.     chunk_max: 5
  210.     cull: 5
  211.   fox:
  212.     radius_max: 10
  213.     chunk_max: 5
  214.     cull: 5
  215.   #colored sheeps
  216.   sheep_white:
  217.     radius_max: 10
  218.     chunk_max: 5
  219.     cull: 5
  220.   sheep_orange:
  221.     radius_max: 10
  222.     chunk_max: 5
  223.     cull: 5
  224.   sheep_magenta:
  225.     radius_max: 10
  226.     chunk_max: 5
  227.     cull: 5
  228.   sheep_light_blue:
  229.     radius_max: 10
  230.     chunk_max: 5
  231.     cull: 5
  232.   sheep_yellow:
  233.     radius_max: 10
  234.     chunk_max: 5
  235.     cull: 5
  236.   sheep_lime:
  237.     radius_max: 10
  238.     chunk_max: 5
  239.     cull: 5
  240.   sheep_pink:
  241.     radius_max: 10
  242.     chunk_max: 5
  243.     cull: 5
  244.   sheep_silver:
  245.     radius_max: 10
  246.     chunk_max: 5
  247.     cull: 5
  248.   sheep_cyan:
  249.     radius_max: 10
  250.     chunk_max: 5
  251.     cull: 5
  252.   sheep_purple:
  253.     radius_max: 10
  254.     chunk_max: 5
  255.     cull: 5
  256.   sheep_blue:
  257.     radius_max: 10
  258.     chunk_max: 5
  259.     cull: 5
  260.   sheep_brown:
  261.     radius_max: 10
  262.     chunk_max: 5
  263.     cull: 5
  264.   sheep_green:
  265.     radius_max: 10
  266.     chunk_max: 5
  267.     cull: 5
  268.   sheep_red:
  269.     radius_max: 10
  270.     chunk_max: 5
  271.     cull: 5
  272.   sheep_black:
  273.     radius_max: 10
  274.     chunk_max: 5
  275.     cull: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement