Solved Joining vanished (PEX)

Discussion in 'Bukkit Help' started by NickoGreeks, Apr 12, 2012.

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

    NickoGreeks

    Whenever i log in i join vanished. It is pretty annoying to having to keep joining vanished. I am the owner. Here is my permissions.
    Code:
    groups:
      Guest:
        prefix: '&e[Guest]&f'
        default: true
        permissions:
        - essentials.balance
        - essentials.balancetop
        - essentials.pay
        - essentials.sell
        - essentials.worth
        - essentials.afk
        - essentials.compass
        - essentials.depth
        - essentials.getpos
        - essentials.help
        - essentials.helpop
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.msg.color
        - essentials.msg.format
        - essentials.msg.url
        - essentials.nick
        - essentials.realname
        - essentials.rules
        - essentials.seen
        - essentials.suicide
        - essentials.ban.notify
        - essentials.kick.notify
        - essentials.home
        - essentials.spawn
        - essentials.back
        - essentials.back.ondeath
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.sethome.multiple.unlimited
        - essentials.tpa
        - essentials.tpaall
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.*
        - essentials.warp.list
        - essentials.geoip.show
        - iConomy.pay
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - factions.kit.fullplayer
        options:
          rank: '1000'
      Moderator:
        prefix: '&2[Mod]&f'
        permissions:
        - essentials.balance.others
        - essentials.bigtree
        - essentials.break
        - essentials.break.bedrock
        - essentials.enchant
        - essentials.feed
        - essentials.gamemode
        - essentials.getpos.others
        - essentials.give
        - essentials.give.item-all
        - essentials.god
        - essentials.helpop.receive
        - essentials.heal
        - essentials.invsee
        - essentials.info
        - essentials.home.others
        - essentials.kick
        - essentials.jails
        - essentials.kick
        - essentials.list.hidden
        - essentials.mute
        - essentials.more
        - essentials.oversizedstacks
        - essentials.ping
        - essentials.ptime
        - essentials.seen.banreason
        - essentials.tempban
        - essentials.tempban.offline
        - essentials.tp
        - essentials.tp.others
        - essentials.unban
        - essentials.unlimited
        - essentials.unlimited.item-all
        - essentials.whois
        - essentials.weather
        - essentials.clearinventory
        - essentials.teleport.timer.bypass
        - essentials.togglejail
        - factions.kit.halfmod
        inheritance:
        - Guest
        options:
          rank: '100'
      Admin:
        prefix: '&5[Admin]&f'
        permissions:
        - worldedit.wand
        - worldedit.selection.pos
        - essentials.tphere
        - essentials.afk.kickexempt
        - essentials.afk.others
        - essentials.ban
        - essentials.ban.offline
        - essentials.banip
        - essentials.broadcast
        - essentials.burn
        - essentials.chat.color
        - essentials.chat.magic
        - essentials.chat.question
        - essentials.delhome.others
        - essentials.deljail
        - essentials.delwarp
        - essentials.eco
        - essentials.eco.loan
        - essentials.enchant
        - essentials.ext
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.gc
        - essentials.god.others
        - essentials.joinfullserver
        - essentials.jump
        - essentials.nick.color
        - essentials.nick.format
        - essentials.nick.magic
        - essentials.nick.others
        - essentials.repair
        - essentials.sethome.others
        - essentials.setjail
        - essentials.setspawn
        - essentials.setwarp
        - essentials.setworth
        - essentials.sudo
        - essentials.teleport.hidden
        - essentials.warp.otherplayers
        - iConomy.accounts.take
        - iConomy.accounts.set
        - iConomy.accounts.give
        - factions.kit.admin
        - Orebfuscator.deobfuscate
        - Orebfuscator.admin
        - nocheat
        - vanish.standard
        - mobdisguise.*
        - mobdisguise.player
        inheritance:
        - Moderator
        options:
          rank: '10'
      Owner:
        prefix: '&4[Owner]&f'
        permissions:
        - '*'
        - -vanish.nochat
        - -vanish.silentjoin
        - -vanish.silentquit
        inheritance:
        - Admin
        options:
          rank: '1'
     
  2. Offline

    blackvoid

    I think you need to change it to this instead.
    Code:
        - '-vanish.nochat'
        - '-vanish.silentjoin'
        - '-vanish.silentquit'
     
  3. Offline

    NickoGreeks

    neither worked
     
  4. Offline

    NickoGreeks

    can anyone else solve this?
     
  5. Offline

    andrewpo

    Please give us a list of your plugins
    The output of the /pl command in your console.

    Personally I think being able to join vanished and without a login message is brilliant, it is a great way to catch trouble makers ¨red handed¨
     
  6. Offline

    NickoGreeks

    Orebfuscator
    MineBackup
    Spectate
    WorldEdit
    iConomy
    CoreProtect
    PermissionsEx
    NoCheat
    PlayerFreeze
    Essentials
    EssentialsSpawn
    EssentialsGeoIP
    ChestShop
    EssentialsChat
    Factions
    VanishNoPacket
    MoArrows
    MobDisguise
    I honestly think it could be a big annoyance typing /v everytime you log on, and if you really want to check you can fake log out and they would continue doing their troublemaking.
     
  7. Offline

    andrewpo

    I see little reason for the fix given by blackvoid to not work, if done correctly.

    Are you definitely in the Owner group?
    ( /pex user YOURNAME group set Owner )

    Also try running:
    Code:
    /pex group Owner add -vanish.joinvanished
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  8. Offline

    NickoGreeks

    that fixed that problem, but they still say it doesnt tell me i logged in. I am Owner, considering i have the prefix when i log in
     
  9. Offline

    andrewpo

    try this too:
    Code:
    /pex group Owner add -vanish.joinwithoutannounce
     
  10. Offline

    NickoGreeks

    what is leaving without announce?
     
  11. Offline

    andrewpo

    Code:
    /pex group Owner add -vanish.silentquit
    ?
     
  12. Offline

    NickoGreeks

    doesnt seem that way...
     
  13. Offline

    andrewpo

  14. Offline

    NickoGreeks

  15. Offline

    andrewpo

    Can you please post your entire permissions.yml (I know it's in the first post but I believe you've made changes to it since) to pastebin.com please, set the privacy setting to 'Unlisted' and link me to it on here.

    Thanks
     
  16. Offline

    dsmyth1915

    andrewpo likes this.
  17. Offline

    andrewpo

    Or if you prefer commands,
    Code:
    /pex group Owner remove *
    /pex group Owner add *
    
     
  18. Offline

    dsmyth1915

    Commands are easier now with chat being improved. Some people like doing it the "easier" way. It only ends up being easy if you know everything about what your doing. I prefer the ingame commands but when I'm adding alot of permissions I prefer to write to the files itself and then /pex reload ingame.
     
  19. Offline

    NickoGreeks

    works :D but they cant see me on the list D:

    actually i found out you dont have to reload unless you edit in the config

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

    andrewpo

    Code:
    /pex group Owner add -vanish.hooks.essentials.hide
    /pex group Owner add -vanish.hooks.dynmap.alwayshidden (if you use dynmap)
    /pex group Owner remove *
    /pex group Owner add *
    
     
  21. Offline

    dsmyth1915

    If you use the ingame commands you don't have to load, but writing to the file directly you do.
     
  22. Offline

    NickoGreeks

    Everything works nevermind i actually had to reload becuase i edited in the config because if i removed * in game i couldnt put it back xD
     
  23. Offline

    andrewpo

    If you have console access, you can add your * back there or (I think) you get all nodes with PEX when you're op.
    ____

    Thanks for calling Bukkit Tech Support! Your agents today have been dsmyth1915 and andrewpo.
    If your issue is resolved, please change the prefix of your topic title to Solved by going to Thread Tools then 'Edit Thread'
    [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page