HomeJavaModsMineForMoney
MineForMoney
[​IMG]
Description

Get paid for mining certain blocks. Earn $10 in-game currency for mining a diamond ore, or earn $50 for mining an emerald ore! All the prices and blocks which you earn money for can be configured in the configuration file.

This plugin requires vault, to put money into the players' bank account.

Commands
Permissions
Configuration

Configuring the plugin is very simple. For the blocks that you want players to earn money from, you will need that block's item ID.

Here is an example configuration file:​
Code (Text):

# Mine For Money Configuration #
# Plugin by omon23             #

blockcreative: true
# This blocks players who are in creative getting money for mining blocks.

banSilkTouch: true
# If a player uses a SilkTouch pickaxe then they will not get money for mining that block.
# See below for block specific silk touch unbanning.

# Format: <blockID>:<amount to be paid>
blocks:
  19: 10.0
  56: 10.0
  21: 15.0
  129: 50.0
# Here are all the blocks that are allowed to be mined with a Silk Touch pickaxe.
# This means the player will get the money for mining a block even if they have a Silk Touch pickaxe.
# You MUST set a price for the block above for this to work.
allowedSilkTouchBlocks:
  - 19
Messages:
  prefix: '&6[&aMFM&6]'
  sold: '&aYou recieved &e%amount% &afor mining &e%block%!'
  reloaded: '&aReloaded the configuration!'
  unknownargument: '&cError: The argument you sepcified is invalid'
 
To add a block, under the blocks section, add the item ID of the block you want to add. After the colon, write the amount you want players to get paid. So for example, if you wanted to add Sponge for $15, then add this to the blocks section:

Code (Text):
  19:15.0
You can also configure some of the messages for the plugin in the config.

For the sold message (so when a players mines a block and they get paid), you can configure that message. You can use %amount% as a placeholder for the amount they got paid for, and %block% for the name of the block they mined for.

Donate

[​IMG]

Donating gives me more incentive to keep developing and to updating this plugin. If you would like to buy me a coffee or a pizza click on the donate button!

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.

MineForMoney is a free Minecraft Java mod. Downloaded 2,047 times (via Spigot). Download it and open it directly in the game.

Explore more