kamildanak / EnderPay

Minecraft mod that adds economy to forge servers.
https://minecraft.curseforge.com/projects/enderpay
GNU General Public License v2.0
7 stars 10 forks source link

Allow -1 for some config options for infinite / N/A #12

Open carstorm opened 6 years ago

carstorm commented 6 years ago

Some of the things would benefit from having a much larger (9999, 32int max, etc) or infinite option such as: -daysAfterBanknotesExpires -maxLoginDelta -resetLoginDelta

The reason this is the case is because I have the day length set to 1hr.

kamildanak commented 6 years ago

Thanks for your suggestion. I made following changes:

kreezxil commented 6 years ago

is there an option now to have bank notes that don't expire for instance like when I'm using the notes in a vending block?

kamildanak commented 6 years ago

If you are OP Player there is an option to set Vending Block to be infinite. Infinite vending machine will not check if the banknote expired. #8 Non-OP Players can put banknote in Take slot to accept payments, after banknote expires vending block will still charge players the original value of banknote. Another option is to disable stampedMoney which will make all banknotes not expire.

kamildanak commented 6 years ago

There is however no reason not to add option to make individual banknotes not expiring for OP Players so I may add it.