[ADMN/SEC] VanishNoPacket 3.14.2 - Invisibility made easy! [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by mbaxter, Aug 16, 2011.

  1. Offline

    _NameLess_

    For me a HeroChat hook would be awesome. I need /vanish but chat in an "Admin Channel". Still preventing chatting in the main channel. Or absolute awesome:
    Herochat channels:
    - Everyone (global)
    - Admin

    You type in /vanish and you automatic switch in the Admin channel (no chat block). (via config configurable) If you go, while vanished, back to the global channel you are prevented from chatting.

    I hope you can understand me, my english is not so good. ;)
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you don't want all permission nodes you shouldn't be giving yourself *.

    Your permissions management plugin likely has a way to negate individual nodes.
     
  3. Offline

    damian_zet

    Dear mbaxter,

    Can You add to plugin to vanish only nickname above the player? I will be helpfull to make movies in minecraft :)

    Regards :)
     
  4. Offline

    _NameLess_

  5. Offline

    revo96

    Hey baxter,
    Im wondering if you could make it that you can toggle on/off chat because when im invisble i cant talk either and thats isnt usefull because i use it to watch for griefers etc etc and then people ask me a question and i cant anwser it and if you can make special Vanish chat for all the people who has special permission for that so you could use it like special chat if your checking on people to discuss with other admins/mods
    ~Revo

    Oh i just found out about the chat problem sorry for that but can you still add the "vanish chat" and that the
    permission would be "vanish.vchat" command would be /v chat /v t chat /vanish chat or if not possible then
    /vanish toggle vchat or /v vchat
    ~Revo

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

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    revo96 don't give yourself vanish.nochat if you don't want it :p

    As for a vanish-chat, I advise finding a plugin that lets you chat to a select group via a command. I see little point in adding chat modifications when so many plugins exist for that stuff already :)
     
  7. Offline

    Milaannnn_

    Any idea on how I can log in without being vanished?
    My permission for my group is *, so :s
     
  8. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Ask for help in the thread of the permissions plugin you're using, if you don't know how to manage your permission nodes. :)
     
  9. Offline

    Milaannnn_

    PermissionsEx, but the thing I'm trying to ask is if there is an actual setting to turn that off.
     
  10. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    It's only turned on if you give yourself the permission node.
     
  11. Offline

    damian_zet

  12. Offline

    Milaannnn_

    So no way to turn it off for ops?
     
  13. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If your permissions plugin by default grants * to ops instead of following the standard ops rules, then there's a bigger problem at play and that problem is your choice in permissions plugin. If you give yourself *, then you decided to turn the feature on. There is likely a feature in your permissions plugin to disable individual permissions in the case of using *, and you should ask those folks for help. This plugin works great with standard node assignment, and I suggest you look into that as an alternative to using * :)
     
  14. Offline

    chaseoes

    mbaxter

    I'm getting an error whenever I join:
    Code:
    2012-03-08 16:01:49 [SEVERE] Could not pass event PlayerJoinEvent to VanishNoPacket
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
        at org.dynmap.DynmapCore.setPlayerVisiblity(DynmapCore.java:1222)
        at org.dynmap.bukkit.DynmapPlugin.setPlayerVisiblity(DynmapPlugin.java:589)
        at org.kitteh.vanish.hooks.DynmapHook.vanish(DynmapHook.java:44)
        at org.kitteh.vanish.VanishPlugin.hooksJoin(VanishPlugin.java:101)
        at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayerJoinEarly(ListenPlayerJoin.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
        ... 9 more
    
    CB Build:
    VanishNoPacket version 3.5.
     
  15. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If I'm reading it right, dynmap hasn't initialized its playerlist system, not a vanish bug. Check to see if you're on the latest version of dynmap.
     
  16. Offline

    LowCountry90

    Im using the 1.2.3 version of this plugin with CB 2037, the problem is whenever I log on Im in vanish, my other moderators do not seem to have this issue and I de-opped myself to see if that remedied the situation. It is not a terrible issue I was just wondering if there was a quick fix.
     
  17. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you log in vanished, you gave yourself the permission node to do so. Re-read the permissions documentation for this plugin and re-assign your nodes :)
     
  18. Offline

    ProGamerzFTW

    Fix to whoever using the '*' node. MAKE SURE YOU PUT A DASH (-) BEFORE EACH NODE:
    • -vanish.silentjoin
    • -vanish.joinwithoutannounce
    • -vanish.joinvanished

    If using Permissions Ex, it should look like this:

    GroupName:
    permissions:
    - -vanish.silentjoin
    - -vanish.joinwithoutannounce
    - -vanish.joinvanished
     
  19. Offline

    Nacho Minecraft

    Yo can still see vanished OPs with the /ONLINE or /WHO command or in the online players text on login in. I am using Essentials, PEX abd EssentialsChat
     
  20. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Ask your other plugin authors to support the vanish api. :)
     
  21. Offline

    zorcan1

    Everytime an op/admin joins the server, they are hidden and they don't have vanish.silentjoin. I use GroupManager

    Thanks,
    Zorcan
     
  22. Offline

    killdro

    Is there any way to add in an option where you can still open up chests even if you are invisible?
     
  23. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Ask the GroupManager folks why it's assigning non-op permissions to ops by default.

    Yup! Don't assign yourself vanish.nointeract
     
  24. Offline

    Lucky__13

    Hello i have a little problem vansih is the best works great only when i vanish or use the command /v or /v fq i vanish but the only thing i cant do is teleport to someone becouse the server saying cant find player.

    do i mis something here in the config or anything like that or do i have to use a command i try the commands but still i cant tp myself.. can someone help me plz??
     
  25. Offline

    killdro

    But what if i have op. What would I do then?
     
  26. Offline

    Lucky__13

    i aim op iam the admin so i have it all
    using /v and then i use /tp server says ERROR:player not found becouse iam invisible..
     
  27. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    By default op does not get that node, you are giving it yourself separately (or you're running GM which apparently makes up its own rules for ops).

    What plugin are you using? It might be handling the vanish api poorly.
     
  28. Offline

    Lucky__13

    iam using the latest version on vanish
    and my other plugins are
    ancasino
    authme
    cheastshop
    essentials
    groupmanager
    izone
    lift
    lockette
    no)grief
    vanish
    worldedit

    but is there somthing in the config that i must use or is this all set properly for that..
    when iam in servival mod it still dont tp me..
     
  29. Offline

    javoris767

    mbaxter
    CraftBukkit version: R0.2/#2041 (MC 1.2.3)
    VanishNoPacket version: v3.5
    Spout version: Not used
    Problem: When I join the game it puts me in vanish mode. While in vanish mode,
    I cant do command or talk is this a feature of the plugin?
     
  30. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Could be essentials, are you using the hook?

    You've given yourself the vanish.silentjoin and vanish.nochat permission nodes. Read the documentation before assigning nodes to yourself :)
     

Share This Page