Advertisement
Lxlp

Untitled

Feb 18th, 2024
800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.55 KB | None | 0 0
  1. Neos_NETHER:
  2.   Action: ADD
  3.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  4.   Chance: 0.01
  5.   Priority: 1
  6.   UseWorldScaling: false
  7.   Worlds: dimension_nether
  8.   Conditions:
  9.  - playersOnline{amount=<11}
  10.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  11.  
  12. Neos_NETHER_2:
  13.   Action: ADD
  14.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  15.   Chance: 0.03
  16.   Priority: 1
  17.   UseWorldScaling: false
  18.   Worlds: dimension_nether
  19.   Conditions:
  20.  - playersOnline{amount=11to20}
  21.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  22.  
  23. Neos_NETHER_3:
  24.   Action: ADD
  25.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  26.   Chance: 0.05
  27.   Priority: 1
  28.   UseWorldScaling: false
  29.   Worlds: dimension_nether
  30.   Conditions:
  31.  - playersOnline{amount=21to30}
  32.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  33.  
  34. Neos_NETHER_4:
  35.   Action: ADD
  36.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  37.   Chance: 0.07
  38.   Priority: 1
  39.   UseWorldScaling: false
  40.   Worlds: dimension_nether
  41.   Conditions:
  42.  - playersOnline{amount=31to40}
  43.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  44.  
  45. Neos_NETHER_5:
  46.   Action: ADD
  47.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  48.   Chance: 0.09
  49.   Priority: 1
  50.   UseWorldScaling: false
  51.   Worlds: dimension_nether
  52.   Conditions:
  53.  - playersOnline{amount=41to50}
  54.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  55.  
  56. Neos_NETHER_6:
  57.   Action: ADD
  58.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  59.   Chance: 0.1
  60.   Priority: 1
  61.   UseWorldScaling: false
  62.   Worlds: dimension_nether
  63.   Conditions:
  64.  - playersOnline{amount=>50}
  65.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  66.  
  67. Neos_NETHER_Single:
  68.   Action: ADD
  69.   Type: AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino
  70.   Chance: 0.05
  71.   Priority: 2
  72.   UseWorldScaling: false
  73.   Worlds: dimension_nether
  74.   Conditions:
  75.  - playersinradius{amount=1;radius=40}
  76.   - mobsInRadius{types=AnimaErrante,GolemInfernale,BrutaleInfernale,PuntaNether,PrimoSpadaccino;amount=>3;radius=73} false
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement