CVanish
CVanish - simple vanish plugin
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CVanish

Default Config.yml file
```
┏━━━┓┏━━━┓┏━━┓━┏┓━━━━━━━━━┏┓
┃┏━┓┃┃┏━┓┃┃┏┓┃━┃┃━━━━━━━━━┃┃
┗┛┏┛┃┃┃━┃┃┃┗┛┗┓┃┃━┏━━┓┏━━┓┃┃┏┓
┏┓┗┓┃┃┃━┃┃┃┏━┓┃┃┃━┃┏┓┃┃┏━┛┃┗┛┛
┃┗━┛┃┃┗━┛┃┃┗━┛┃┃┗┓┃┗┛┃┃┗━┓┃┏┓┓
┗━━━┛┗━━━┛┗━━━┛┗━┛┗━━┛┗━━┛┗┛┗┛
config.yml
Plugin version
Don't change this
plugin-version: 1.0.0 prefix: "&7[&cCVanish&7]&r"
All messages
Don't change messages on config.yml open messages.yml and change
messages automatically reloaded if you change on messages.yml
messages: vanish_enabled: "&aYou are now vanished!" vanish_disabled: "&cYou are no longer vanished!" join_vanish: "&eYou have joined vanished." leave_vanish: "&e{player} has left vanished."
Do you want to use auto vanish for staff's ?
this option work for 'cvanish.staff' permission !
vanish-staff-onjoin: false
Player data
players: ```
Default Messages.yml file
```
Change messages if you don't like this.
Gradient message work on 1.16+ server version.
If you like use gradient use this example placeholder: %gradient:#hexcode1#hexcode2% My Text %gradient%
join_vanish: '&aYou have joined the server in vanish mode.' leave_vanish: '&a{player} has left the server while vanished.' vanish_enabled: '&aYou are now vanished.' vanish_disabled: '&cYou are no longer vanished.' plugin_reloaded: '&aPlugin Successfully reloaded!' ```