mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 07:52:06 +00:00
Adding option to log all eco api transactions.
This commit is contained in:
parent
1b780a4364
commit
1c2221f52f
4 changed files with 12 additions and 2 deletions
|
@ -559,6 +559,12 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getBoolean("economy-log-enabled", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEcoLogUpdateEnabled()
|
||||
{
|
||||
return config.getBoolean("economy-log-update-enabled", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean removeGodOnDisconnect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue