Version 1.0.0
12 downloads
The plugin allows you to configure the rates of a regular player and a player with a privilege.
Here is an example of the configuration and its features:
{
"Rate multiplier (barrels) for default players": 1.0,
"Rate multiplier (box) for default players": 1.0,
"Rate multiplier (pickup) for default players": 1.0,
"Rate multiplier (gather) for default players": 1.0,
"List of ignored items": [
"scrap",
"apple"
],
"Rate multiplier (barrels) for privileges": {
"modulerate.vip": 2.0,
"modulerate.elite": 3.0
},
"Rate multiplier (box) for privileges": {
"modulerate.vip": 2.0,
"modulerate.elite": 3.0
},
"Rate multiplier (pickup) for privileges": {
"modulerate.vip": 2.0,
"modulerate.elite": 3.0
},
"Rate multiplier (gather) for privileges": {
"modulerate.vip": 2.0,
"modulerate.elite": 3.0
}
}