# NeoEssentials Placeholder Quick Reference
# Condensed list for quick lookup
# For full documentation, see: placeholders.txt

================================================================================
                    QUICK PLACEHOLDER REFERENCE
================================================================================

PLAYER INFO:
  {neoessentials_name}              - Player username
  {neoessentials_displayname}       - Display name
  {neoessentials_uuid}              - Player UUID

PERMISSIONS:
  {neoessentials_prefix}            - Player prefix (auto-detects LuckPerms/FTB/Internal)
  {neoessentials_suffix}            - Player suffix
  {neoessentials_group}             - Player group

LUCKPERMS (requires LuckPerms mod):
  {luckperms_prefix}                - Prefix from LuckPerms
  {luckperms_suffix}                - Suffix from LuckPerms
  {luckperms_group}                 - Primary group from LuckPerms
  {luckperms_displayname}           - Full formatted name

PLAYER STATUS:
  {neoessentials_health}            - Current health
  {neoessentials_food}              - Food level
  {neoessentials_level}             - XP level
  {neoessentials_gamemode}          - Game mode

LOCATION:
  {neoessentials_world}             - Current world
  {neoessentials_x}                 - X coordinate
  {neoessentials_y}                 - Y coordinate
  {neoessentials_z}                 - Z coordinate
  {neoessentials_biome}             - Current biome

ECONOMY:
  {neoessentials_balance}           - Balance
  {neoessentials_balance_formatted} - Formatted balance

AFK:
  {neoessentials_afk}               - AFK indicator
  {neoessentials_afk_time}          - Time AFK
  {neoessentials_afk_reason}        - AFK reason

SERVER:
  {neoessentials_server_name}       - Server name
  {neoessentials_online_players}    - Players online
  {neoessentials_max_players}       - Max players
  {neoessentials_time}              - Current time
  {neoessentials_date}              - Current date

================================================================================
                        COMMON EXAMPLES
================================================================================

Simple:
  {neoessentials_prefix}{neoessentials_name}: {MESSAGE}

With LuckPerms:
  {luckperms_prefix}{neoessentials_name}{luckperms_suffix}: {MESSAGE}

With Location:
  {neoessentials_prefix}{neoessentials_name} [{neoessentials_world}]: {MESSAGE}

With AFK:
  {neoessentials_prefix}{neoessentials_name}{neoessentials_afk}: {MESSAGE}

================================================================================

For complete documentation, examples, and troubleshooting:
  See: placeholders.txt

Last Updated: January 6, 2026

