VanishNoPacket - Visible to Players

Discussion in 'Bukkit Help' started by grassV50, Sep 18, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    grassV50

    Hi guys!

    I'm new to Bukkit and this forum and I have recently installed VanishNoPacket.

    I need help ASAP though, the people on my private server can see me when I vanish. VanishNoPacket has been installed, and when I vanish a large amount of lightning spawns.

    The problem I have is that the Ops on my server can see me. I've tested it on 3 friends already, deopped them all, and made them the lowest rank, but 2/3 cannot see me, and 1/3 can see me.

    Even if they are opped and at the highest/whatever rank, the same friend cannot see me, but the other two can.

    Please let me know. If you need my permissions file then please PM me. Your help would be much appreciated ASAP.

    Thanks a lot!

    -Grass

    EDIT: If someone has a config file for this then please let me know, I would really appreciate your help.
     
  2. Offline

    Lolmewn

    Definitely a permissions issue (had this myself too).
    Negate the correct permission nodes (the ones for the lightning and being able to see vanished players anyway) and you should be ready to go.
     
  3. Offline

    grassV50

    Thanks for a reply guys lol

    Here's my config.yml.
    #
    # VanishNoPacket
    # A fine choice of invisibility for the discerning server administrator.
    # http://www.kitteh.org
    fakeannounce:
    automaticforsilentjoin: false
    join: '%p joined the game.'
    quit: '%p left the game.'
    hooks:
    essentials: true
    dynmap: false
    JSONAPI: false
    spoutcraft: false
    checkupdates: true
    permissionsupdates:
    checkonworldchange: false
    effects:
    lightning:
    count: 0
    colornametags: true
    permtest: false
    debug: false
    configVersionDoNotTouch:
    SeriouslyThisWillEraseYourConfig: 5

    I don't know whether its because I'm an Op, but I also don't want ops to see me.
     
  4. Offline

    Jade

    Permissions.yml, not config.yml. Like the one you'd get from PermissionsEx, GroupManager, or etc.
     
  5. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    You should not give yourself vanish.*
     
  6. Offline

    grassV50

    I don't have a permissions.yml in my VanishNoPacket folder.

    Ok so if I don't give people vanish.*, then what am I supposed to write?
    The * means all permissions I believe.
    However, if they DON'T have vanish.*, will they be able to see me?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  7. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    There is a big difference between OP and the * node. OP gives you nearly everything on the server. Every single permission node, except those that plugin authors say "Do not give this to OP." The effects nodes are not given to OPs. The * node, on the other hand, grants every permission node available, regardless of that setting.

    Don't grant the * node. If you really do not want to spend five minutes setting up your permissions, grant OP on yourself instead.
     
  8. Offline

    frymaster

    http://dev.bukkit.org/bukkit-plugins/vanish/pages/permissions/

    If you're the only person who should be able to vanish, give yourself vanish.standard and vanish.op

    If you want people to be able to vanish but not see each other, you probably want to give them everything in the vanish.standard group APART from vanish.see
     
  9. Offline

    grassV50

    Ok but if I wanted someone to not see vanished players, would I do this?

    - -vanish.see

    By the way thanks so much for the link! I wouldn't have even SEEN it.
     
Thread Status:
Not open for further replies.

Share This Page