keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

[Essentials] /vanish #450

Open enterprise12nx opened 11 years ago

enterprise12nx commented 11 years ago

My mods are using /vanish from essentials, they say people can still see them? i will continue to test!

gravypod commented 11 years ago

this might be a problem still, We will see what we can do.

enterprise12nx commented 11 years ago

ok thanks! Hope all my bug reports help.

eagl3s1ght commented 11 years ago

I'll add what I wrote in IRC.

I've had minor success with vanish. It hides the user (but holding an item shows the item, and some hat items show), but trying to cancel vanish disconnects the user. Also, while vanish hides the user, there is still the effect of invisibility (some kind of bubble effect) which anyone can recognize to see where the vanished player is.

gravypod commented 11 years ago

If you are using Essentials /vanish it grants the vanish potion.

EDSman11 commented 11 years ago

I seem to be having the same problem except for me the /vanish command does nothing and when I do /v it tells me "You have been vanished!" then I type /vanish to unvanish but instead it says "You have been vanished!" again as if they were two entirely different commands...

gravypod commented 11 years ago

@EDSman11 They are. Essentials has /vanish IIRC, something else might have /v

EDSman11 commented 11 years ago

No, they are both part of essentials, /v seems to be an alias for /vanish...

On Wednesday, February 6, 2013, gravypod wrote:

@EDSman11 https://github.com/EDSman11 They are. Essentials has /vanish IIRC, something else might have /v

— Reply to this email directly or view it on GitHubhttps://github.com/keepcalm/BukkitForge/issues/450#issuecomment-13218735.

eagl3s1ght commented 11 years ago

I seem to be having the same problem except for me the /vanish command does nothing and when I do /v it tells me "You have been vanished!" then I type /vanish to unvanish but instead it says "You have been vanished!" again as if they were two entirely different commands...

@EDSman11, that's not how it works. Essentials Command Reference says you must use /v off to disable the effect...

EDSman11 commented 11 years ago

Ok, good to know...

On Thursday, February 7, 2013, eagl3s1ght wrote:

I seem to be having the same problem except for me the /vanish command does nothing and when I do /v it tells me "You have been vanished!" then I type /vanish to unvanish but instead it says "You have been vanished!" again as if they were two entirely different commands...

EDSman11, that's not how it works. Essentials Command Referencehttp://ess.khhq.net/wiki/Command_Referencesays you must use /v off to disable the effect...

— Reply to this email directly or view it on GitHubhttps://github.com/keepcalm/BukkitForge/issues/450#issuecomment-13234190.

eagl3s1ght commented 11 years ago

Seems partially fixed with build 223. Now gives no Potion effect when using /vanish. Held blocks and armor is still shown though.

Edit: I'm not sure anymore. A user noticed I was stalking him by saying "a invisible player is here". I am seeing no potion effect on myself when using though.

EDSman11 commented 11 years ago

Do I need to have a permissions plugin running for non-ops to not be able to see vanished players?

On Friday, February 8, 2013, eagl3s1ght wrote:

Seems fixed with build 223. Now gives no Potion effect when using /vanish.

— Reply to this email directly or view it on GitHubhttps://github.com/keepcalm/BukkitForge/issues/450#issuecomment-13316649..

eagl3s1ght commented 11 years ago

It could be so, yes. Because of the permission node essentials.vanish.see.

Do I need to have a permissions plugin running for non-ops to not be able to see vanished players?