multiple-groups(deDE)

With PlayerVIP 1.6 its support now multiple Groups, but how do i use this Feature?

Its Easy:

First we open our config.yml and take a look into the VIP-Section:

VIP:
  Group:
    Groups: 3
    Reset: Member
    Group1: VIP
    Group2: ProVIP
    Group3: PremiumVIP

We see, the config has 3 VIP-Groups, but i have only less than 3 Groups? ok, than we set Groups: 3 to Groups: X (X is your Number of VIP-Groups)

Or did you have more than 3 VIP-Groups? Than you have do a little more. But its not complicated too.

First we set Groups: 3 to Groups: X (X is your Number of VIP-Groups)

After it, we add some new Groups like the first 3.

So it shows for 4 Groups like this:

VIP:
  Group:
    Groups: 4
    Reset: Member
    Group1: VIP
    Group2: ProVIP
    Group3: PremiumVIP
    Group4: UltimateVIP

and so on. Add so many Groups you want

After we configured PlayerVIP we can use PlayerVIP ingame or in Console.

Some Commands are changed to the new Feature. But what means GroupID ?

GroupID is the ID of your VIP-Group. For Example:

VIP:
  Group:
    Groups: 3
    Reset: Member
    Group1: VIP #Group1 => GroupID = 1
    Group2: ProVIP #Group2 => GroupID = 2
    Group3: PremiumVIP #Group3 => GroupID = 3

Comments

Posts Quoted:
Reply
Clear All Quotes