
AnimVanish - 1.21 1.1.1
Plugin that provides large library of pre-made effects to your vanish
GO DOWNLOAD IT FOR FREE AND LATEST VERSIONS AT GITHUB (FREE)
Remember to go check SuperVanish and PremiumVanish!
Our plugin makes your vanishing look great with a large library of pre-made effects on your vanish.
Effects:
- Herobrine effect (Lightning strike and night)
- Particle effect
- TNT effect
- NPC effect (requires Citizens)
- Zombie effect
- Blindness effect
- Sound effect
- Turn effect
- Firework effect
- Blood effect
- And a lot to come!
config.yml
# Configuration file of AnimVanish #
# -------------------------------- #
# ---- EFFECTS ---- #
effects:
herobrine:
# Will the time set to night with the effect? Default: True
night: true
particle:
# What particle will be used when using particle as the effect. Default: DRAGON_BREATH
# You can find types here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html#enum-constant-summary
type: DRAGON_BREATH
# How many particles will be spawned. Default: 50
amount: 50
sound:
# What sound the player will hear. Default: BLOCK_AMETHYST_BLOCK_HIT
# You can find types here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html#enum-constant-summary
type: BLOCK_AMETHYST_BLOCK_HIT
messages.yml
# Configuration file of AnimVanish #
# -------------------------------- #
# Remember to add a space after prefix
# ---- GENERAL ---- #
prefix: '[<color:#AFEEEE>AnimVanish</color>] '
# ---- COMMANDS ---- #
invalid_args: '<red>Invalid arguments.</red>'
not_player: '<red>You must be a player.</red>'
reload: '<color:#b0ff5c>Reloaded configs</color>'
player_not_found: '<red>Player not found.</red>'
no_permissions: "<red>You don't have permissions to do this command.</red> <green>(<permission>)</green>"
invis:
only_to_vanish: '<red>This effect only applies when going into vanish.</red>'
not_found: '<red>Effect was not found.</red>'
particle:
invalid_config: '<red>Invalid particle configuration. Ask an administrator to check config file.</red>'
invalid_particle: "<red>That particle doesn't exist or it isn't supported.</red>"
blindness:
message: '<yellow>You saw something and you now feel dizzy</yellow>'
author: '<green>You blinded all the players around you.</green>'
sound:
invalid_config: '<red>Invalid sound configuration. Ask an administrator to check config file.</red>'
invalid_sound: "<red>That sound doesn't exist or it isn't supported.</red>"
turn:
none: '<color:#ff926e>Nobody was turned, because there is nobody close to you.</color>'
gui:
# In these first two you can use <player>
title: '<color:#e26eff>Select an effect</color>'
placeholder_name: '<gray>Select an effect</gray>'
# In this one you can use <item>
item_name: '<green><item></green>'
# In this last one you can use <lore>
item_lore: '<blue><lore></blue>'
animvanish:
help:
no_permission: "<red>You don't have permission to use this command.</red> <green>(animvanish.help)</green>"
reload:
no_permission: "<red>You don't have permission to use this command.</red> <green>(animvanish.reload)</green>"
dependency:
no_citizens: '<red>You must have Citizens installed to use this effect.</red>'
no_vanish: '<red>You must have SuperVanish or PremiumVanish installed to use this command.</red>'
animvanish.* - All permissions in one
animvanish.invis - This permission allows vanishing with effects
animvanish.invis.other - This permission allows vanishing other players
animvanish.invis.[effect] - This permissions allows vanishing with a specific effect
animvanish.reload - This permission can reload the plugin
animvanish.help - This permissions can see help for the plugin