Money Printers icon

Money Printers -----

Allow your players to print money!




Added:
  • Added 1.20 support.
----------, Aug 20, 2023

Added:
  • Added 1.19 support.
  • DecentHolograms support.
Hologram plugins are now soft dependencies so you no longer need one to use the plugin.
----------, Jul 8, 2022

Added:
  • Added 1.18.x support.
----------, Feb 9, 2022

Added:
  • Added 1.17.x support.
  • Added option to stop players from putting printers in their head slot. (Enabled by default)
  • Added import command.
Bug Fixes:
  • Fixed that players were able to shift items into info/shop gui.
----------, Aug 14, 2021

Changes:
  • Placing a printer in creative mode will now remove an item.
----------, Dec 18, 2020

Added:
  • Collect all command. (/mp collect) (moneyprinters.collect)
Bug Fixes:
  • Fixed shop size scaling.
----------, Nov 28, 2020

Changes:
  • Shop price lore entry now gets removed if a printer is configured as unpurchasable.
----------, Oct 19, 2020

Bug Fixes:
  • Fixed sound problem.
----------, Oct 15, 2020

Added:
  • show-in-menu option.
  • buyable option.
  • Optional sounds for shop GUI open and buy.
  • Large number formatting options.
----------, Oct 5, 2020

Changes:
  • Increased maximum sell price.
----------, Sep 27, 2020

Added:
  • Support for 1.16.x.
  • %printerlimit% placeholder.
----------, Sep 18, 2020

Bug Fixes:
  • Fixed loading issue.
----------, May 1, 2020

Bugfixes:
  • Fixed error that could appear during printer loading.
  • Fixed hologram error that could appear when breaking a printer.
----------, Mar 2, 2020

Added:
  • Support for 1.15.x - contact me if any errors occur.
----------, Feb 2, 2020

Added:
  • Option to change the money display formatting.
----------, Oct 23, 2019

Added:
  • Support for 1.14.x - Note that older versions are untested with this build.
Changes:
  • Updated everything so the plugin can run on 1.14.x.
  • Printers now load one tick later on startup so plugins like multiverse and co have time to load worlds where printers could be located in.
----------, Oct 21, 2019

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Changes:
  • Printers are now saved/removed instantly from the storage to avoid any kind of data loss during a crash (and for a small handful of servers even on restarts). Data like stored money etc. gets synced.
  • Slight improvements to some back end methods.
----------, Apr 22, 2019

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Bugfixes:
  • Fixed a compatibility issue with 1.13.x servers which caused printers to not load after a restart/reload.
----------, Jan 7, 2019

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Note: Please make a backup of your current storage.yml file for safety.

Added:
  • Improved compatibility with Multiverse worlds (especially on forks).
Changes:
  • Changed the method which was used to save a printers location.
----------, Jan 6, 2019

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Changes:
  • Changed the event priority when a printer gets placed for better compatibility with overloaded servers.
  • Changed the data save system for hopefully more compatibility with some spigot forks.
----------, Dec 29, 2018

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Added:
  • New message option if the printer doesn't have any money in it. (no-money)
Bugfixes:
  • Moneyprinters can no longer be destroyed by explosions.
