Skip to content

Releases: mastercake10/TimeIsMoney

update 1.9.6.12-fix2

23 May 16:15
Compare
Choose a tag to compare
  • fixed balance top order fb8bccc
  • fixed NPE in Metrics class 27441eb
  • fixed atm balance not refreshing when withdrawing money 325c770

update 1.9.6.12-fix

15 May 17:30
Compare
Choose a tag to compare

This version includes two minor bug fixes:

  • Fixed config not properly reloading (Commenting out list sections did nothing) #60
  • Fixed total payouts not clearing after a new day begins

update 1.9.6.12

10 May 23:50
Compare
Choose a tag to compare

Config additions

Merging payouts

Added the configuration option merge-payouts that automatically combines all payouts a player has permission for when enabled.
01d24e7

Max Multiple Accounts

This brings the ability to define a maximal number of accounts connected per IP receiving a payout. If that limit is reached, no one will receive a payout.
default:
max-multiple-accounts: 1
43ab5a0

Global Bank Account

You now can define a global bank account by altering the bank-account option. If a bank account is defined, TimeIsMoney will take all the money used for the payouts from that account, so you don't create extra money.
f26b57f

New Commands

New Command for the ATM have been added:

Command Description Permission required
/atm balancetop Shows the top 10 player atm balances tim.admin
/atm give <player> Deposits money into a players atm tim.admin
/atm take <player> Withdraws money from a players atm tim.admin
See 043121c, 505478c.

Placeholders

There is now a placeholder for displaying a players ATM balance, called %tim_atm%
e232ba8

Fixes

  • Fixed an annoying message coming up when reloading the plugin f035d31
  • Added check before actually withdrawing atm money ea61628
  • Dropped API-Version 183f5c8

update 1.9.6.12-dev

07 May 20:55
Compare
Choose a tag to compare
update 1.9.6.12-dev Pre-release
Pre-release
  • added placeholder %tim_atm% for players atm balance (#54)

update 1.9.6.11

15 Dec 14:30
Compare
Choose a tag to compare
  • updated to mc 1.15 (#45)
  • enhanced afk payout (#43)

update 1.9.6.10

21 Sep 17:22
Compare
Choose a tag to compare
  • fixed wall sign ATMs not accessible
  • fixed Metrics NPE

update 1.9.6.9

11 Sep 19:09
Compare
Choose a tag to compare
  • fixed atm wall signs not placeable (#41)
  • fixed ip's being resolved to hostnames (caused server lags)

update 1.9.6.8

11 Jul 19:49
Compare
Choose a tag to compare
  • fixed a major issue with the multi-account check that caused paper servers to hang

update 1.9.6.7 fixes

29 May 15:19
Compare
Choose a tag to compare
  • fixed #38 that threw several NPE's
  • fixed broken material names for the ATM signs
  • fixed 1.14.* action bars implementation

mc 1.14.1 update!

26 May 02:03
Compare
Choose a tag to compare

After a long time, the 1.14.1 update has finally been released.
This includes:

  • updated functionality for spigot MC 1.14.1
  • fixed a spammy error message when no atm title is set
  • changed the online counter from asynchronous to synchronous due to errors when using async