Anyway to not join Vanish upon joining?

Discussion in 'Bukkit Help' started by Scrappy, Apr 22, 2012.

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

    Scrappy

    Hello guys, I couldn't find any option in the config file, but is there is a way that when someone joins my server, they won't instantly vanish? Everytime I join, it puts me in Vanish, and I don't want that happening.
     
  2. Offline

    owenftw

    you tryed putting this in the permission group: (include the -)

    -vanish.silentjoin
     
    JOPHESTUS likes this.
  3. Offline

    Scrappy

    No, what I'm trying to say is I don't want anyone to join vanish when they login.
     
  4. Offline

    owenftw

    ops get most of the permissions so you would need to give youself '-vanish.silentjoin'

    that is if your using VanishNoPacket
     
  5. Offline

    Scrappy

    That's not what I meant. What I'm trying to say is I don't want to join the server and be in vanish automatically.
     
  6. Offline

    Killburner

    Use vanish.standard to give access to the basic features, but without joining vanished.
     
    cray_Z likes this.
  7. Offline

    Scrappy

    Well, since I'm op I don't think that would do anything.
     
  8. Offline

    JOPHESTUS

    Do what he says. It denies you the permission to join silently, it works for me
     
  9. Offline

    Scrappy

    Yeah, it doesn't work for me. I guess as an op it ignores it?

    Can someone find a solution?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  10. Offline

    Killburner

    Which vanish plugin and version are you using exactly?
     
  11. Offline

    Bluebossa3jp

    If you are using VanishNoPacket there is an option in the config
     
  12. Offline

    Scrappy

    I don't see anything that deals with not being in vanish upon joining.
    Show Spoiler
    #
    # VanishNoPacket
    # A fine choice of invisibility for the discerning server administrator.
    # http://www.kitteh.org
    fakeannounce:
    automaticforsilentjoin: true
    join: '%p joined the game.'
    quit: '%p left the game.'
    hooks:
    essentials: false
    dynmap: false
    JSONAPI: false
    spoutcraft: false
    checkupdates: true
    permissionsupdates:
    checkonworldchange: false
    permtest: false
    debug: false
    configVersionDoNotTouch:
    SeriouslyThisWillEraseYourConfig: 3
     
  13. Offline

    JOPHESTUS

    Umm.. are you like... ok?

    automaticforsilentjoin: true
     
  14. Offline

    Scrappy

    Was only testing it to see if it would work.
     
  15. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Tagging the people who could learn something from this post:

    Scrappy JOPHESTUS owenftw Bluebossa3jp

    There is no option in the config for controlling joining vanished.

    The permission node vanish.joinvanished makes you join invisible, and vanish.joinwithoutannounce makes you join without a join message. Having the node vanish.silentjoin sets both of those to true.

    If you are joining vanished then you have given yourself one of these nodes. If you have given yourself vanish.* but don't want joining vanished I would advise instead giving yourself vanish.standard and then adding any extra nodes you need.

    If you've given yourself the fake "*" node, first of all shame on you :p
    Second, your permissions plugin provides you with a way to "negate" nodes. Look up how to negate those three nodes I mentioned above and do so. That will stop you from joining vanished :)


    At the end of the day, read the permissions documentation: http://dev.bukkit.org/server-mods/vanish/pages/permissions/
     
    ChaoticTrack and kittenchunks like this.
  16. Offline

    JOPHESTUS

    I was a little worried when you tagged me... thought I was in trouble :p
     
Thread Status:
Not open for further replies.

Share This Page