GroupManager / unofficial

GNU General Public License v3.0
10 stars 8 forks source link

Creating a group with the correct inheritance #9

Closed superfly2000 closed 5 years ago

superfly2000 commented 5 years ago

How to do that?

I use Group Manager and very few other plugins, like Sethome. But I want to add another plugin with forexample tpa but I want to give the last one only to trusted users.

So most of the other permissions can be used by the default group. I haven't touched the config yet. I noticed there is a group "Builder" that could work for what I want to do.

But perhaps the best solution would be to make a new group I guess. Something inbetween Default and Builder. Lets call it Trusted maybe.

Suggestions?

Homepage for my Minecraft server: https://sflymc.weebly.com/

superfly2000 commented 5 years ago

Noone?

ghost commented 5 years ago

Hi, Sorry for the late reply.

plugins > GroupManager > worlds > world > groups.yml:

groups:
  Default:
    default: true
    permissions:
    - essentials.sethome # Get this from your sethome plugin
    inheritance: []
    info:
      prefix: '&f'
      build: false
      suffix: ''
  Trusted:
    default: false
    permissions:
    - essentials.tpa
    inheritance:
    - Default
    info:
      prefix: '&2'
      build: true
      suffix: ''

I'd recommend you try Essentials instead of a separate Sethome and TPA plugin. It has these, and much more essential features you would need on servers generally.

superfly2000 commented 5 years ago

It is still a good answer so thanks. However, I have solved it for now. I just used the group "Builder". As I won't be using Towny that shouldn't give a problem.

About Essentials I still have not decided. What I have kind of works...except the Greatkits plugin which spams the console but still seems to work...