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

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

  1. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    As stated quite clearly, the plugin requires Spout.
     
  2. Offline

    madseu

    Where do i get spout```?????
     
  3. Offline

    TheNander

    How would I make it so I could have guests join vanished while being unable to toggle it, but then when I promote them to member status so they're no longer vanished.

    http://dev.bukkit.org/server-mods/spout/

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

    DarkTwIstar

    CraftBukkit version: 1337
    VanishNoPacket version: 1.9.6.7
    Spout version: 1.0.6.449
    Problem: The Commands : /vanish fakejoin and /vanish fakequit doesn't work :/
    If I enter the commands nothing happens.

    Help please.
    Thanks
     
  5. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Give your guest group vanish.silentjoin. As for on-promotion changes, that's not part of this plugin. You could write up a simple promote plugin that would call getServer().getPluginManager().getPlugin("VanishNoPacket").getManager().toggleVanish(Player).

    I'm considering adding an admin ability to change vanished status of other players, so that could help.

    You don't have permission to use those. Give yourself the permission nodes and it'll work :)
     
  6. Offline

    Quarsnok

    Hey mbaxter
    I just wanted to ask, if you could make the same Plugin, without this Spout required.
    Because a lot of servers I know, dont wanna Spout on the server. Spout is nice, but sometime, on a survivial Server it is a bit to much.. Is that possible ? Sorry for my terrible English :) Im from Switzerland :)

    lg
     
  7. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Hello Quarsnok. What is "too much" in spout?

    I may write a version that doesn't require spout in the future, but not this month.
     
  8. Offline

    Quarsnok

    Thx for replying so fast !
    Hmm, aright Its hard to explain. The owner of my Server ( im moderator ) said the following: Spout is kind of framework for plugins .... It takes completely into Minecraft programming and varies very much.. Therefore, there are many, almost infinite possibilities for plugins. Spout is super, but not on a big server like this ..

    Ok I hope I hear soon some news of /vanish
     
  9. Offline

    Psithief

    I'm trying to give a Trusted player group the ability to see vanished staff, so I gave them the vanish.see permission all by itself.

    However a member of that group reported that it did not work.
    I don't have any players on at this time of night to continue further testing. Where do you think the issue lies, in VanishNoPacket, Spout, or PermissionsEx?

    Craftbukkit b1331
    VanishNoPacket v1.6.9.8
    Spout v1.0.6.449
    PermissionsEx v1.15.1

    Permission: vanish.see
     
  10. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    First of all, thanks for actually thinking it out first and writing more than "omg it no work." That means a lot to me no matter what the resolution of this issue. Unless I messed up the coding (which I've done :D) the issue is probably with PEX and definitely not with Spout. The easiest way to test it is to check perms of the player having trouble with it. I'm working on finishing up a built-in permission test to VanishNoPacket but for now I have the super-simple PermTest plugin (here) whereby the player having the issue can say /permtest vanish.see and will be told if they have that permission. If it says they don't have it, it's a permission setting trouble. If it says they have it, I'll prod things a bit more.
     
  11. @Psithief @mbaxter
    I did some experimenting with with this and it seems that PEX isn't automatically applying group permission changes when the nodes are superperm based.

    In a nutshell to reproduce:

    Log into a server and vanish
    Add the vanish.see permission to a group
    Members of the group still can not see vanished players
    'reload' the server (reload from the console or /reload from the client)
    Members of the group can now see vanished players

    I've not done any more testing at this time to see how far the group permissions are affected (superperms only or if it affects plugins that support PEX natively or even older ones that make use of the Permissions 2.x compatibility layer PEX has), so I've not opened a ticket against PEX yet. However, if someone else can look into it deeper (I don't have the time and probably won't for the next 24 hours), I'd suggest opening a ticket against PEX.
     
  12. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Vanish status not updating from a in-game mid-session permission update is a VanishNoPacket "issue." Solved by knocking the player off the server and having them rejoin :p
     
  13. Offline

    Anthony45654

    CraftBukkit version: RB 1337
    VanishNoPacket version: v1.6.9.8
    Spout version: 1.0.6.449
    Problem: Silent join does not work anymore. It worked perfectly fine before VanishNoPacket v1.6.9.8 but now even with the permission node, it doesn't work.
     
  14. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Have you changed permissions plugin, or updated it since it last worked?
     
  15. Offline

    DarkTwIstar

    Thanks for your answer but i'm op on my server and i don't use any permissions Plugin and it still doesnt work ? :(
     
  16. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Most features aren't automatically enabled for op, and require permissions nodes.
     
  17. Offline

    SmashedUpTV

    What's the command to vanish?
     
  18. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

  19. Offline

    DarkTwIstar

    I've now Installed Permissions and I gave myself the permissions nodes but it still doesn't work :/
    I posted my Groups.yml :

     
  20. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Please link to the perms plugin you're using.
     
  21. Offline

    DarkTwIstar

  22. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

  23. Offline

    DarkTwIstar

    I tried it and it works now !

    Thank you very much for your help ! :)
     
  24. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Version 1.6.9.9 released!

    Get it here:
    http://dev.bukkit.org/server-mods/vanish/files/19-v1-6-9-9/

    1.6.9.9
    Fixed join/quit coloring glitch
    Fixed sleeping. If all non-vanished users sleep, the world progresses as if the vanished player isn't there.
    Can use %d as displayname if your plugins mess with the way player names display using the displayname property
    Added built-in permissions testing. Has to be enabled from config AND give out permission to the person trying it
    /permtest meow.meow
    /permtest mbaxter meow.meow
    Allow for persistent dynmap hiding with vanish.hooks.dynmap.alwayshidden
     
  25. Offline

    moeyoko

    ok WTF i do the command /vanish on my server it says i have turned invisible but then when im near some one they say they can see me and they are not on a hacked client because it is my room mate right beside me! and i am using spout
     
  26. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    What permissions does your roommate have?
     
  27. Offline

    KoffiePatje

    Any plans on supporting CommandBook ?
     
  28. Offline

    Greylocke

    can you be more specific? Is there a specific CommandBook integration you are requesting? I use CommandBook and VNP, and both seem to play nicely together.
     
  29. Offline

    KoffiePatje

    Sure i mean the /who command of CommandBook still shows all players even those that are vanished / fake quited ! :p
     
  30. Offline

    Greylocke

    ah. I removed that command because it is redundant, now that the function is a part of Minecraft.
     

Share This Page