Advertisement
Guest User

Configuration file

a guest
Feb 20th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.87 KB | None | 0 0
  1. # World settings
  2. world:
  3.   disable-storm: true
  4.   remove-farm-land-on-step: false
  5.   burn-hostiles: false
  6.   random-chest-seconds-cooldown: 900
  7.  
  8. # Death settings
  9. death:
  10.   disable-death-message: false
  11.   clear-drops: true
  12.  
  13. # Inventory settings
  14. inventory:
  15.   show-message-on-rupee-pickup: true
  16.   rupee-pickup-message: '&a+{AMOUNT} rupee(s)'
  17.   rupee-pickup-sound: true
  18.  
  19. # Join settings
  20. join:
  21.   disable-join-message: false
  22.  
  23.   spawn-with-kit: true
  24.   # Only works when 'spawn-with-kit' is set to 'true'
  25.   # Entering '' will give the player a random quality
  26.   spawn-kit-quality: 'Decent'
  27.  
  28. # Entity settings
  29. entities:
  30.   drop-chance: 15
  31.   rupee-from-bush-drop-chance: 10
  32.  
  33. # Item settings
  34. items:
  35.   max-durability: 1500
  36.  
  37. # Block settings
  38. blocks:
  39.   disable-timer: false
  40.  
  41.   iron-ore-timer: 900
  42.   gold-ore-timer: 900
  43.   diamond-ore-timer: 1800
  44.   stone-timer: 180
  45.   emerald-ore-timer: 1800
  46.  
  47.   crop-timer: 1800
  48.   carrot-timer: 1800
  49.   potato-timer: 1800
  50.   melon-timer: 1800
  51.  
  52. # Smithing settings
  53. smithing:
  54.   smelt-time-per-ore: 2
  55.   smelt-time-per-equipment: 10
  56.  
  57.   # Decreasing this will increase the chance of failing and destroying the crafted item
  58.   success-chance: 100
  59.  
  60. # Scrolls settings
  61. scrolls:
  62.   identification-chance: 65
  63.   powerful-identification-chance: 90
  64.  
  65. # NPCs settings
  66. npcs:
  67.   tools-trader: '&6&lTool Trader'
  68.  
  69. # Stats settings
  70. stats:
  71.   fist-damage: 3
  72.   min-damage: 5
  73.  
  74.   # Adding all of the quality chances with eachother MUST be '100' in total!
  75.   quality-chances:
  76.     common: 40
  77.     decent: 25
  78.     ordinary: 20
  79.     rare: 10
  80.     grand: 5
  81.  
  82.   tier-1:
  83.     common:
  84.       min-damage: 5
  85.       max-damage: 20
  86.      
  87.       min-defense: 2
  88.       max-defense: 5
  89.      
  90.       min-additional-damage: 2
  91.       max-additional-damage: 5
  92.      
  93.       min-hp-regen: 1
  94.       max-hp-regen: 3
  95.      
  96.       min-hp: 50
  97.       max-hp: 200
  98.     decent:
  99.       min-damage: 15
  100.       max-damage: 35
  101.      
  102.       min-defense: 4
  103.       max-defense: 7
  104.      
  105.       min-additional-damage: 4
  106.       max-additional-damage: 7
  107.      
  108.       min-hp-regen: 2
  109.       max-hp-regen: 5
  110.      
  111.       min-hp: 150
  112.       max-hp: 350
  113.     ordinary:
  114.       min-damage: 30
  115.       max-damage: 50
  116.      
  117.       min-defense: 5
  118.       max-defense: 10
  119.      
  120.       min-additional-damage: 5
  121.       max-additional-damage: 10
  122.      
  123.       min-hp-regen: 4
  124.       max-hp-regen: 8
  125.      
  126.       min-hp: 300
  127.       max-hp: 500
  128.     rare:
  129.       min-damage: 45
  130.       max-damage: 65
  131.      
  132.       min-defense: 5
  133.       max-defense: 14
  134.      
  135.       min-additional-damage: 5
  136.       max-additional-damage: 14
  137.      
  138.       min-hp-regen: 7
  139.       max-hp-regen: 12
  140.      
  141.       min-hp: 450
  142.       max-hp: 650
  143.     grand:
  144.       min-damage: 65
  145.       max-damage: 85
  146.      
  147.       min-defense: 7
  148.       max-defense: 17
  149.      
  150.       min-additional-damage: 7
  151.       max-additional-damage: 17
  152.      
  153.       min-hp-regen: 10
  154.       max-hp-regen: 15
  155.      
  156.       min-hp: 650
  157.       max-hp: 850
  158.   tier-2:
  159.     common:
  160.       min-damage: 30
  161.       max-damage: 55
  162.      
  163.       min-defense: 5
  164.       max-defense: 12
  165.      
  166.       min-additional-damage: 5
  167.       max-additional-damage: 12
  168.      
  169.       min-hp-regen: 10
  170.       max-hp-regen: 15
  171.      
  172.       min-hp: 300
  173.       max-hp: 550
  174.     decent:
  175.       min-damage: 45
  176.       max-damage: 65
  177.      
  178.       min-defense: 8
  179.       max-defense: 17
  180.      
  181.       min-additional-damage: 8
  182.       max-additional-damage: 17
  183.      
  184.       min-hp-regen: 14
  185.       max-hp-regen: 18
  186.      
  187.       min-hp: 450
  188.       max-hp: 650
  189.     ordinary:
  190.       min-damage: 50
  191.       max-damage: 85
  192.      
  193.       min-defense: 12
  194.       max-defense: 22
  195.      
  196.       min-additional-damage: 12
  197.       max-additional-damage: 22
  198.      
  199.       min-hp-regen: 18
  200.       max-hp-regen: 25
  201.      
  202.       min-hp: 500
  203.       max-hp: 850
  204.     rare:
  205.       min-damage: 75
  206.       max-damage: 100
  207.      
  208.       min-defense: 10
  209.       max-defense: 28
  210.      
  211.       min-additional-damage: 10
  212.       max-additional-damage: 28
  213.      
  214.       min-hp-regen: 22
  215.       max-hp-regen: 32
  216.      
  217.       min-hp: 750
  218.       max-hp: 1000
  219.     grand:
  220.       min-damage: 90
  221.       max-damage: 115
  222.      
  223.       min-defense: 15
  224.       max-defense: 33
  225.      
  226.       min-additional-damage: 15
  227.       max-additional-damage: 33
  228.      
  229.       min-hp-regen: 30
  230.       max-hp-regen: 38
  231.      
  232.       min-hp: 900
  233.       max-hp: 1150
  234.  
  235. # Custom mob spawners settings
  236. spawners:
  237.   NECROMANCER:
  238.     delay: 1800
  239.     amount: 1
  240.   WITCH:
  241.     delay: 900
  242.     amount: 1
  243.   CASTER:
  244.     delay: 900
  245.     amount: 1
  246.   GHOST_MOB:
  247.     delay: 600
  248.     amount: 1
  249.   BAT:
  250.     delay: 300
  251.     amount: 3
  252.   SKELETON_WITH_HORSE:
  253.     delay: 900
  254.     amount: 1
  255.   ZOMBIE_WITH_HORSE:
  256.     delay: 900
  257.     amount: 1
  258.   WISP:
  259.     delay: 300
  260.     amount: 2
  261.   WRAITH:
  262.     delay: 1900
  263.     amount: 1
  264.   DRAGON:
  265.     delay: 3600
  266.     amount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement