Added log levels to config, change values to change what is printed to console.
Default is lowest, you can alter this and the other options to get your desired result.
Example changing the level to MEDIUM and having Player.Level set to LOW, player logs will not be printed to console.
Code (Text):
Bank:
Log:
# Set the log levels. Values: LOWEST, LOW, MEDIUM, HIGH, HIGHEST
Level: LOWEST
Plugin:
Level: HIGH
Player:
Level: HIGH
Expire:
Level: LOW
Hiscore:
Level: LOW
Interest:
Level: LOW
Loan:
Level: LOW
Additional small fixes with NullPointerExceptions.