Advertisement
Guest User

Untitled

a guest
Sep 25th, 2023
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # Options for when a player is in vanish mode
  2. player-vanished:
  3. cancel-default-message-join: true
  4. cancel-default-message-leave: true
  5. prevent-pickupitems: false
  6. looks-himself-invisible: false
  7.  
  8. # Remaining with vanish when exiting and
  9. # entering the server
  10. keep-vanish-leave: false
  11.  
  12. # Action bar active during vanish
  13. active-action-bar-in-vanish: true
  14.  
  15. # The vanishes will be present for operators
  16. vanished-of-operators: false
  17.  
  18. messages:
  19. reload-config: "&8[&bLiteVanish&8] &3Reload config"
  20. no-has-permission: "&8[&bLiteVanish&8] &4You not have permission"
  21. action-bar-active-vanish: "&8[&bLiteVanish&8] &3¡You are currently in vanish mode!"
  22. enabled-vanish: "&8[&bLiteVanish&8] &aYou are now in vanish"
  23. disabled-vanish: "&8[&bLiteVanish&8] &cYou have disabled vanish"
  24. already-in-vanish: "&8[&bLiteVanish&8] &aYou are already in vanish"
  25. no-in-vanish: "&8[&bLiteVanish&8] &cYou are not in vanish"
  26. enabled-other-vanish: "&8[&bLiteVanish&8] &aVanish mode active for &e%player%"
  27. disabled-other-vanish: "&8[&bLiteVanish&8] &cDisabled vanish mode for &e%player%"
  28. offline-other-vanish: "&8[&bLiteVanish&8] &cError, player is offline"
  29. list-players-vanishes: "&8[&bLiteVanish&8] &3List vanishes: &e%list%"
  30. placeholder-yes-vanished: "&aYes"
  31. placeholder-no-vanished: "&cNo"
  32. help-commands:
  33. - "&bLiteVanish commands"
  34. - "&b» /litevanish help &7- Open this help list"
  35. - "&b» /litevanish [on/off] &7- Toggle vanish mode"
  36. - "&b» /litevanish [on/off] <player> &7- Vanish another player"
  37. - "&b» /litevanish list &7- List of players in vanish"
  38. - "&b» /litevanish reload &7- Reload configuration"
  39. - ""
  40.  
  41. # Do not modify
  42. version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement