config.yml

Current YML: v1.0 Beta
##CONFIG

##The amount of money a player gets when first joins
StartingAmount: 100

##The symbol for your currency
MoneySymbol: "$"

##When type /richest, How much of the leaderboards will show (Top 10)
AmountOfRichest: 10

##-------------------------------##
##------[Tax Configuration]------##
##-------------------------------##
TaxEnabled: true

##Should users get taxed when paying money with /pay
Paying:
  enabled: true
  percent: 5

##Should users get taxed based on a time interval (in hours)
TimeInterval:
  enabled: true
  time: 24
  percent: 5


Comments

Posts Quoted:
Reply
Clear All Quotes