@dannegm
- Added new config options to select how players will get money:
Code (Text):
get_money_method:
press_f: true
right_click: false
- Added new config options to select which icon will be show for each min amount of money:
Code (Text):
item_icon_thresholds:
coin: 0
banknote: 5
sack_of_money: 100
@Phoenix-PvP
- Added new config options to disable decimals and approximate money (useful for currencies like Yen):
Code (Text):
remove_decimals:
enabled: false
approximate_bigger: true