βš™οΈCofiguration

Information about config.yml and lang.yml

You can modify and deactivate all you want.

config.yml

# { task.enable } -> true if you want interest on your bank system. 
# { task.interest } -> interest percentage, max 100 
# { task.time } -> interest earning time, ( d = days ) ( h = hours ) 
#  
#  { death.enable } -> true if you want to lose money after death
#  { percent_lost } -> amount of pocket money to lose in %

config:
  task:
    enable: true
    interest: 10
    time: 1d
  death:
    enable: true
    percent_lost: 50
  update:
    message: true
  CommissionsWithdraw: true
  CommissionsStartWith: 10000
  CommissionsPercent: 4
  remaining_ticks_next_interest: 16700

lang.yml

Last updated