HomeJavaModsMoney Printers
Money Printers
[​IMG]

[​IMG]

With this Plugin you can allow your Players to print money using moneyprinters, you can add as many printer types as you want all with custom print amount/speed etc.

The Plugin comes with 5 pre-configured Moneyprinters which you can see in the picture below, the texture of the moneyprinters can also be changed (Skin texture for a skull).

Moneyprinters can be damaged by attacking them (the owner of the printer can't harm it) indicated with the Healthbar above the Printer, when the Health of a printer drops to 0 it breaks and starts burning and will explode shortly after that. Moneyprinters can be repaired in the GUI for the printer using sneak + right click on it.

Printers which are not damaged (or those who got repaired) can be broken by their owner to drop them and take them to another place or just keep them in their inventory to sell/trade/store them.

Moneyprinters can be bought from the Plugin included shop or can be sold/used using other Plugins and the /mp give (ID) (Player) command.​

Spoiler: Some servers that are using Moneyprinters (Test it out):
carefreenetwork.it
play.biocraftmc.net
gamez.scalacubes.org
mineverse.com
villagerpvp.mcph.co

PM me with your server IP if you want it in the list.

[​IMG]

YOU NEED Vault AND A ECONOMY PLUGIN LIKE TNE TO USE THIS PLUGIN

Soft dependencies: HolographicDisplays or Decent Holograms


[​IMG]
... AND EVEN MORE ...

[​IMG]

Spoiler: French Tutorial
Spoiler: Russian Tutorial

CLICK ON THE GIF FOR BETTER RESOLUTION

[​IMG]

[​IMG]
[​IMG]

[​IMG]
Code (Text):
You can use /mp or /moneyprinter
/mp help
/mp reload
/mp types
/mp shop
/mp collect
/mp get (Type)
/mp give (Type) (Player)
/mp about (Hidden in help)

[​IMG]
Code (Text):
settings:
  damage-per-hit: 5.0
  repair-cost: 500
  fire-adjustment: -1.5
  total-printer-limit: -1
  hologram-adjustment: 0.0
  disable-stealing: false
  disable-printer-damage: false
  disable-hologram: false
  disable-public-gui: false
  disable-offline-printing: false
  hologram:
  - '%printername%'
  - '&m--&r &l%printerowner% &r&m--'
  - '%storedmoney% &7/ &r%maxstorage%'
  - '%printerhealthbar%'
  disabled-worlds:
  - example_world1
  - example_world2
  shop-open-sound: 'VILLAGER_YES'
  shop-buy-sound: 'VILLAGER_YES'
  op-number-format: false
  op-number-char-set: 'KMBTQ'
  disable-head-slot: true
printer-types:
  Coal:
    name: '&8Coal Moneyprinter &l(Tier I)'
    texture: 189e657eddc67026b39567f67e4c23e48c2fc38efe70f5ee6dd0f14fb93daca
    permission: moneyprinters.use.coal
    max-health: 20
    max-storage: 2000
    max-print-amount: -1
    print-amount: 20.0
    print-delay: 30
    limit: -1
    price: 1000
    show-in-menu: true
    buyable: true
  Iron:
    name: '&7Iron Moneyprinter &l(Tier II)'
    texture: 99f18cfc247a9ebff3dda492d488e3bf97caf7657293cf49c2382689c1445
    permission: moneyprinters.use.iron
    max-health: 40
    max-storage: 6000
    max-print-amount: -1
    print-amount: 40.0
    print-delay: 35
    limit: -1
    price: 2000
    show-in-menu: true
    buyable: true
  Gold:
    name: '&6Gold Moneyprinter &l(Tier III)'
    texture: 31b1f32972c0d1df5cc6334c0f4c897ff47841399265557b9f885c731f9b6
    permission: moneyprinters.use.gold
    max-health: 80
    max-storage: 10000
    max-print-amount: -1
    print-amount: 60.0
    print-delay: 40
    limit: -1
    price: 4000
    show-in-menu: true
    buyable: true
  Diamond:
    name: '&bDiamond Moneyprinter &l(Tier IV)'
    texture: 48eefc54f267e3b1e22ce4958d8becb48fb936e661845f8ef8f017e348bde6f
    permission: moneyprinters.use.diamond
    max-health: 160
    max-storage: 15000
    max-print-amount: -1
    print-amount: 80.0
    print-delay: 45
    limit: -1
    price: 8000
    show-in-menu: true
    buyable: true
  Emerald:
    name: '&aEmerald Moneyprinter &l(Tier V)'
    texture: f0c7a7c71720de238e46f786999f44dff3f40a75389b677bb92a293f5423f24
    permission: moneyprinters.use.emerald
    max-health: 320
    max-storage: 22000
    max-print-amount: -1
    print-amount: 120.0
    print-delay: 50
    limit: -1
    price: 12000
    show-in-menu: true
    buyable: true
Code (Text):
took-money: '&7&l>>  &r&7You took &a&l%storedmoney%$ &r&7from %printername%&r&7!'
no-permission: '&7&l>>  &r&cYou don''t have permission to use this command!'
player-not-found: '&7&l>>  &r&cThis player could not be found!'
printer-type-not-found: '&7&l>>  &r&cThis printer type could not be found!'
printer-get: '&7&l>>  &r&7Received: &f%printername% Moneyprinter&r&7.'
printer-give: '&7&l>>  &r&7You gave a &f%printername% Moneyprinter &r&7to &f%player%&r&7.'
inventory-full: '&7&l>>  &r&cYour Inventory is full!'
command-players-only: '&7&l>>  &r&cThis command is only for players!'
repair-purchased: '&7&l>>  &r&aYou repaired the Moneyprinter!'
moneyprinter-purchased: '&7&l>>  &r&aYou bought a Moneyprinter!'
not-enough-money: '&7&l>>  &r&cYou don''t have enough money!'
printer-already-intact: '&7&l>>  &r&cThis Printer is intact and doesn''t need to be
  repaired!'
world-disabled: '&7&l>>  &r&cMoneyprinters are disabled in this world!'
config-reloaded: '&7&l>>  &r&7The Configuration has been reloaded.'
command-not-found: '&7&l>>  &r&cThis command doesn''t seem to exist.'
printer-limit-reached: '&7&l>>  &r&cYou have reached the maximum amount of printers
  for that type.'
printer-total-limit-reached: '&7&l>>  &r&cYou have reached the total printer maximum.'
printer-max-print-amount-reached: '&7&l>>  &r&cYou have reached the maximum print
  amount for that printer, it will now be destroyed.'
printer-no-permission: '&7&l>>  &r&cYou don''t have permission to use this moneyprinter.'
printer-repair-no-permission: '&7&l>>  &r&cYou don''t have permission to repair moneyprinters.'
printer-no-permission-shop: '&7&l>>  &r&cYou don''t have permission to buy this moneyprinter.'
printer-title: '&8Moneyprinter'
printer-shop-title: '&8Moneyprinter Shop'
printer-gui-info-name: '&9&lInformation'
printer-gui-info-lore:
- '&7Name: &f%printername%'
- '&7Owner: &f%printerowner%'
- '&7Type: &f%printerid%'
- '&7Health: &f%printerhealth% &7/ &f%printermaxhealth%'
- '&7Money: &f%printermoney% &7/ &f%printermaxmoney%'
- '&7Printing: &f%printeramount%$ &7per &f%printerdelay%s'
printer-gui-repair-name: '&7&lRepair'
printer-gui-repair-lore:
- '&7&nClick&r &7to repair the Moneyprinter.'
- '&0'
- '&7Price: &a&l%repairprice%$'
printer-gui-close-name: '&c&lClose'
printer-gui-close-lore:
- '&7&nClick&r &7to close the GUI.'
shop-gui-item-lore:
- '&7Health: &f%printermaxhealth%'
- '&7Storage: &f%printermaxmoney%'
- '&7Printing: &f%printeramount%$ &7per &f%printerdelay%s'
- '&0'
- '&7Price: &a&l%printerprice%$'
[​IMG]
/

[​IMG]
Code (Text):
(default) moneyprinters.use.<printer id> | Needed to use and place a printer of that type.
moneyprinters.help | Needed for the /mp or /mp help command.
moneyprinters.reload | Needed to reload the configuration using /mp reload.
moneyprinters.types | Needed to get the list of the current printer types.
moneyprinters.shop | Needed to open and use the shop with /mp shop.
moneyprinters.collect | Needed for the /mp collect command.
moneyprinters.get | Needed to give yourself moneyprinters.
moneyprinters.give | Needed to give yourself or other players moneyprinters.
moneyprinters.repair | Needed to repair a moneyprinter in the gui.
moneyprinters.gui | Needed to open the gui of a moneyprinter.
moneyprinters.admin.break | Needed to break (not destroy) moneyprinters of other players.

[​IMG]
DON'T POST BUG REPORTS OR SUGGESTIONS IN REVIEW SECTION!
USE DISCUSSION OR PM!

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Money Printers is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 26,383 times (via Spigot). Download it and open it directly in the game.

Explore more