Economy Manager
Economy Manager v2 Beta
Economy manager is a plugin complete economy plugin, which has as objective satisfying all your economy needs without additional plugins.
Economy Manager commands:
- Balance: Returns current amount the player has.
- Pay: Pays a determined amount to a determined user (not available on this v2 Beta)
- givemoney: Gives a determined amount to a determined user (not available on this v2 Beta)
- economy: Administering commands for Economy Manager (not available on this v2 Beta)
- sremove: Removes a sign shop (This is a temporary thing, later on you will be able to remove it normally)
Economy Manager command usage
- /balance
- /pay <player> <amount> (not available on this v2 Beta)
- /givemoney <player> <amount> (not available on this v2 Beta)
- /economy <update or config or save> (not available on this v2 Beta)
- /sremove
Economy Manager Permission nodes
- economymanager.balance: Allows the user to check his amount of money
- economymanager.sremove: Allows the user to remove his sign shops
- economymanager.pay: Allows the user to pay another user (not available on this v2 Beta)
- economymanager.givemoney: Allows the user to give money to another user (without removing it from his amount of money) (not available on this v2 Beta)
- economymanager.unlimited: Allows the user to place infinite signs (not available on this v2 Beta)
- economymanager.update: Allows the user to update the server with eco-update (not available on this v2 Beta)
- economymanager.config: Allows you to reload the economy manager config file (not available on this v2 Beta)
Signs
- Buy
- Sell
- Repair (not available on this v2 Beta)
- XP Buy (not available on this v2 Beta)
- XP Sell (not available on this v2 Beta)
- Enchant (not available on this v2 Beta)
Protection
- Protects the signs and the block that its attached to
How to create Buy/Sell Signs
The format is
- Buy <amount>
- <item>
- <emblem><price>
Then the plugin will change it to
- Buy <amount>-0
- <item>
- <emblem><price>
- <owner's name>
The sell sign follows the same syntax, but instead of buy its sell
If your missing any of the nodes showed previously, add them, otherwise the plugin might throw errors.
Changing the Economy Symbol
To change the economy symbol you have to change in the config the node: "economyEmblem", and set its value to the one you want (You must put the new symbol or letter in quotes ('), otherwise it will use the default one ($).
A look at the API
If you think the API should have more functions, Post your suggestions here.
Next release will include:
- Repair, XP Buy, XP Sell, Trade and Enchant Signs
- Chest Shops, NPC Shops and Frame Shops
What changed on EconomyManager v2?
EconomyManager now feels entirely like a new plugin, since most features where changed, many improved and some added. One of the most noticeable ones are that Buy/Sell Sign Shops don't require chests anymore, the API is more user friendly now and easier to remember and much more.
Donations EconomyManager is maintained by me on my free time. The amount of time I spend improving this project is down to personal motivation, I do not get paid to keep this updated. If you find EconomyManager or my plugins part of your server and has made managing it easier, please consider donating to help keep this project alive.
For more information about each update consult this category on the forum: New Releases
All suggestions are welcome, Most of the times If I like the suggestion made I add it for the next release.
-
View User Profile
-
Send Message
Posted Feb 19, 2013@Debels
oh and no older versions either
-
View User Profile
-
Send Message
Posted Feb 19, 2013@Debels
Yeah i've tested it over and over and it keeps happening
-
View User Profile
-
Send Message
Posted Feb 19, 2013@CptNutFluff
Are you sure?, just checked the code and everything is fine.
Do you have 2 versions of the same plugin installed in your server?, since old versions and new versions conflict with each other.
@TeamMCD
You did nothing wrong, just that I forgot to make the methods static. Fix is included in next release, do you need anything else in the API that isn't currently in it?
-
View User Profile
-
Send Message
Posted Feb 18, 2013@Debels
ok and something wierd is going on i will set up a buy sign and a sell sign next to each other just like you have in the picture. the person who gets the money doesnt always get the exact money and when we sell we get the same amount back that we bought it for. O,O. like for example i will set something for $25 then get $35 for someone buying it then if it sells back you get the $35 back.
-
View User Profile
-
Send Message
Posted Feb 18, 2013Did you figure what I did wrong yet?
-
View User Profile
-
Send Message
Posted Feb 18, 2013@CptNutFluff
I'm currently using the ones that bukkit has which you can find here: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
For version 1.0.2 I will add some custom names to get materials that bukkit doesn't have a name for (such as all the types of wool, wood, etc). So if you have any suggestions of what I should put on that custom names list post it before v1.0.2
-
View User Profile
-
Send Message
Posted Feb 18, 2013Do you have a list of material names. i dont know what redstone torches, redstone repeater, furnace minecarts, chest minecarts, and the normal rails are. i cant buy or sell these
-
View User Profile
-
Send Message
Posted Feb 18, 2013@CptNutFluff
Did you give them permission to: economy.balance, economy.give and economy.gshop?
@TeamMCD
Odd, Let me check.
-
View User Profile
-
Send Message
Posted Feb 17, 2013@CptNutFluff
it works for people i /op. what am i doing wrong?
-
View User Profile
-
Send Message
Posted Feb 17, 2013The API isn't working for me
I have to put: debels.economy_main.this.addMoney(getName(), 300);
instead of debels.economy_main.addmoney(getName(), 300); but... It says: No enclosing instance of the type economy_main is accessible in scope
-
View User Profile
-
Send Message
Posted Feb 17, 2013Not sure what im doing wrong but I host a server and only I am able to use the whole economy system like nobody can check their balance, buy or sell. I am the admin however but how do i make it so everyone can use this.
@CptNutFluff
ok people can buy and sell stuff with the signs but nobody can use /balance to check or get on global shop
-
View User Profile
-
Send Message
Posted Feb 17, 2013Not sure what im doing wrong but I host a server and only I am able to use the whole economy system like nobody can check their balance, buy or sell. I am the admin however but how do i make it so everyone can use this.
-
View User Profile
-
Send Message
Posted Feb 17, 2013oh thank you and one more thing can you only sell stuff like iron and diamonds because when i try to sell something else it says i unknow material
-
View User Profile
-
Send Message
Posted Feb 17, 2013@SuperSlug1630
You already can add items to the Global Shop, but via the config file.
Its really easy, just add below the node GlobalShop something like this:
DIRT: amount: 16 buy: 500 sell: 500
Of course with 4 spaces dirt and 8 spaces the other nodes
-
View User Profile
-
Send Message
Posted Feb 17, 2013please update so u can add things to the global shop
-
View User Profile
-
Send Message
Posted Feb 15, 2013@LulzSek
I'll probably release v1.0.2 in 1 to 3 days, with all the features, since there are not that hard to add.
-
View User Profile
-
Send Message
Posted Feb 15, 2013@Debels
Could you release a version that supports data-values before the rest of features please?
Really want it asap <3
-
View User Profile
-
Send Message
Posted Feb 15, 2013@LulzSek
Not a bad idea, I will add that for v1.0.2 :)
-
View User Profile
-
Send Message
Posted Feb 15, 2013@Debels
Could you build in a way to buy XP levels, or enchants?
-
View User Profile
-
Send Message
Posted Feb 15, 2013@ch0xy
The only plugin I see I could do without problem is xChest, but its better that you contact the developers and tell them to support Economy Manager.
@LulzSek
I can release it as soon as today, but I want to wait a bit to see if new ideas come.