Hi community,
I was hoping someone could release a Randomizer plugin which has the following features:
- A config file where you can add different setups where you can state items/permissions with a % chance of spawing
- Console command to run the randomizer on a certain player
Config example:
I hope you find this interesting and hopefully will be able to develop it!
I was hoping someone could release a Randomizer plugin which has the following features:
- A config file where you can add different setups where you can state items/permissions with a % chance of spawing
- Console command to run the randomizer on a certain player
Config example:
Randomizer classes:
"Basic" *(When running /randomizer basic, it will use the items stated in the basic class)
Amount of drawings: 1 (When ran, the plugin will grant 1 item from the list below)
[
fun.guitar "0.2",
bone.armor.suit "0.4",
hat.boonie "0.3",
oxide.grant user $player.id Player.VIP "0.1"
],
"Premium"(When running /randomizer premium, it will use the items stated in the premium class)
Amount of drawings: 2 (When ran, the plugin will grant 2 items from the list below)
[
oxide.grant user $player.id Player.VIP "0.4",
smg.mp5 "0.2",
weapon.mod.simplesight "0.2",
metal.refined "1000" "0.2" (Gives a 20% chance the player gets 1000 High quality metal)
]I hope you find this interesting and hopefully will be able to develop it!