Files

CONFIG

# Options for when a player is in vanish mode
player-vanished:
  cancel-default-message-join-leave: true
  prevent-pickup-items: true
  prevent-drop-items: true
  prevent-hunger: true
  apply-effects:
  - INVISIBILITY:1
# ...

# Remaining with vanish when exiting and entering the server
keep-vanish-leave: true

# Action bar active during vanish
active-action-bar-in-vanish: true

# Players with the specified permission will be able to see the vanished
view-player-vanished-perm:
  permission: litevanish.admin

# Do not modify
version: 3

MESSAGES

messages:
  reload-config: '&8[&bLiteVanish&8] &3Reload config'
  no-has-permission: '&8[&bLiteVanish&8] &4You not have permission'
  action-bar-active-vanish: '&8[&bLiteVanish&8] &3¡You are currently in vanish mode!'
  enabled-vanish: '&8[&bLiteVanish&8] &aYou are now in vanish'
  disabled-vanish: '&8[&bLiteVanish&8] &cYou have disabled vanish'
  already-in-vanish: '&8[&bLiteVanish&8] &aYou are already in vanish'
  no-in-vanish: '&8[&bLiteVanish&8] &cYou are not in vanish'
  other-enabled-vanish: '&8[&bLiteVanish&8] &aVanish mode active for &e%player%'
  other-disabled-vanish: '&8[&bLiteVanish&8] &cDisabled vanish mode for &e%player%'
  other-already-vanish: '&8[&bLiteVanish&8] &e&e%player% &calready in vanish'
  other-not-vanish: '&8[&bLiteVanish&8] &e%player% &cnot in vanish mode'
  offline-other-vanish: '&8[&bLiteVanish&8] &cError, player is offline'
  list-players-vanishes: '&8[&bLiteVanish&8] &3List vanishes: &e%list%'
  placeholder-yes-vanished: '&aYes'
  placeholder-no-vanished: '&cNo'
  cant-drop-items: '&8[&bLiteVanish&8] &cYou cannot drop items while in vanish'
  cant-pickup-items: '&8[&bLiteVanish&8] &cYou cannot pick up items in vanish'
  help-commands:
  - '&bLiteVanish commands'
  - '&b» /litevanish help &7- Open this help list'
  - '&b» /litevanish [on/off] &7- Toggle vanish mode'
  - '&b» /litevanish [on/off] <player> &7- Vanish another player'
  - '&b» /litevanish list &7- List of players in vanish'
  - '&b» /litevanish reload &7- Reload configuration'
  - ''

items.yml for storage

Last updated