Messages

Example messages.yml configuration file

general:
  no-permission: "&#185D47You don't have permission for that."
  player-only: "&#185D47Only players may run this command."
  reload-complete: "&#5FE272Configuration reloaded."
  invalid-usage: "&#185D47Usage: &#7AD8A4{usage}"

vanish:
  already-vanished: "&#185D47{target} is already vanished."
  not-vanished: "&#185D47{target} is not vanished."
  self-enabled: "&#5FE272You're now vanished."
  self-disabled: "&#185D47You're now visible."
  other-enabled: "&#5FE272You vanished &#7AD8A4{target}&#5FE272."
  other-disabled: "&#185D47You revealed &#7AD8A4{target}&#185D47."
  notify-enabled: "&#7AD8A4{player} &#5FE272entered vanish."
  notify-disabled: "&#7AD8A4{player} &#185D47left vanish."
  cannot-target-self: "&#185D47You can't target yourself here."
  cannot-target-vanished: "&#185D47You cannot interact with vanished players."
  inventory-toggle-on: "&#5FE272Inventory quick-view enabled while vanished."
  inventory-toggle-off: "&#185D47Inventory quick-view disabled while vanished."
  inventory-toggle-status: "&#7AD8A4Quick-view is currently &#5FE272{status}."
  list-header: "&#5FE272Vanished players: &#7AD8A4{count}"
  list-body: "&#7AD8A4{players}"
  list-empty: "&#185D47No players are currently vanished."
  fake-login-sent: "&#5FE272Broadcasted a fake login for &#7AD8A4{player}&#5FE272."
  fake-logout-sent: "&#5FE272Broadcasted a fake logout for &#7AD8A4{player}&#5FE272."
  fake-message-missing: "&#185D47No fake message is configured for that action."

inventory:
  left-click-disabled: "&#185D47Quick-view is disabled. Use /vanish inventorytoggle to enable it."
  viewer-not-vanished: "&#185D47You must be vanished to use quick-view."
  target-offline: "&#185D47{target} isn't online."
  target-vanished: "&#185D47You can't inspect a vanished player."
  no-permission: "&#185D47You can't open other inventories."

placeholders:
  vanished-count-empty: "0"
  vanished-list-empty: "&#7AD8A4None"

gui:
  titles:
    inventory: "&#5FE272Viewing {player}'s Inventory"
    accessories: "&#5FE272Viewing {player}'s Accessories"
  buttons:
    close:
      name: "&#FF0000&lClose"
      lore:
        - "&7Click here to Close this Menu"
    accessories:
      name: "&#00FF00View accessories"
      lore:
        - "&7Click here to view all other Accessories"
        - "&7For this player Like Offhand, Armor, Hotbar"
    inventory:
      name: "&#FF0000View Inventory"
      lore:
        - "&7Click here to view This players inventory"
  info:
    inventory:
      name: "&#5FE272You are viewing {player}'s Inventory"
      lore:
        - "&#7AD8A4This is a display of {player}'s Inventory"
    accessories:
      name: "&#5FE272You are viewing {player}'s Accessories"
      lore:
        - "&#7AD8A4This is a display of {player}'s Accessories"
  labels:
    inventory-footer:
      name: "&#E43A96^ Inventory ^"
      lore:
        - "&#7AD8A4You are viewing Inventory of {player}"
        - "&#7AD8A4This is the Bottom of this players inventory"
    hotbar:
      name: "&#E43A96^ Hotbar ^"
      lore:
        - "&#7AD8A4You are viewing Hotbar of {player}"
        - "&#7AD8A4This is the Players Hotbar slot {slot}"
    armor:
      name: "&#E43A96^ Armor ^"
      lore:
        - "&#7AD8A4You are viewing The Armor of {player}"
        - "&#7AD8A4This is the Players Armor slot {slot}"
    offhand:
      name: "&#E43A96^ Offhand ^"
      lore:
        - "&#7AD8A4You are viewing the Offhand of {player}"
        - "&#7AD8A4This is the Players Offhand"
  slots:
    inventory:
      name: "Inventory Slot {slot}"
      lore:
        - "&#7AD8A4This is used to represent Inventory Slot {slot}"
    hotbar:
      name: "Hotbar Slot {slot}"
      lore:
        - "&#7AD8A4This is used to represent Hotbar Slot {slot}"
    armor:
      name: "Armor Slot {slot}"
      lore:
        - "&#7AD8A4This is used to represent Armor Slot {slot}"
    offhand:
      name: "Offhand Slot"
      lore:
        - "&#7AD8A4This is used to represent Offhand Slot"
    empty:
      lore:
        - "&#FF0000This Slot is Empty"

help:
  header: "&#FFD600&lFX&#FF6F00&lVanish Commands"
  lines:
    - "&#7AD8A4{label} &#5FE272- Toggle vanish on yourself."
    - "&#7AD8A4{label} <player> &#5FE272- Toggle vanish for another player."
    - "&#7AD8A4{label} list &#5FE272- View vanished players."
    - "&#7AD8A4{label} help &#5FE272- Show this help page."
    - "&#7AD8A4{label} login [player] &#5FE272- Broadcast a fake login."
    - "&#7AD8A4{label} logout [player] &#5FE272- Broadcast a fake logout."
    - "&#7AD8A4{label} reload &#5FE272- Reload FXVanish configuration."
    - "&#7AD8A4{label} inventoryview <player> &#5FE272- Inspect someone else's inventory."
    - "&#7AD8A4{label} inventorytoggle &#5FE272- Toggle quick-view while vanished."

The messages.yml file also includes GUI customization to customize the GUI's to your servers theme or liking all messages support Minimessage and &# formatting

Last updated