added sv alias for supervanish
Added the vanish.* permission
vanish.*:
  description: master permission
  children:
    - vanish.use
    - vanish.show
    - vanish.list
    - vanish.supervanish
Added permission registration in plugin.yml
permissions:
  vanish.use:
    description: Allows usage of /vanish
    default: op
  vanish.show:
    description: Allows usage of /vanish-show
    default: op
  vanish.list:
    description: Allows usage of /vanish-list
    default: op
  vanish.supervanish:
    description: Allows usage of /supervanish
    default: op
Update to 1.21.5 Build Stable Beta Now availible for Purpur
Added an autocompleter for --all (/vanish-show argument)
Added a --all case for the argument of the vanish-show command that shows all vanished players
Splitted the code and created a Vanish Manager Class
- The vanish-show command makes vanished players visible again as usual, but you now have to specify the player you want to make visible
- The new vanish-list command generates a list of vanished players
I changed the vanish-show command, now it just displays the names of vanished players and not makes them visible.
Splitted the code into classes
Commands:
- /vanish
- /vanish-show
- /supervanish
Permissions:
vanish.use
vanish.show
vanish.supervanish



