🚙
VehiclePlusPlus
  • Welcome
  • Getting Started
    • Quickstart
  • Features
    • Car dealer
      • Configuration
      • Placeholders
    • Keys
      • Configuration
Powered by GitBook
On this page
  1. Features
  2. Keys

Configuration

# When set to true, players who don't have any keys will be given one
ensure_player_has_key_on_login: true
# Co-owners limit per vehicle
# Set to 0 to disable the limit
maximum_co_owners: 0

key_item:
  ==: org.bukkit.inventory.ItemStack
  v: 3953
  type: TRIPWIRE_HOOK
  meta:
    ==: ItemMeta
    meta-type: UNSPECIFIC
    display-name: '"§fKeys"'
    lore:
      - '"§7Right-click to §euse"'
      - '"§7Shift right-click to §emanage co-owners"'

PreviousKeys

Last updated 2 months ago