VZone Plugins/VGraves/Configurations/config.yml

Important Sections

  • settings contains lifetime, cleanup, max saves, time zone, and admin self-claim behavior.
  • debug controls extra save/load and GUI logs.
  • limitation defines maximum paid and ticket reclaim usage.
  • pricing contains currency commands, verification, fixed pricing, and calculated pricing.
  • menus maps the player and admin GUI file paths.
  • grave-permissions and exception-items define save exclusions.
  • ticket-item controls physical ticket appearance.
  • messages.lang_file selects the active language file.

Representative Excerpt

settings:
  expire_hours: 24
  max_saves: 5
  cleanup_on_start: true
  expired_grave_action: DELETE
  admin_self_claim_consumes_grave: false

limitation:
  maximum_buy_usage: -1
  maximum_ticket_usage: -1

pricing:
  currency:
    take-command: "customcurrency take %player% %amount%"
    give-command: "customcurrency give %player% %amount%"
    placeholder: "%custom_currency%"
    verify_balance_change: true