IMPORTANT - If you
upgrade to
v2.5, delete the old
settings.yml and let them regenerate
!!!
Add
new bank managment commands for Admins
/bank set [playername] [amount]
/bank add [playername] [amount]
/bank take [playername] [amount]
/bank balance [playername]
added new permissions as well
lighteconomy.admin.*
lighteconomy.player.*
lighteconomy.admin.balanceother.bank
lighteconomy.admin.bank.set
lighteconomy.admin.bank.add
lighteconomy.admin.bank.take
add requirements for the Animations
you can set a min amount for the animation start
Code (Java):
minPayment
:100.0
Fix
fixed an invalid UUID exception
fixed some wrong code
fixed a problem with interests
i added a new setting for a "Master Server
Code (YAML):
# ------------------------------- # # # IMPORTANT - If you set this to true, the server pays you # x Times the interest for players bank balance. # If you using a Network with multiple servers, # set only at the master server this setting to # true. All other servers to false ! Otherwise # each server will pay the player interest. !!! # Only the master server send messages for # interest ! # thisIsMasterServer: true
# ------------------------------- #
fixed log errors
fixed a problem, that the player dont create a bank account, if he is joining the first time