Payment Methods

By default, the payment method is by money in the bank (Config.useAccount). This value can be changed to another type of account.

If you need to modify the payment method, for example to use items, you can do it by modifying the functions:

getUserMoney, addUserMoney and removeUserMoney found at the end of config.lua

Last updated