Version 1.0.3 is now being reviewed
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
- Gives: Gives a determined amount to a determined user
- economy: Administering commands for Economy Manager
- gshop: Opens the Global Shop.
Economy Manager command usage
- /balance
- /pay <player> <amount>
- /gives <player> <amount>
- /economy <update or config or save>
- /gshop [add or edit or remove]
Economy Manager Permission nodes
- economy.balance: Allows the user to check his amount of money
- economy.pay: Allows the user to pay another user
- economy.gives: Allows the user to give money to another user (without removing it from his amount of money)
- economy.unlimited: Allows the user to place infinite signs
- economy.update: Allows the user to update the server with eco-update
- economy.config: Allows you to reload the economy manager config file
- economy.gshop: Allows you to use gshop command
- economy.gshop.add: Allows you to add items to the global shop.
- economy.gshop.edit: Allows you to edit items in the global shop.
- economy.gshop.remove: Allows you to remove an item from the global shop.
Signs
- Infinite sell signs
- Infinite buy signs
- Buy Chest shops
- Sell Chest shops
- Repair Signs
- XP Buy Signs
- XP Sell Signs
- Enchant Signs
Protection
- Protects the signs, the block behind the sign and the chest.
How to create Buy/Sell Signs and Infinite Buy/Sell Signs:
Like you can see in the image first it is:
- Buy <amount>
- <item>
- $<price>
Same with sell signs, just change buy with sell
The last name which is name is automatically added. For infinite Buy/Sell Signs it is:
- [Buy]
- <amount>
- <item>
- $<price>
Same with sell, you just change buy for sell
Global Shops
Global Shops, Allows users to buy items from everywhere, To add items edit the config file and create a new node like the following below GlobalShop node:
- 'Slothere':
- ....material: materialhere
- ....amount: 16
- ....buy: 500
- ....sell: 300
Each dot equals 1 space, Where MaterialNameHere would be replaced for a material.
A look at the Global Shop:
Note: If you set buy or sell to a negative number, users won't be able to buy or sell that item (It won't show the buy/sell text when you hover the item as well, only for that item).
The new config file looks like:
If your missing any of the nodes showed previously, add them, otherwise the plugin may crash.
How Global Shops Work:
First you open the Global Shop with /gshop, then if you want to buy you left click the item, if you want to sell you right click the item.
Note: In order to buy/sell it must be in the global shop and you must click the item that is in the upper inventory.
Changing the Economy Symbol
To change the economy symbol you have to change in the config the node: "economy_symbol", 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:
- Rich List
- User made GlobalShops
- TNT and Creeper explosion protection.
- Bug Fixes.
- New Command: "iteminfo", displays the item name, item id and item sub id
- API update, the API is going to be completely remade due to the multiple world support.
- The frequently requested: "Vault Support"!
- Multiple world support (meaning you can now make a balance only available for 1 world or for selected worlds)
- New updates to the GlobalShop
- IMPORTANT: In the next update some methods of the API arguments changed.
All suggestions are welcome, Most of the times If I like the suggestion made I add it for the next release.