Random items/permissions on command
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:

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!
That's an interesting idea and i think i can do it, but then you must wait :D
Merged post..
@yannick10012 do you still need this plugin ?
In response to misticos ():
That's an interesting idea and i think i can do it, but then you must wait :D
Merged post..
Hey man, yeah I am waiting patiently!

EDIT:

Was also thinking about a permission system for players to use the command which can also be set in the config:

"randomizer.basic"
"randomizer.premium" for example