WordUp
WordUp is designed to allow you to operate a "guest" based whitelist where the guests have to speak a password in order to be granted member rights.
It can also allow you to simply tell your donators the password to gain access to their donation groups (though how much you trust them is up to you).
How to use
To use the 'wordup' word, the word must be prefixed with the "$" symbol. For example if the word was 'password' you would type '$password' in chat.
Configuration
The WordUp config file (plugins/WordUp/config.yml) allows you to setup different words with different group sets, as well as configuring the message displayed to players when they rank up.
# ** WordUp for Vault **
# This header will list all permission nodes you need for quick reference
# You can change the message people see when they are ranked up in the 'message' section
#
# Permissions:
# wordup.ab123dc456
# wordup.password
words:
password:
- member
ab123dc456:
- donator
message: You have been ranked up!
Permissions
WordUp uses the "SuperPerms" system to actually check for permissions, but lets you use any Vault supported Permission plugin to make the purchase.
The 'wordup.*' node grants all WordUp permissions.