A couple of friends and I are working on a Economy server and we need help on one thing. We are trying to make it so once you work up enough money, you can buy a rank, which will give you certain permissions on the server such as creating a town or nation. However, we can't seem to figure out how to do this. Also, we need it so that one person can have multiple ranks, for example: [Moderator][Rank 1][Donator rank 1]FatJoe521
One last thing, we need to know how to do this with in-game ranks, with in-game cash, using command signs.
We are in desperate need of help, if anybody has any ideas, they would be greatly appreciated.
Useful Information:
We use Essentials Economy and our permissions plugin is bPermissions.
Again, any ideas are greatly appreciated.
One last thing, we need to know how to do this with in-game ranks, with in-game cash, using command signs.
We are in desperate need of help, if anybody has any ideas, they would be greatly appreciated.
Useful Information:
We use Essentials Economy and our permissions plugin is bPermissions.
Again, any ideas are greatly appreciated.
2
Thanks man.
It would be simpler do it via buycraft , and you would make some money from it. But if you are set on doing it that way I would imagen the command sign to be something like
/commandsigns line1 /eco check 1500 if 1500 /eco take 1500 /give rank if not /say NEED MORE MONEY
I don't know if and how you could set up an actual if statement on it either :p
/commandsigns line1 /eco check 1500 if 1500 /eco take 1500 /give rank if not /say NEED MORE MONEY
I don't know if and how you could set up an actual if statement on it either :p
