Easy Vanish
PluginMIT

Easy Vanish

A simple and customizable vanish plugin

89
Downloads
1
Followers
5 months ago
Updated
📦
2
Versions

📖About Easy Vanish

Title

What does the Plugin do?

This plugin gives you an easy to use and still customisable vanish system for your Minecraft Server.

Features

  • Vanished players are remembered (even after server restarts!)
  • Suffix over head of vanished players (toggleable & customisable)
  • Particles when switching to and from vanish (toggleable)
  • See vanished players (If required permissions are met)
  • Toggle vanish for other players (If required permissions are met)
  • All permissions are customisable
  • Item pickup and mobs targeting the vanished players are disabled by default (toggleable)

Media

A vanished player

Vanished player

Permissions and Commands
Commands Description Permissions
/v Vanish yourself Vanish.use
/vanish Vanish yourself Vanish.use
/v (Player) Vanish other players Vanish.others
/vanish (Player) Vanish other players Vanish.others

Passive permissions

Description Permissions
See vanished players Vanish.seeOthers
Config file
Vanish:
  System:
    Prefix: '&eVanish &8>'
  User:
    Suffix: '&8[&eV&8]'
  Settings:
    EnableParticles: true
    EnableItemPickup: false
    EnableMobTarget: false
    EnableSuffix: true
  Permissions:
    Use: Vanish.use
    UseOnOthers: Vanish.others
    SeeVanished: Vanish.seeOthers

Explanation

  • Prefix = The prefix the plugin uses in chat
  • Suffix = The suffix used in the name of vanished players
  • EnableParticles = If particles should be used when switching to an from vanish
  • EnableItemPickup = If players should be able to pick up items when vanished
  • EnableMobTarget = If players should be targetet by mobs when vanished
  • EnableSuffix = If the suffix should be used
  • Use = Permission required for the vanish command
  • UseOnOthers = Permission required for use of the vanish command on other players
  • SeeVanished = Permission required to see other vanished players