This plugin works with "Permissions" and can setup custom parameters for groups:
You can override:
> Health
> Stamina
> Weight
> Food
> Oxygen
> Water
> Damage
> Speed
> Crafting
> Fortitude
> XP
> Damage Scale (Outcoming damage | Player/Dino)
> Resistance (Incoming damage | Player/Dino)
> Harvest scale (Player/Dino)
> Item Weight Reduction (Player/Dino)
> Taming Scale
Example: Player has 100 hp, with 1.25 multiplier his hp will be increased to 125
Ability to Stack Permissions!
If this feature is enabled: Players, that has more than 2 different permissions will get stacked stat values.
Example: Player has VIP (Health x2), Premium (Health x3) - stacked health values = x4
Values < 1 will not stack with values > 1.
End formula: Values > 1 * Values < 1;
So, Cheater (Health x0.1), Premium (Health x3) - stacked health values = x0.3
config
You can override:
> Health
> Stamina
> Weight
> Food
> Oxygen
> Water
> Damage
> Speed
> Crafting
> Fortitude
> XP
> Damage Scale (Outcoming damage | Player/Dino)
> Resistance (Incoming damage | Player/Dino)
> Harvest scale (Player/Dino)
> Item Weight Reduction (Player/Dino)
> Taming Scale
Example: Player has 100 hp, with 1.25 multiplier his hp will be increased to 125
Ability to Stack Permissions!
If this feature is enabled: Players, that has more than 2 different permissions will get stacked stat values.
Example: Player has VIP (Health x2), Premium (Health x3) - stacked health values = x4
Values < 1 will not stack with values > 1.
End formula: Values > 1 * Values < 1;
So, Cheater (Health x0.1), Premium (Health x3) - stacked health values = x0.3
config
Code:
{
"General":{
"StackPermissions":true
},
"Players": [
{
"Permission": "PREMIUM",
"Health": 2,
"Stamina": 1,
"Weight": 1,
"Food": 1,
"Oxygen": 1,
"Water": 1,
"MeleeDamageMultiplier": 1,
"SpeedMultiplier": 1.1,
"CraftingSpeedMultiplier": 1,
"Fortitude": 1,
"XPScale": 2,
"ItemWeightScale":0.1,
"TamingScale":5,
"PlayerHarvestScale": 1.25,
"PlayerDamageScale": 1,
"PlayerResistance": 1,
"DinoHarvestScale": 1.25,
"DinoDamageScale": 1,
"DinoResistance": 1,
"DinoItemWeightScale":0.1
}],
"Messages": {
"Sender": "VIP"
}
}