VGRAVES GUIS
Overview
VGraves uses separate player and admin GUI files. Static GUI definitions are combined with live grave data at runtime, so the menus show real stored inventories rather than hardcoded placeholder items.
GUI File Map
Player menus
guis/main.yml opens the player's grave list.
guis/view.yml shows one selected grave in detail.
Admin menus
guis/admin_main.yml lets staff browse another player's graves.
guis/admin_view.yml lets staff restore, delete, or manage one grave.
Runtime behavior
The plugin injects real grave contents, armor, offhand, XP, page values, reclaim price, ticket count, and state helpers into these menus.
Data Binding
{id} = grave id
{created} = creation time
{expires} = expiration time
{xp} = saved XP
{death-location} = death location
{price} = current reclaim price
{currency} = configured currency name
{tickets} = player's ticket amountAdmin menus also add target-related placeholders such as {target}, {target_uuid}, and {viewer}.