McMoney
McMoney
PLEASE GIVE ME IDEAS FOR THINGS TO ADD TO THIS
McMoney is like most economy systems made for minecraft but I feel is much easier to add to plugins. it has the general commands such as
/money and /pay (will explain the commands later on in this post). In the config you can set the name of the money and the starting amount of money.
You can give people interest if you allow it in the config. It works the same way as real interest works. The default is a 2.5% interest rate. If you don't know anything about interest this is how it works
A = P(1+R)^T
A = New amount
P = Current amount
R = Rate / 100
T = Time
If you have $5,287 with an interest rate of 2.5% after a year (in the plugin it would be every hour as if it was a year) it will be this
A = 5,287 * ((1 + .025)^1)
A = 5,419.16
Commands:
- /money [player] - show the amount of money you or another player has
- /pay <player> <amount> - pay players
- /mcadmin <set | add | remove> <player> <amount> - admin commands
How to add to plugins:
Get the plugin with
MoneyAPI money = MoneyAPI.getInstance();
then use these
- addMoney(player name, amount); - gives the player money
- removeMoney(player name, amount); - removes money from the player
- getMoney(player name); - get amount player has
- setMoney(player name, amount); - sets the amount of money a player has
- hasMoney(player name); - returns if the player exists or not
- createPlayerMoney(player name); - add that name to the money file with the starting amount of money
- getMoneyString(amount); - gets the string of the money (ex. 153.7 duckets)
example
MoneyAPI money = MoneyAPI.getInstance();
money.addMoney(player.getName(), 100);
this will add 100 to the players money
TODO:
- GREEN - Being worked on
- RED - Not yet started
- BLUE - In testing
-
View User Profile
-
Send Message
Posted Sep 30, 2015can non-ops use the admin tools?
-
View User Profile
-
Send Message
Posted Nov 20, 2014I have this on my server but when I pay a player money, it doesn't show up on the player getting payeds screen. Shouldn't it say "Example sent you $100" but it doesn't say that
-
View User Profile
-
Send Message
Posted Sep 20, 2014Hi. Can you integrate a file lang.yml for translate your plugin into French?
-
View User Profile
-
Send Message
Posted Aug 27, 2014What plugins are compatible with this one?
and is it in 1.7.10 bukkit yet?
-
View User Profile
-
Send Message
Posted Jul 26, 2014im an owner of a server and i dont know how to make money, like it could be from votes etc and how do i do that the plugin lottry will be in this money
-
View User Profile
-
Send Message
Posted May 7, 2014Hi,
Can you update the plugin from 1.6.4 to the latest version of mc? (it may be a lot of work or maybe not)
Thanks. :)
-
View User Profile
-
Send Message
Posted Apr 22, 2014WHEN I DOWNLOAD ITS NOT WORKING ON MY BUKKIT SERVR! WHY?
-
View User Profile
-
Send Message
Posted Mar 26, 2014Any chance you're still working on this? If so, do you plan to address negative balances? I was thinking this would be a great plugin to use with command blocks, for a rewards shop but as soon as I tested it, I gave myself a negative balance. An error message and a negation of the subtraction would be much appreciated. The plugin is perfectly simple, otherwise and grants potential for so much.
-
View User Profile
-
Send Message
Posted Oct 9, 2013Does this plugin work alongside Vault? Can I use it with Towny if I add Register into the mix?
-
View User Profile
-
Send Message
Posted Sep 8, 2013pleas help how can i add this plugin to my server becaus when i drag the .jar file in plugins nothing work i really dont really arrestand how it works pleas help me
-
View User Profile
-
Send Message
Posted Aug 18, 2013@Bioocean1000
Use admin commands and set the money to whatever you want.
-
View User Profile
-
Send Message
Posted Aug 17, 2013How to set op player money? Because op has 25.0$ only. By the way,I'm op.Im playing my own server.
-
View User Profile
-
Send Message
Posted Aug 14, 2013Multiworld support through Multiworlds-Inventories; Make it so you can have a command to add money to someones money in certain worlds. Would be awesome and would certainly make me switch to this economy plugin!
-
View User Profile
-
Send Message
Posted Aug 9, 2013@zachrocks22
Use the /mcadmin commands. I am waiting for shops to get uploaded and I have to upload the jobs plugin still.
Please people, don't be asking for everything. I am doing my best to get everything done as fast as I can.
-
View User Profile
-
Send Message
Posted Aug 9, 2013Please add unlimited money for Ops!!
My server is the 25th BEST server in the UK and 30th in the US and I use YOUR plugin and there is no way for me too give my friends more money I only have $25, Ops should be able to have Unlimited money or there be a way for CONSOLE to give players money. Thanks!
-
View User Profile
-
Send Message
Posted Aug 9, 2013@Lezbiones I did. Keep an eye on my profile for it
-
View User Profile
-
Send Message
Posted Aug 9, 2013Add shops
-
View User Profile
-
Send Message
Posted Jul 26, 2013I am working on this plugin again. I will be posting an updated version when I finish the banks.
-
View User Profile
-
Send Message
Posted Jul 15, 2013Make money visible if you can make paper that it says money and if you can make that you cant lose it when you die ,maybe add a wirtual chest like a wallet
-
View User Profile
-
Send Message
Posted Jul 11, 2013Will this be updated to 1.6.X?
Also, Vault support would be nice... What's the point of an economy plugin if it can't interact with jobs/banks and other things?