MoneyManager

MoneyManager

13.6k Downloads

MoneyManager

Download MoneyManager: v2.1
Source Code: GitHub

Make sure you have Vault installed!


Description And Features

Money Manager allows admins to set up groups, put people in those groups, and set the wage or tax for that group. They can pay everyone, or just one group with one simple command. These groups that you make DO NOT have to align with your current permissions groups. You can make whatever groups you want and put whoever you want in them and set the payment to whatever you want.


Economies/Permissions

By using Vault, Im able to link into most permissions systems.

  • Permissions 3
  • bPermissions
  • PEX
  • GroupManager
  • PermissionsBukkit
  • zPermissions

Vault is required for this plugin to work. Check out their page and download vault with the link below. Dev Page: Vault Dev Page


Screen Shots

/mm list

/mm list SomeRandomGroup

/mm create NEWGROUP pay 100 flat_rate Hotshot2162,AnotherPlayer,SomePlayer,LOLPlayer




Commands and Permissions

<> - Optional command [] – Required command

CommandPerm NodeDescription
/mmmoneymanager.welcomeThis brings up all the general info.
/mm help <command>moneymanager.helpBrings up the help menu, which has all the commands
/mm list <group>moneymanager.listWill bring up a list of all payments and taxes. If you choose a specific group, it will bring up payments or taxes for that group and all players in the group
/mm pay <group>moneymanager.payPays either everyone or pays a specific group if you type the group name
/mm tax <group>moneymanager.taxTaxes either everyone or taxes a specific group if you type the group name
/mm set [group] a:[amount]moneymanager.setWill set the amount of the specified group.
/mm set [group] t:[flatrate/percent]moneymanager.setWill set the type of payment/tax the specified group.
/mm sync [PermsGroup] [mmGroup]moneymanager.syncTakes the members of the PermissionsGroup, and puts them into the mmGroup, overwriting whatever was in the mmGroup to start with. ONLY WORKS WITH PERMISSIONSBUKKIT.
/mm add [group] [player1,player2,player3...]moneymanager.addWill add players to a specific group
/mm remove [group] [player1,player2,player3...]moneymanager.removeRemoves a player from the specified group.
/mm create [group] [pay/tax] [amount] [type] [player1,player2,player3...]moneymanager.createCreate a new group with the specified wage/tax.
/mm delete [group]moneymanager.deleteDeletes a group and everything in it.




Video

OUTDATED, BUT STILL, LIKE, 75% RELEVANT




Donate?

Like what I do? Buy me a beer!

I put a lot of time into coding, testing, and updating my plugins. I even do specialized plugins for people when they PM me (For free). If you love my plugins, this is a way to say thank you.

Donate


Change Log

Version 2.0 (September 15th, 2012)

  • Added /mm sync command to sync a perms group with mmGroup.
  • Added an update check feature, to check when there is an update available.

Version 2.0

  • Updated to current bukkit.
  • Complete rewrite of code. From ground up.
  • Changed syntax of most commands.

Version 1.0 (12/20/11) download

  • Came out with first release.