BuyNodes - Buying nodes has never been so easy!
What does BuyNodes do?
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.
Features
- Allows players to buy permission nodes
- Supports all economy & permission systems
- You can sell ∞ nodes
- You can make nodes only available to a certain group to buy
- Customise the price of nodes
Commands
- /buynode [permission node] - Allows a player to buy a permission node
Permissions
- buynodes.buy Allows a player to buy a node
You can set permissions for certain nodes so that only certain groups can buy that node (see config)
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