when im trying to set up the chance reward im always getting only one specific reward from it all the time
im always getting the random poke rewards and none of the others
ExtraReward{
"1"{
broadcast="was Extremly lucky and received a Random Legendary"
playermessage="You were Extremly lucky and received a Random Legendary "
commands=[
"randomleg 70"
]
}
"2"{
broadcast="was super lucky and received a Random Shiny"
playermessage="You were Super lucky and received a Random Shiny"
commands=[
"pokerandom s"
]
}
"3"{
broadcast="was lucky and received a Master Ball"
playermessage="You were lucky and received a Master Ball "
commands=[
"give pixelmon:master_ball 1"
]
}
"30"{
broadcast="received 1 Bonus Coin"
playermessage="You received 1 Bonus Coin "
commands=[
"adminpay 1 coin"
]
}
"5.3"{
broadcast=" received 1 Bonus Poke Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:pokeball_ball 1"
]
}
"5.2"{
broadcast=" received 1 Bonus Ultra Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:ultra_ball 1"
]
}
"5.1"{
broadcast=" received 1 Bonus Great Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:great_ball 1"
]
}
"5"{
broadcast="was Very lucky and received a Random Poke"
playermessage="You were Very lucky and received a Random Poke "
commands=[
"pokerandom "
]
}
when im trying to set up the chance reward im always getting only one specific reward from it all the time
im always getting the random poke rewards and none of the others
ExtraReward{ "1"{ broadcast=" was Extremly lucky and received a Random Legendary"
playermessage="You were Extremly lucky and received a Random Legendary "
commands=[
"randomleg 70"
]
}
"2"{
broadcast=" was super lucky and received a Random Shiny"
playermessage="You were Super lucky and received a Random Shiny"
commands=[
"pokerandom s"
]
}
"3"{
broadcast=" was lucky and received a Master Ball"
playermessage="You were lucky and received a Master Ball "
commands=[
"give pixelmon:master_ball 1"
]
}
"30"{
broadcast=" received 1 Bonus Coin"
playermessage="You received 1 Bonus Coin "
commands=[
"adminpay 1 coin"
]
}
"5.3"{
broadcast=" received 1 Bonus Poke Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:pokeball_ball 1"
]
}
"5.2"{
broadcast=" received 1 Bonus Ultra Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:ultra_ball 1"
]
}
"5.1"{
broadcast=" received 1 Bonus Great Ball"
playermessage="You received 1 Bonus Poke Ball"
commands=[
"give pixelmon:great_ball 1"
]
}
"5"{
broadcast=" was Very lucky and received a Random Poke"
playermessage="You were Very lucky and received a Random Poke "
commands=[
"pokerandom "
]
}
}