Are the options percentages?Solved
  • Bear spawn:

BearSpawn = false,

BearRate = 0, Number between 1 - 100

  • Scienist spawn:

ScienistSpawn = false,

ScienistRate = 0, Number between 1 - 100

  • Airdrop spawn:

AirdropSpawn = false,

AirdropRate = 0, Number between 1 - 100

First of all, THANKS heaps! :)

I take it these are percentage rates? IE : 25 = 25% and a 1 in 4 chance to spawn bear, scientist or airdrop?

the algo is as this plugin will roll a number between 1-100. And checks if Roll <= Config (smaller is or equeal.) 
That is so confusing, why can't you just make it 1=1% chance and 100=100% chance???

Merged post

so wtf happens if the roll is smaller than the chosen number?
In response to Covfefe ():
That is so confusing, why can't you just make it 1=1% chance and 100=100% chance???

Merge...
if it is smaller or equal then it will spawn it.
Locked automatically