Time is Money icon

Time is Money -----

Earn money for being online!




Update overview:
- Support Folia
- Fix index out of bounds exception when a player does not have permission for a single payout

Detailed Changes:

- increment minor version (7c09752)
- uncommited change? (69d8bdf)
- fix out of bounds exception (1a51294)
- Merge pull request #115 from Stabrinai/master (bd44192)
> bump Energie version and fix build
- bump Energie version and fix build (ba06761)
- Merge pull request #113 from Stabrinai/master (9500000)
> Support folia used Energie
- Merge branch 'master' into master (7a1a8e7)
- Merge pull request #114 from garbyexe/master (9d8d860)
> spigot api update
- rollback to older versions (67d4698)
- can't forget the readme (eb59990)
- bump version (0873d42)
- update to java 21 and minecraft 1.20.6 (27da9c7)
----------, Dec 2, 2024

Update Overview:
- Update for mc 1.20.6
- RGB Color support (format: &#RRGGBB)
- some minor changes

Detailed changes:
- fix wrong table name ( 0919a18)
- bump SpaceGUI version ( c6de0bb)
- fix version parsing ( 6ee5cd7)
- bump SpaceGUI version ( 62f73c7)
- implement individual intervals for payouts ( 772b46a)
> #53

- Merge remote-tracking branch 'origin/master' ( 00ec36d)
- add support for RGB color codes (format: &#RRGGBB) ( 648f6ec)
> closes #106

- add support for RGB color codes (format: &#RRGGBB) ( a037f2a)
- ATM: limit amount of money that can be deposited / stored ( eba20df)
- multiple accounts check: still payout the first player ( 9ed65c7)
- increment minor version ( a7e51d7)
- don't send a message when payout amount is 0 ( 58b0d5c)
- update minor version ( 062af59)
----------, Jun 2, 2024

- only open atm on right click ( 4ecd43e)
----------, Jul 5, 2023

- update minor version ( 46d74a2)
- cancel PlayerInteractEvent to prevent editing signs on mc 1.20 ( ffad1d5)
- bump metrics version ( afe005c)
- change int to double for payout chances ( 268fe88)
- make items removable from gui ( f0c7be5)
> closes #107
- change data structure for player data + mysql support ( 31897a5)
- add PlaceholderAPI format for all messages ( ce15786)
> This allows server owners to use all placeholders e.g.
%vault_eco_balance% in TIM messages.
----------, Jul 4, 2023

  • Add a cool down (200 ms) to the ATM-GUI to prevent server lags
  • Add permissiontim.multipleaccountsbypass for bypassing payout when multiple players are using the same ip
----------, Oct 17, 2021

  • fixed action bars for MC 1.8 - 1.9
----------, Sep 12, 2021

  • fixed action bars for MC 1.8 - 1.9
----------, Sep 10, 2021

ATM fixes:

  • fixed issue in GUI causing a MethodNotFoundException on older Java versions
  • fixed ATM withdrawing money when clicking on the balance item (#99)
----------, Aug 5, 2021

  • update for 1.17
  • better GUI system for the ATM; it can now be customized (see atm_gui.yml)
----------, Jul 18, 2021

  • update for mc 1.16.4
----------, Nov 2, 2020

  • Added formatting to the /atm balance command 5718d0d
  • Fixed labels in /atm help b4f71d6
----------, Oct 14, 2020

Changes regarding the ATM:

  • Switched to UUIDs
  • Added a converter for player names to UUID 5a4c9f5
  • Made ATM messages editable 7dfd5af
  • Fixed ATM-Label in config.yml not reloading after /tim b5fc0b8
----------, Aug 25, 2020

  • Added support for 1.16.2 e99b409
  • Improved the ATM: 64c7d60
    This should allow developers to also manage bank accounts in worlds when the player is offline.
    Also, fixed ATM help command and syntax (added opt. world name)
  • Added atm_sign_label to the config.yml, allowing server owners to set a custom ATM sign content. 272adc3
  • Fixed a reloading issue where the payout messages (both action bar and chat) haven't updated after reload (/tim) e11cc49
  • Fixed a stack trace in the Metrics class
  • Fixed action bar messages for 1.16.1 e99b409
Config.yml additions:

Code (YAML):
# The label that is drawn on the sign upon placement (keep in mind that ATM signs are tracked using this tag, so choose something "unique")
atm_sign_label
: "&cATM"
----------, Aug 23, 2020

- added support for 1.16.1
----------, Jun 25, 2020

  • fixed a critical duping issue fae2ef8
  • implemented a new configuration ability b71749f
    The payout message can now be set to only display once when the payout
    limit was reached.
  • fixed fomatting for atm top f08d2dc
  • fixed NPE in metrics when getting distro fc471ae
----------, Jun 15, 2020

  • fixed balance top order fb8bccc
  • fixed NPE in Metrics class 27441eb
  • fixed atm balance not refreshing when withdrawing money 325c770
----------, May 23, 2020

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
----------, May 15, 2020

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
----------, May 11, 2020

  • updated to mc 1.15 (#45)
  • enhanced afk payout (#43)
----------, Dec 15, 2019

  • fixed wall sign ATMs not accessible
  • fixed Metrics NPE
----------, Sep 21, 2019

  • fixed atm wall signs not placeable (#41)
  • fixed ip's being resolved to hostnames (caused server lags)
----------, Sep 11, 2019

  • fixed a major issue with the multi-account check that caused paper servers to hang
----------, Jul 11, 2019

  • fixed #38 that threw several NPE's
  • fixed broken material names for the ATM signs
  • fixed 1.14.* action bars implementation
----------, May 29, 2019

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
----------, May 26, 2019

  • fixed wrong package declaration for 1.13.*
    -> Actionsbars should now work again
----------, Sep 25, 2018

  • added support for 1.13
  • added support for 1.13.1
----------, Aug 29, 2018

  • added an error message for unset atm_worth_gradation
  • added version variable for plugin.yml
----------, Dec 29, 2017

* fixed the reloading function:
- The complete plugin is now reloaded, including changes to money payout interval
* fixed wrong payout schedule:
- players were paid out for n + 1 due to bad logic comparison

thanks to @RadBuilder for maintaining and updating the code on github:
* general code cleanup
+ added java docs
+ converted project to maven
and more...
----------, Dec 9, 2017

* fixed plugin.yml
----------, Oct 5, 2017

* fixed message_actionbar
-> was not used before
----------, Oct 4, 2017

* updated metrics
----------, Oct 1, 2017

* fixed broken metrics
----------, Sep 28, 2017

This update mostly contains some cosmetic changes of the code.

* fixed formatting
* color fixes
* fixed some spelling mistakes
----------, Aug 5, 2017

+ added the opportunity to change ATM values:

Code (Text):
atm_worth_gradation:
  - 100000.0
  - 1000000.0
  - 10000000.0
  - 100000000.0
----------, Jul 10, 2017

* fixed spigot 1.9.4 actionbar bug
----------, Jul 4, 2017

+ added plugin metrics (bstats)
----------, Jul 3, 2017

+ added the ability to enable or disable the atm.
config entry:
enable_atm: true
----------, Jul 1, 2017

* handled NullPointerException
@Shidapu
----------, Jun 28, 2017

* few atm fixes
----------, Jun 5, 2017

* fixed atm naming issue
----------, Jun 5, 2017

* added command: /atm balance <player>
checks the bank balance of a player
* 1.12 bug fixes (including actionbar)
* async command execution bug fix
----------, Jun 1, 2017

Security update
- removed auto updater
----------, Apr 25, 2017

performance tweaking (see issue above)
----------, Mar 1, 2017



+ added new configuration ability: allow-multiple-accounts.
+ bugfixe with foreign symbols
----------, Feb 20, 2017

fixed nullpointerexception in Main
----------, Feb 16, 2017

- added atm feature for players: /atm will open the atm when the permission atm.use is provided
----------, Feb 10, 2017

* added disable_in_worlds section to config.yml
----------, Jan 7, 2017

+ added 1.11 support
* changed confusing "ERROR" messages to "INFO"
----------, Nov 19, 2016

* Made some changes in updater class
* Fixed wrong and confusing version numbers (see post above)
----------, Nov 10, 2016

* Fixed NumberFormatException

Note: Update-Server still down.
----------, Nov 9, 2016

* fixed error message on update

(Update server currently down, sorry for that)
----------, Nov 7, 2016

ATM mechanics update:
- Removed VAULT's API
+ added own api in order to store atm's money
-> More secure and less data loss
Note: If you have money stored in ATM, the plugin will automatically convert it to new API. So no data loss.
----------, Oct 21, 2016

+ Added the a new permission:
Players with the permissions tim.afkbypass are able to bypass the afk_payout option.
----------, Oct 1, 2016

* created new thread for web requests
----------, Sep 5, 2016

* some bugfixes
----------, Aug 28, 2016

hope it works now, sorry for all :p
----------, Aug 4, 2016

* fixed
----------, Aug 4, 2016

* Uploaded old version last time....
----------, Aug 3, 2016

* fixed nullpointerexception
-> Added economy account exist check before getting balance of player
----------, Aug 3, 2016

* changed some debugging messages
----------, Jul 24, 2016

* fixed:
Server returned HTTP response code: 503
----------, Jul 17, 2016

* improve the atm per world feature
----------, Jul 1, 2016

Update 1.9.2.9 - Little ATM update

+ Added command /atm <player> permissions: tim.admin
(use atm @p in cmd block to open atm for a player)
+ Added per-world support. Just turn per-world-atm to true in config.
----------, Jun 29, 2016

- Fixed 1.9 error
----------, Jun 14, 2016

- updated to minecraft 1.10
----------, Jun 12, 2016

Added "debug-log" to config, it's disabled from now for default
(was a bit spammy)
----------, May 22, 2016

- Just small NullPointerException fix for ATM

err: http://pastebin.com/56TKV0KL
----------, May 19, 2016

- Fixed ATM item pull out (hope so)
----------, Apr 27, 2016

- Updated max_payout_per_day: -1 is now possible to use infinity (simply ignores max-payout)
----------, Apr 14, 2016

- Solved instant config replacing: Fixed config-versionnumber in config.yml. This number was set to 10 for some reason...
----------, Apr 8, 2016

- Changed jre to java 1.6 (now Supports java 1.6 and higher)
----------, Apr 5, 2016

Resource Information
Author:
----------
Total Downloads: 391,177
First Release: Sep 19, 2015
Last Update: Dec 2, 2024
Category: ---------------
All-Time Rating:
100 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings