SimplyVanish
This project has been continued by @jeikobu__ on spigotmc.org (here: @Woozie321). Handover/what of this project page pending.
- New project page: https://www.spigotmc.org/resources/simplyvanish.20252/
- Former front page of this plugin: https://dev.bukkit.org/bukkit-plugins/simplyvanish/pages/less-old-description/
- Former repository (discontinued): https://github.com/asofold/SimplyVanish (https://github.com/asofold/SimplyVanish/network)
-
View User Profile
-
Send Message
Posted Mar 23, 2016@Woozie321
Thanks, looks good.
-
View User Profile
-
Send Message
Posted Mar 18, 2016Here it is: https://www.spigotmc.org/resources/simplyvanish.20252/
-
View User Profile
-
Send Message
Posted Mar 18, 2016@asofold
Are you building with java 7?
I'm building with Java 8, but changing that to Java 7 isn't a problem as I'm not using lambdas. It would be a pain if I were to use dates, since I'm kinda used to using Instants from 1.8.
Is there a page on spigotmc already?
Not yet. As soon as I create it I'll link it here so you can add it ;) Thanks for your tips, I'll try to use all of them.
-
View User Profile
-
Send Message
Posted Mar 18, 2016@Woozie321
Looks good. Compatibility considerations:
Considerations (abandoned?):
If you keep to the license for used code and continue the basic concept, i don't have a problem with you continuing the plugin on spigotmc. You could also upload new builds here, if desired. In any case i'd place a link to the new page.
Is there a page on spigotmc already?
-
View User Profile
-
Send Message
Posted Mar 17, 2016@asofold
http://github.com/shindouj/SimplyVanish
-
View User Profile
-
Send Message
Posted Mar 17, 2016@Woozie321
Do you have a link to the repository?
-
View User Profile
-
Send Message
Posted Mar 16, 2016@asofold Hey! This plugin looks like you've abandoned it; I've already forked it on GitHub and updated it to 1.9, but I'd like to ask you if you mind me resubmitting it on Spigot Dev.
-
View User Profile
-
Send Message
Posted Oct 31, 2014@asofold
Thanks it works now!
-
View User Profile
-
Send Message
Posted Oct 20, 2014@Dillzzzzz
I thought i did, though :p (no joke).
-
View User Profile
-
Send Message
Posted Oct 20, 2014Wow u ain't updated in ages lol xD Big jump :)
-
View User Profile
-
Send Message
Posted Oct 20, 2014@Flexo013
Looks like i have not uploaded the latest version yet, or it has not been approved !?
The latest version does contain a new flag ("online"), which will let SimplyVanish treat you as if you were online, when leaving/joining.
I will re-upload.
-
View User Profile
-
Send Message
Posted Feb 7, 2014@PeliApina
Yes - the idea is to prevent any kind of interaction by default, just when vanished.
You can activate block breaking and item pickup and all the like with flags.
That would be the /vanflag command then:
http://dev.bukkit.org/bukkit-plugins/simplyvanish/pages/commands-and-permissions/#w-flags
-
View User Profile
-
Send Message
Posted Feb 7, 2014@asofold
i cant break blocks. is this bug or something
-
View User Profile
-
Send Message
Posted Jan 18, 2014@Seaolt41
Still using it on 1.7.4.
-
View User Profile
-
Send Message
Posted Jan 18, 2014will this work for 1.6.4?
-
View User Profile
-
Send Message
Posted Sep 14, 2013@Mysticforce12345
It should still work with DisguiseCraft. The other plugins i don't know, inventory stuff should be independent, world edit also - essentials has a vanish feature too, which might conflict if used.
-
View User Profile
-
Send Message
Posted Sep 14, 2013will this work with other plugins like essentials,world edit,disguiseccraft and seeplayerinventory?
-
View User Profile
-
Send Message
Posted Sep 3, 2013@InfernoVortex
Commands and permissions are explained here:
http://dev.bukkit.org/bukkit-plugins/simplyvanish/pages/commands-and-permissions/
-
View User Profile
-
Send Message
Posted Sep 2, 2013Where are the premissions?
-
View User Profile
-
Send Message
Posted Sep 1, 2013@mds818
I think you have to give the permission simplyvanish.see-all in order to see vanished players.
Undoing the hiding from the tab list can't be done without accessing the servers internals, because the CraftBukkit implementation of the vanish API takes care of the packet sending on that aspect and the API does not allow control over it.
I could add sending a packet indicating that the player is online, however at least modified clients would be able to detect that (not the big point probably).