I will try to update this plugin.
this is one simple vanish plugin.
I am also developing versions of Velocity and Bungeecord.
Default config.yml :
Code (YAML):
# ┏━━━┓┏━━━┓┏━━┓━┏┓━━━━━━━━━┏┓
# ┃┏━┓┃┃┏━┓┃┃┏┓┃━┃┃━━━━━━━━━┃┃
# ┗┛┏┛┃┃┃━┃┃┃┗┛┗┓┃┃━┏━━┓┏━━┓┃┃┏┓
# ┏┓┗┓┃┃┃━┃┃┃┏━┓┃┃┃━┃┏┓┃┃┏━┛┃┗┛┛
# ┃┗━┛┃┃┗━┛┃┃┗━┛┃┃┗┓┃┗┛┃┃┗━┓┃┏┓┓
# ┗━━━┛┗━━━┛┗━━━┛┗━┛┗━━┛┗━━┛┗┛┗┛
# 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 :
Code (YAML):
# 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!'