Skip to content

Releases: LeonMangler/SuperVanish

New features and improvements

19 Aug 06:32
Compare
Choose a tag to compare
  • Added PaperSpigot server list ping listener to fix the serverlist features on PaperSpigot servers
  • Vanished players no longer trigger calibrated sculk sensors
  • Fixes for serverlist packet listener
  • New HideAdvancementMessages feature (PaperSpigot only)
  • New NoMobSpawn feature that prevents vanished players from triggering mob spawns e.g. by mob spawners (PaperSpigot only)

New tab complete packet interception feature

29 Aug 22:07
Compare
Choose a tag to compare
  • Added a new ProtocolLib-based tab complete packet interception feature
    • This will prevent Minecraft's built-in commands from leaking who is online
    • ProtocolLib needs to be installed

Bug fixes

03 May 19:52
Compare
Choose a tag to compare

SV should now handle NoSuchMethodErrors in the ActionBarMgr properly provided that you have the correct version of ProtocolLib installed

SIlentOpenChest changes, HEX colors, stability improvements and bug fixes

27 Apr 00:01
Compare
Choose a tag to compare
  • Added HEX colors. Format: #XXXXXX e.g.: '#663EF6This text would be purple!'
  • SilentOpenChest changes and clarifications
    Now requires the permission sv.silentchest
    The error message in chat and in the console regarding a plugin loading another plugin's class should now be gone
    Vanished players will appear as spectators temporarily when they're opening chests silently. This is of course only the case for players who are allowed to see the vanished player. SV is required to switch players to spectator mode for them to open chests silently because of technical limitations. This is not new, it's just more visible now than in previous versions. The method I used back then doesn't work anymore and now causes error messages to appear in chat on many servers. Perhaps this will be fixed by ProtocolLib in the future so I can restore the old functionality without side-effects.
    Because players are being put into spectator mode temporarily it's best to only give the permission sv.silentchest to staff. While there are checks in place to make sure that this temporary spectator mode can't be abused, players will stay in spectator mode if the server has a hard crash while they are looking into the chest (and that can be abused).
  • Many plugin stability improvements
  • Action bars should now work on many more server versions
  • Errors should no longer spam the console; they will only be displayed once
  • Many errors will now contain information on what caused them and how they can be fixed

1.13.1 update

30 Sep 09:31
f329bdd
Compare
Choose a tag to compare
v6.1.0

Bug fixes

24 Jun 12:28
Compare
Choose a tag to compare
v6.0.5

Fix missing versions of previous commit

Bug fixes

23 Dec 13:13
Compare
Choose a tag to compare

Fix MVdWPlaceholderAPI hook breaking PV

Lots of new features and changes

23 Dec 13:16
Compare
Choose a tag to compare

Improve SilentOpenChest feature
Add /sv help for an overview of the commands and permissions
Add useful tab-completion to command
Add MVdWPlaceholderAPI and PlaceholderAPI hooks and placeholder support
Add support for custom SV placeholders in other plugins
Add support for (MVdW)PlaceholderAPI placeholders in SVs config files
Expand SuperVanish's API for developers
Add update checker and notifier (can be disabled)
Use new Spigot 1.12.2's hiding API which is more powerful and should lead to more accurate invisibility
Improve MarkVanishedPlayersAsSpectators feature
Restructure config files and improve placeholder format
Huge code clean-up which should help other developers with contributing

Bug fixes

02 Jul 11:09
Compare
Choose a tag to compare

Restored support for MC 1.8 and lower

Support for Citizens and EnjinMinecraftPlugin

10 Apr 12:10
Compare
Choose a tag to compare

Added Citizens hook, it's untested so please tell me if it works
Added EnjinMinecraftPlugin hook which should hide vanished players on Enjin's website, please tell me if it works
Fixed silent chests feature, it doesn't support double chests yet, though