added chance system
Code:# Chance system configuration # When enabled, this will override the normal command system # Note this not optimize for high player counts because give execute command for each player to give key chance-system: enabled: false commands: common: command: "crates givekey %player% common-crate" chance: 80 crimson: command: "crates givekey %player% crimson-crate" chance: 5 prime: command: "crates givekey %player% prime-crate" chance: 5 gold: command: "crates givekey %player% gold-crate" chance: 5 amethyst: command: "crates givekey %player% amethyst-crate" chance: 5
added
this will help thos who dont have giveall command in there crates pluginsCode:# Set use-individual-commands to true if your crates plugin doesn't support giveall Example :- crates givekey %player% common-crate use-individual-commands: false
