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 Jun 5, 2024PLEASE ADD SIGN SHOPS
-
View User Profile
-
Send Message
Posted Jun 21, 2021where is permission ?
-
View User Profile
-
Send Message
Posted Dec 23, 2018what are the permission names for the commands?
-
View User Profile
-
Send Message
Posted May 22, 2018For some reason it seems that when paying others, they get no notification but you (the payer) get both the You paid and the You recieved notifications..?
Any possible fixes?
-
View User Profile
-
Send Message
Posted Feb 15, 2018Is the plugin comaptible with vault and Plotme?
-
View User Profile
-
Send Message
Posted Sep 4, 2017What has to be typed in other plugins to show your money amount. For example %player_name% t o show the players name. So what has to be written ?
-
View User Profile
-
Send Message
Posted Jul 28, 2017is there a multi word economy ?
-
View User Profile
-
Send Message
Posted Jun 8, 2017hey quick question:
I need a plugin that can price items up, like when I'm holding the item I can type:
/price [price] [single buy or each time] [extra command], or something like that, can anyone help?
-
View User Profile
-
Send Message
Posted May 27, 2017You should add an option that make that every time you kill a player you can make money and when you die you lose but all its is optional
-
View User Profile
-
Send Message
Posted Feb 18, 2017Please a 1.11 Edition
-
View User Profile
-
Send Message
Posted Jan 10, 2017-
View User Profile
-
Send Message
Posted Jul 10, 2016Is there a way to make a shop?
-
View User Profile
-
Send Message
Posted Jun 8, 2016It wont work for me. I got this plugin and it worked them a month or so later it just stopped working.
-
View User Profile
-
Send Message
Posted Apr 24, 2016cuz u have money but u cant do stuff with money
-
View User Profile
-
Send Message
Posted Apr 24, 2016can you make a shop for the Money
-
View User Profile
-
Send Message
Posted Apr 21, 2016Can you add a new command like /credit and /creditgive ? When I type /pay or /money it operate with essentials economy.
Please excuse my horrible English.
-
View User Profile
-
Send Message
Posted Feb 10, 2016Can you add balance/bal command and balance/baltop command also please?
Thanks
-
View User Profile
-
Send Message
Posted Dec 14, 2015@Deandestroyer
The file is currently pending but I updated this plugin along with all the other McMoney plugins I made
-
View User Profile
-
Send Message
Posted Dec 14, 2015Hello everyone. It has been quite some time since I have worked on my plugins. This being said I no longer have the source code for any of my plugins. I will attempt to remake this plugin for 1.8.8 but I can't promise it will happen.
-
View User Profile
-
Send Message
Posted Oct 6, 2015Can you please make this run for Minecraft 1.8.8!