Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. So it tells me this in the log:
  2. >>>
  3. >>> There is an error in your config-file! Handle it!
  4. >>> Here is what snakeyaml says:
  5. >>>
  6.  
  7. mapping values are not allowed here
  8. in 'string', line 69, column 14:
  9. waves:
  10. ^
  11.  
  12.  
  13.  
  14. And this is my config file:
  15.  
  16. Btw this is line 69 v
  17. waves:
  18. recurrent:
  19. zombiewave:
  20. type: default
  21. priority: 1
  22. frequency: 1
  23. monsters:
  24. zombies: 10
  25. zombie_pigmen: 2
  26. single:
  27. chickenswarm:
  28. type: swarm
  29. wave: 5
  30. monster: chickens
  31. amount: medium
  32. witherboss:
  33. type: boss
  34. wave: 10
  35. monster: wither_skeleton
  36. health: medium
  37. abilities: lightning-aura, warp-to-player, fireballs
  38. potions: wither, increase_damage:1
  39. ability-interval: 5
  40. snowgolemboss:
  41. type: boss
  42. wave: 20
  43. monster: snow_golem
  44. health: psycho
  45. abilities: root-target, arrows, pull-distant
  46. potions: increase_damage:2
  47. ability-interval: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement