The bounty system settings.

Accessors

  • get enabled(): boolean

    Whether or not the bounty system is enabled.

    Dynamic Property ID: andexdbSettings:bountySystem.enabled

    Returns boolean

    true
    
  • set enabled(enabled: boolean): void

    Parameters

    • enabled: boolean

    Returns void

  • get showLastOnlineTimeInBountyDetailsList(): boolean

    Whether to show the time that a player was last online in the stats list that is shown when a player clicks on the bounty for another player in the bounty list.

    Dynamic Property ID: andexdbSettings:bountySystem.showLastOnlineTimeInPlayerStatsList

    Returns boolean

    false
    
  • set showLastOnlineTimeInBountyDetailsList(show: boolean): void

    Parameters

    • show: boolean

    Returns void