Advertisement
benpryde

random spawn file

Aug 28th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. #-------------------------------------------
  2.  
  3. cowardiceinfected:
  4. MobType: cowardiceinfected
  5. worlds: world
  6. Chance: 0.2
  7. Priority: 1
  8. Action: REPLACE
  9. Conditions:
  10. - inblock{b=AIR} true
  11. - region{r=mainsurvival} false
  12. - distancefromspawn{distance=<25000} true
  13.  
  14. cowardzombie:
  15. MobType: cowardzombie
  16. worlds: world
  17. Chance: 0.4
  18. Priority: 1
  19. Action: REPLACE
  20. Conditions:
  21. - inblock{b=AIR} true
  22. - region{r=mainsurvival} false
  23. - distancefromspawn{distance=>25000} true
  24.  
  25. #----------------------------------------------
  26.  
  27. courageousinfected:
  28. MobType: courageousinfected
  29. Worlds: world
  30. Chance: 0.9
  31. Priority: 1
  32. Action: ADD
  33. Conditions:
  34. - inblock{b=AIR} true
  35. - onblock{b=OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,DARK_OAK_PLANKS,ACACIA_PLANKS,JUNGLE_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS} false
  36. - outside true
  37. - night{} false
  38. - lightlevel{l=>2} false
  39. - region{r=mainsurvival} false
  40. - distancefromspawn{distance=<25000} true
  41.  
  42. courageouszombie:
  43. MobType: courageouszombie
  44. Worlds: world
  45. Chance: 0.3
  46. Priority: 1
  47. Action: ADD
  48. Conditions:
  49. - inblock{b=AIR} true
  50. - onblock{b=OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,DARK_OAK_PLANKS,ACACIA_PLANKS,JUNGLE_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS} false
  51. - outside true
  52. - night{} false
  53. - lightlevel{l=>2} false
  54. - region{r=mainsurvival} false
  55. - distancefromspawn{distance=>25000} true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement