Money Printer

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Money Printer

Ever played Gary's Mod? Like the money printers? MoneyPrinter will allow players with permission to use /createprinter to create a MoneyPrinter on items selected in the config. Each tier of MoneyPrinter will generate money at a different rate. This plugin idea was actually from a plugin request and I based it off of the Gary's Mod printers.

Latest Download (v0.1)

Download here: http://dev.bukkit.org/bukkit-plugins/moneyprinter/files/
[quote]
v0.1

  • Ability to set which items print money and at what rate
  • Set up to 6 different items to use.

Bugs

  • None known at the current time.

Features

This plugin allows you to chose blocks that can be used to print money. If you have played Gary's Mod it is the same concept as those.
Currently you can:

  • Change items that can be used
  • Rate for each level of printer
  • Give permissions

Install

Drag and drop Installation. Afterword do a restart or reload.
Then edit the config file made to your liking. Use [/moneyprinter reload] to reload the config.

Config v0.1

BackEnd:
  DONOTTOUCHConfigVersion: 0
  allowMetrics: true
  UpdateChecking: true
Settings:
  printerTiers:
    tier1:
      enabled: true
      itemID: 3
      moneyPerTime: 1
      moneyGenTimeSeconds: 3
    tier2:
      enabled: true
      itemID: 1
      moneyPerTime: 2
      moneyGenTimeSeconds: 3
    tier3:
      enabled: true
      itemID: 152
      moneyPerTime: 2
      moneyGenTimeSeconds: 2
    tier4:
      enabled: true
      itemID: 42
      moneyPerTime: 3
      moneyGenTimeSeconds: 2
    tier5:
      enabled: true
      itemID: 41
      moneyPerTime: 3
      moneyGenTimeSeconds: 1
    tier6:
      enabled: true
      itemID: 57
      moneyPerTime: 4
      moneyGenTimeSeconds: 1
Messages:
  withdraw: '&3You have withdrawn {amount}.'
  noPerms: '&cYou do not have required permissions.'

Commands

  • /moneyprinter reload
  • MoneyPrinter reload command. Requires moneyprinter.reload perm.
  • /createprinter
  • CreatePrinter command. Requires moneyprinter.createprinter perm.

Permissions

  • * moneyprinter.reload
  • Gives use to reload config.
  • * moneyprinter.createprinter
  • Ability to create printers.
  • * moneyprinter.useprinter
  • Ability to take money from printers.

Requirements

To-Do


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files