----------, Sep 30, 2018

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Bugfixes:
  • Fixed a few problems with the 1.13.x compatibility. (since 1.13 somehow doesn't count heads as blocks anymore)
----------, Sep 11, 2018

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES
Added:
  • Basic 1.13.x support. (please tell me if you encounter any problems)
  • CrackShot weapons can now damage moneyprinters if its installed.
----------, Sep 11, 2018

[​IMG] DISCORD SERVER: https://discord.gg/ATm66qs
FOR SUPPORT, SUGGESTIONS, CHANGELOGS, PLANNED CHANGES

Added:

  • Message when a player attempts to take money of a printer from a different player. (printer-invalid-owner)
----------, Sep 10, 2018

Bugfix:
  • Fixed a bug which caused a error on breaking a moneyprinter while holograms are disabled.
----------, May 4, 2018

Added:
  • You can now adjust the height of the hologram.
Bugfix:
  • Fixed a HolograhpicDisplays limitation where you couldn't interact with printers in 1.8 because the holograms were blocking them.
  • Fixed a bug which caused a error when holograms were disabled.
----------, Mar 30, 2018

Bugfix:
  • Fixed a small problem with Vault.
  • Adjusted the hologram height so it matches with previous versions.
----------, Mar 23, 2018

Added:
  • Configuration option to disable printing for offline players.
Changes:
Bugfix:
  • Fixed multiple bugs with the holograms.
----------, Mar 23, 2018

Bugfix:
  • Fixed a bug (probably with the off-hand) which caused sometimes a error in higher server versions.
----------, Jan 12, 2018

Bugfix:
  • (Hopefully) Fixed a bug where the hologram of a money printer wasn't removed correctly when breaking it (or in other situations).
----------, Dec 13, 2017

Added:
  • Money printers now store the amount of total money printed when broken so players can't just break and replace the printer to bypass the total print limit.
----------, Nov 29, 2017

Changes:
  • Smaller changes for some of the default lang.yml messages.
Bugfix:
  • Fixed a bug where the print amount wasn't supporting decimal numbers correctly.
----------, Nov 22, 2017

Added:
  • Added a total print amount limit which will stop printing money if the limit is reached and destroy the printer when the last printed money gets taken out. (Set the limit to -1 to disable)
  • Two new placeholders for the money taking message, %storedmoney% for the amount of the money that was stored in the printer and %printername% for the printer name.
  • One new placeeholder for the shop GUI: %maxprintamount% to show the total print amount limit.
  • Two new placeholders for the printer GUI, %printertotalmoneyprinted% for the total amount of printed money and %printermaxprintamount% for the total print amount limit.
  • Two new placeholders for the printer hologram, %totalmoneyprinted% for the total amount of printed money and %maxprintamount% for the total print amount limit.
Changes:
  • Some code optimizations.
Bugfix:
  • Fixed multiple bugs happening on interacting with a printer which is in the destroying stage.
  • Multiple smaller bug fixes.
----------, Nov 22, 2017

Added:
  • Permission node for repairing a money printer (moneyprinters.repair).
  • Permission node for opening a money printer gui (moneyprinters.gui).
  • You can now disable that other players can open the printer gui of printers which they dont own in the configuration.
Changes:
  • Changed some default messages for the lang.yml file.
----------, Nov 22, 2017

Added:
  • 4 new placeholders for the shop gui, %printermaxhealth% for the maximum printer health, %printermaxmoney% for the maximum storage, %printeramount% for the print amount and %printerdelay% for the print delay.
Changes:
  • If printer damage is disable in the configuration the printer GUI will no longer show the item to repair it.
  • Removed the "Type: x" lore line from all printer types and now uses a different identification (printers from older plugin versions are still supported).
  • The theoretically max storage amount changed from 2,147,483,647 to 9,223,372,036,854,775,807.
  • The print amount now supports decimal numbers (ex. 20.5).
----------, Nov 22, 2017

Added:
  • Two new placeholders for the money printer hologram, %storedmoney% for the currently stored money and %maxstorage% for the max. storage amount.
----------, Nov 21, 2017

Bugfix:
  • (Hopefully) Fixed a bug which would cause holograms to stay even if the printer gets destroyed. (Happened if the chunk was unloaded while the server got restarted).
----------, Nov 21, 2017

Bugfix:
  • The plugin should now be more compatible with certain versions.
----------, Nov 12, 2017

Added:
  • You can now change the titles of the GUI's in the lang.yml file.
----------, Nov 10, 2017

Bugfix:
  • Water can no longer break moneyprinters.
  • Pistons can no longer break moneyprinters.
----------, Nov 9, 2017

Added:
  • You can now disable money stealing from printers in the configuration.
----------, Nov 6, 2017

Added:
  • You can now customize the appearance of the hologram in the configuration.
  • There is a new permission node called moneyprinters.admin.break which can allow staffs to break (not destroy) the moneyprinters of other players.
  • The printer types in the configuration can now update themself (including customs) if new config options should been added to them in the future. (See previous updates)
Changes:
  • The configuration option disable-holograms changed to disable-hologram.
  • All standard messages have been updated to look better.
----------, Nov 5, 2017

Added:
  • You can now set a permission for every moneyprinter type in the Configuration.
  • Two new placeholders for the Information item in the Moneyprinter GUI. (Print amount and delay)
Bugfix:
  • Fixed a bug which would potentially return a error message to the Player if a command with an unkown argument would be used.
Note: If you updated from an older version please add 'permission: moneyprinters.use.<id>' above 'max-health: x' at your current printer types in your config.yml to update your configuration! (Check the overview config)

To avoid errors the Plugin will automatically internally set the Printer Type permission to moneyprinters.use.<id> if not set.
----------, Nov 5, 2017

Added:
  • You can now set a moneyprinter limit for each type aswell as a total limit in the Configuration.
Note: If you updated from an older version please add 'limit: -1' above 'price: x' at your current printer types in your config.yml to update your configuration! (Check the overview config)

To avoid errors the Plugin will automatically internally set the Printer Type limit to -1 if not set.
----------, Nov 4, 2017

Added:
  • You can now disable holograms in the Configuration.
  • Added a new item to see informations about the Moneyprinter in the GUI.
Bugfix:
  • Fixed a internal bug in detecting moneyprinters (no affect for end-users).
----------, Nov 4, 2017

Bugfix:
  • Fixed a bug where players potentially couldn't deal damage to printers, even if damage on printers was enabled.
You might have to delete your old configuration!
----------, Nov 3, 2017

Bugfix:
  • Fixed a bug where the Plugin might didn't worked correctly in 1.12.x
----------, Nov 3, 2017

Added:
  • The Fire adjustment of burning moneyprinters can now be changed in the Configuration.
  • You can now disable certain worlds in the Configuration.
  • You can now disable moneyprinter harming in the Configuration.
  • New /mp reload command to reload the Configuration.
Changes:
  • All permission nodes changed from moneyprinter.x to moneyprinters.x
Bugfix:
  • Fixed a possible bug where the Configuration wouldn't update when using a newer Version, you might have to delete your configuration this one time to apply the update.
  • Fixed the return message when entering a unkown command argument, you can now change the message in the Lang configuration.
----------, Nov 3, 2017

Resource Information
Author:
----------
Total Downloads: 25,987
First Release: Nov 2, 2017
Last Update: Aug 20, 2023
Category: ---------------
All-Time Rating:
83 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings