Vanish No Packet

Vanish No Packet

855k Downloads

Problem with vanish effects via permissions

Leonixar opened this issue · 2 comments

commented

Hello everyone,
I have a problem to setup permissions correctly. I'm using GroupManager from Essentials. Default Esssentials groups have effects disabled, but I setup my own groups and I can't make it work...

Owner:
default: false
permissions:
- '*'
- -vanish.nopickup
- -vanish.nointeract
- -vanish.fakeannounce
- -vanish.silentchests
- -vanish.nochat
- -vanish.effects.smoke
- -vanish.effects.explode
- -vanish.effects.lightning
- -vanish.effects.flames
- -vanish.effects.bats
- -vanish.silentjoin
- -vanish.silentquit
inheritance:
info:
prefix: '&b'
build: true
suffix: ''

I tried everything! What I'm doing wrong?

commented

I wouldn't give the * node. Some plugins have nodes that deny perks instead
of granting them, leading to an effect opposite to the desired.

I suggest that you spend some time adding permissions from each plugin to
that group. It will solve most issues, and will give you a better
understanding and control of your server.
On 1 Jun 2014 21:20, "Leonixar" [email protected] wrote:

Hello everyone,
I have a problem to setup permissions correctly. I'm using GroupManager
from Essentials. Default Esssentials groups have effects disabled, but I
setup my own groups and I can't make it work...

Owner:
default: false
permissions:

  • '

' - -vanish.nopickup - -vanish.nointeract - -vanish.fakeannounce -
-vanish.silentchests - -vanish.nochat - -vanish.effects.

  • -vanish.silentjoin
  • -vanish.silentquit
    inheritance:
    info:
    prefix: '&b'
    build: true
    suffix: ''

I tried everything! What I'm doing wrong?


Reply to this email directly or view it on GitHub
#584.

commented

Not a VanishNoPacket problem. I suggest following @bitfreeze 's advice, or otherwise consulting the plugin documentation. The '*' node is explicitly granting every single perm node ever, even those that would not be given to OP (such as the ones you're having trouble with)