VZone Plugins/VGraves/GUIs/Overview

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.

Player Menus

  • The list menu is opened by /vgraves and paginates grave entries.
  • The detail menu shows stored items, armor, offhand, XP info, and reclaim actions.
  • Buttons only appear if the matching action item exists in config.

Admin Menus

  • The admin list shows a selected target player's saves.
  • The admin detail menu supports self-claim, restore-to-owner, delete, and back actions.
  • Whether self-claim consumes the grave depends on settings.admin_self_claim_consumes_grave.

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 amount

Admin menus also add target-related placeholders such as {target}, {target_uuid}, and {viewer}.