New Groups

Groups is second settings system (after config.yml maxHomes, warmup and cooldown properties).

Old groups system

Give these permission nodes to your users. X means some number.

  • over9000homes.maxHomes.X - replace X with maximum homes for this player or group.
  • over9000homes.warmup.X - replace X with warmup for this player or group.
  • over9000homes.cooldown.X - X is cooldown for player or group here.

New groups system

newGroups was introduced with 1.10.0 Beta.

This provides more complex (and less laggy) config system.

How to use

Open config.yml and set "newGroups" to true. Add this to your config.yml:

groups:
    lol:
        maxhomes: 25
        cooldown: 5
        warmup: 10

You can change values and skip some parameters (e.g. only give maxhomes instead of all three).

After doing that, give over9000homes.group.lol permission to someone, and they will get this.

Higher values have higher priority, so if user has two groups binded, they will use maximum values for each parameter in one of two groups.

Good luck!


Comments

Posts Quoted:
Reply
Clear All Quotes