Plugin to hide from /list

Discussion in 'Bukkit Discussion' started by OneFourOne, Oct 8, 2011.

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

    OneFourOne

    Hey guys,

    Is there a plugin to toggle show/hide yourself from /list and from the menu when you hold tab?

    Thanks
     
  2. Offline

    tking0036

  3. Offline

    OneFourOne

    Doesnt work for me, it says [name] leaft the game, but i still remain in the list

    *EDIT* it says You have vanished! Poof! Sorry, not left the game :p

    I also get this error with VanishNoPacket
    Code:
    2011-10-08 20:22:47 [SEVERE] java.net.SocketException: Socket closed
    2011-10-08 20:22:47 [INFO] halo28 lost connection: disconnect.quitting
    2011-10-08 20:22:47 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-10-08 20:22:47 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-10-08 20:22:47 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-10-08 20:22:47 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-10-08 20:22:47 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-10-08 20:22:47 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  4. Offline

    tking0036

    use /vanish fakequit
     
  5. Offline

    OneFourOne

    says i leave but doesnt hide me from the list

    Oh forgot to hook essentials in the config. works now thank you very much kind sir :)

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

    tking0036

    no prob
     
  7. Offline

    OneFourOne

    damn. doesnt support PEX.
     
  8. Offline

    tking0036

    I use it with pex
     
  9. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    That is not a VanishNoPacket error.
     
  10. Offline

    andrewkm

    Use vanishnopacket.
     
  11. Offline

    OneFourOne

    If i take all the permission nodes away from moderators since they have '*' they can still use it.

    Is there any other nodes i need to remove that arent listed here?

    And btw, the reason i want to take this away from moderators is because we have reports of a moderator being bad.
     
  12. Offline

    JOPHESTUS

    do this
    Code:
     - -permission.node
    (adding the - right next to it denies that user/group access, but i'm quite sure you have to put it before the '*'
     
  13. Offline

    OneFourOne

    This is what i have. I just tested as a moderator, and they still have access to all the commands which should be taken away :O

    Code:
        Moderator:
            default: false
            info: null
            inheritance: null
            permissions:
            - '*'
            - -stargate.create
            - -stargate.create.personal
            - -stargate.option.hidden
            - -stargate.option.alwayson
            - -stargate.option.private
            - -stargate.option.free
            - -essentials.ban
            - -essentials.tempban
            - -essentials.banip
            - -essentials.god.others
            - -essentials.unlimited
            - -essentials.powertool
            - -essentials.antioch
            - -essentials.backup
            - -essentials.deljail
            - -essentials.burn
            - -essentials.fireball
            - -essentials.kickall
            - -essentials.lightning
            - -essentials.nuke
            - -essentials.setjail
            - -essentials.socialspy
            - -essentials.thunder
            - -essentials.jail.exempt
            - -essentials.unban
            - -essentials.unbanip
            - -essentials.setspawn
            - -essentials.kill
            - -essentials.nick
            - -lwc.admin
            - -BOSEconomy.admin.*
            - -DuckShop.create.*
            - -DuckShop.break.*
            - -vanish.*
            - -essentials.signs.create.*
            - -essentials.signs.break.*
            - -OpenInv.*
            - -permissions.manage.*
            - -mobdisguise.player
            - -dynmap.*
            - -vanish.standard
            - -vanish.silentjoin
            - -vanish.vanish
            - -vanish.see
            - -vanish.nopickup
            - -vanish.nofollow
            - -vanish.preventincomingdamage
            - -vanish.preventoutgoingdamage
            - -vanish.fakeannounce
            - -vanish.statusupdates
            - -vanish.toggle
            - -vanish.adminalerts
            - -vanish.*
     
  14. Offline

    JOPHESTUS

    Put the "- -perm.nodes" before the '*' it should work then, if not, I'm not sure
     
  15. Offline

    OneFourOne

    worked, thanks, you may have just saved my serevr from evil moderators xD

    Spout makes my server lagg like hell, its on 74% CPU usage with 3 players connected.

    Are there any plugins which do this without spout?

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

    OneFourOne

    BUMP!
     
Thread Status:
Not open for further replies.

Share This Page