As a clan leader, you can create custom ranks for your clan. Different ranks can have different permissions.
If you do not assign permissions to a rank, the rank will only provide the tag in front of a players name, but no additional rights or privileges within the clan.
The command used to create a rank is as follows:
/rank create [priority] [TAG] [Name]
/rank create [priority- can be any number] [Tag for Rank] <-best if these two match - do not use color coding -->[Name for Rank]
For example:
/rank create 10 Builder Builder
Will create a rank called Builder
To assign this rank
/rank assign playername Builder
If you assign this rank you a player, when in clan chat, the word "Builder" will appear before his name. This is the only thing that will change about this clan member.
__
By default, only clan leaders can invite other players to join your clan. However, it is possible to create a rank of trusted clan members who are able to invite players to join your clan, without being leaders.
To create this rank, you would need to create the rank, then add the permission.
For example:
Create the rank:
/clan create 10 Greeter Greeter
Add the permission to the rank:
/rank setperm Greeter manage.invites
Assign the rank to a clan member
/rank assign playername Greeter
This clan member can now send clan invitations to players, even though they are not a leader.
________
By default, NO clan member, including the clan leader has access to withdraw clan bank funds.
In order to be able to withdraw funds from the clan bank, a rank must be created and the proper permission must be added. There is a slight bug with the plugin that requires this permission to be added, and then removed in order for it to work properly.
For example:
Create the rank:
/clan create 10 Banker Banker
Add the permission to the rank:
/rank setperm Banker bank.withdraw
Remove the permission to finalize the /setperm (I know, I know, just trust me)
/rank removeperm Banker bank.withdraw
Assign the rank to a clan member
/rank assign playername Banker
Remember to assign this rank to yourself, and other leaders as well if you wish to have access to withdraw money from your clan bank to use for clan projects.
Any clan member you assign this rank to will be able to withdraw money from the clan bank at any time. Choose the clan members you wish to have this rank carefully.
At any time a clan leader needs to remove a rank from a clan member, the command is:
/rank unassign [player] [rank]