mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Basic logging of trade/buy/sell signs and sell command
This commit is contained in:
parent
8afde1ccc0
commit
b272374072
7 changed files with 122 additions and 1 deletions
|
@ -385,4 +385,9 @@ public class Settings implements IConf
|
|||
}
|
||||
return max;
|
||||
}
|
||||
|
||||
boolean isEcoLogEnabled()
|
||||
{
|
||||
return config.getBoolean("economy-log-enabled", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue