BuyNodes allows players to buy permission nodes using their economy money. BuyNodes is hooked in with vault, so it will work with any vault supported economy & perms system.
You can set permissions for certain nodes so that only certain groups can buy that node (see config)
############################################## # Nodes # ############################################## #example #essentials%give # price: 50 # perm: 'buynodes.node.egive' # When adding permission nodes you must use a % sign instead of a . sign, the reason for this is # Bukkit's config api would interpret "bukkit.comand.op" as a path to the price value e.g.: #bukkit: # command: # op: #So just use a % sign, the plugin automaticly converts them to .'s when it imports them :) # You can now specify if you want only a certain groups to access a permission, to do this, just give the group the permission specified. bukkit%command%give: price: 50 perm: 'buynodes.node.give'
To make all groups able to buy a permission node just remove the perm line
The perm needed to buy a permission is customisable, so you can change it to anything, so long as the group(s) you want are given the permission.
Please comment any suggestions