💸Logging server economy

Economics on your server is probably one of the most important things to do. To understand how much money your clans operate, you can rely on this function.

Configuration

By default, this feature is enabled, so you may want to turn it off. You can do it here:

economy:
  bank-log:
    enable: true

Feature description

This feature will create a one per day CSV file in /SimpleClans/logs/bank/.

For developers

If you want to add another format of logging, you can see how it's implemented.

Last updated