Config ‐ Karma - Rosstail/Karma GitHub Wiki

The karma is a score that can be used to determinate in which Tier a player is. You can use any float value. A float value is a number with an accuracy of 6 decimal digits.

#config.yml
karma:
  default: <float> #The default amount of karma of a new player, it is also used on the /karma reset command.
  minimum: <float> #The minimum amount of karma a player can get
  maximum: <float> #The maximum amount of karma a player can get
  • karma.default is used as the default karma amount a player without data will be upon data generation or reset command.
  • karma.minimum and karma.maximum Are the reachable limit of karma a player can have by fighting, placing/destroying blocks... It can be bypassed by edit commands and overtime commmands from the Overtime feature.
⚠️ **GitHub.com Fallback** ⚠️