-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doors/Chests #1
Comments
For doors you will need a teleportation tool like the WorldEdit pass-through feature using a compass. The chest question is another one. There exists the plugin OpenInv by lishid (bukkitdev) that has a silent chest feature, i.e. opening chests without the opening animation. OpenInv also features opeining players and offline players inventories, as well as opening blocked chests. Very simple to add for SimplyVanish would be a "peek" feature, i.e. when clicking a chest without being able to open it the contents will be sent by chat. Same for onine player inventories. The best solution might depend on the level of trust concerning staff... |
Our staff members are very trustworthy. Another issue, is the /near command. Is there a way you can make it so vanished players do not show up on /near. Right now, vanished players don't show up when "Tab" is pressed, and i think it would be better if it were switched. So that, players would not show up on the near command but when tab is pressed or players use /list/online, vanished players names show up. |
With Bukkit i don't have control over the tab list , unfortunately. I am in touch with the DisguiseCraft developers, if they can control it. Concerning /near and maybe /list that is an issue of the plugins that you are using for those commands. My own server core plugin does remove vanished players from the player list. I could a /vanlist command that you can map /list to by configuraiton which then will respect who can see whom. |
You can check at https://github.com/asofold/SimplyVanish/downloads I added a dev version which adds a /vanpeek command (you can add a shorter alias in the configuration). You can use /vanpeek to see the inventory, you can disable the "seemingly real" inventory opening in the configuration in the section "inventories:" [subject to change]. You can not modify the inventory though it seems like it. If disabled in the configuration or if the players dont have the permission, it will show the contents in chat (also for chests) sorted by item name. Permissions: If you trust your mods very much (also to manipulate inventories) then use OpenInv for that! I will integrate into SimplyVanish to automatically set the silent and blocked chest features if permissions are there, later. |
Is there a way that will allow vanished players to pass through/open doors and chests that won't show what they are really doing? When follow griefers, they often close the doors behind them, forcing vanished staff to reopen them. The player can then see that the door open and closed again but nobody passed through. And while small servers who frequently lag can pass it off as lag, larger servers cannot. The same happens for chests.
Can this be changed, or is it one of Minecrafts issues?
The text was updated successfully, but these errors were encountered: