MiningCash

MiningCash
MiningCash is a simple plugin that allows your users to mine ores and receive money. The plugin grants dynamic amounts of money and the values can change (currently from initial configuration and a random number generator). More information can be found on my wiki.
Installation
Drop the .jar file into your plugins directory, grant miningcash.reward to the users/groups that should profit from mining and reload the server.
Usage
If you have the permission, start mining! You will receive cash per ore mined.
-
View User Profile
-
Send Message
Posted Oct 11, 2012I tested this out, and you can use Silk Touch on a pickaxe to contentiously mine the same ores and farm money. Is this compatible with Iconomy? Couldn't find a list of supports plugins.
-
View User Profile
-
Send Message
Posted Oct 11, 2012@CeramicTitan
On my server enchantments are limited (and I really didn't have that in mind!), but a good point to add a rate limit and possibly some anti-xray feature while I'm at it.
-
View User Profile
-
Send Message
Posted Oct 11, 2012How does this combat a player placing and breaking a block over again to cheat the system. So to speak.
-
View User Profile
-
Send Message
Posted Oct 6, 2012@noly121
The file will get auto-created upon shutdown, the exception is shown so you can get more information about what happened.
-
View User Profile
-
Send Message
Posted Oct 4, 2012When I started my server I noticed I got an error because it tried to load that file it was creating you can fix it by making a try and catch block in your code.
try{ loadfile(); System.out.println(loading file); }catch(Exception e){ createfile(); System.out.println("creating file"); }
and thanks for the plugin!