Gator-Gator_Bounty icon

Gator Bounty

Bounty System for VRising

Last updated 2 weeks ago
Total downloads 85
Total rating 0 
Categories Server Mods 1.0 Update
Dependency string Gator-Gator_Bounty-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3
deca-VampireCommandFramework-0.9.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.9.0
deca-Bloodstone-0.2.2 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.2.2
deca-Killfeed-0.3.1 icon
deca-Killfeed

PvP Leaderboard and Killfeed Announcements

Preferred version: 0.3.1
Trodi-BloodyCore-1.2.4 icon
Trodi-BloodyCore

Bloody.Core a help library for mod development. It must be installed if any mod uses it.

Preferred version: 1.2.4

README

Gator Bounty - V Rising Bounty System

Features

  • Announce bounties based on killstreaks or player set bounties
  • Bounty Leaderboard
  • Players can use currency to place bounties on others
  • Skull icons on the map for players with high bounties

Commands

  • .gb list
    • Lists all bounties on the server.
  • .gb add <PlayerName> <Amount>
    • Add a bounty of the amount to the player.
  • .gb remove (Admin Only)
    • Removes all icons on the map incase of bugs.

Setttings

[General]

## Announce bounties in chat
# Setting type: Boolean
# Default value: true
AnnounceBounty = true

## Prefab GUID for the currency for bounty system
# Setting type: String
# Default value: 576389135
bountyCurrency = 576389135

## Name of currency for bounty system
# Setting type: String
# Default value: Greater Stygian Shards
bountyCurrencyName = Greater Stygian Shards

## How much each kill is worth towards bounty
# Setting type: String
# Default value: 50
bountyKillValue = 50

## Killstreak size for bounty to start
# Setting type: String
# Default value: 7
bountyAnnounceValueKill = 7

## Killstreak size for bounty map icon to start
# Setting type: String
# Default value: 12
bountyMapValueKill = 12

## Bounty price amount for bounty to start
# Setting type: String
# Default value: 500
bountyAnnounceValueReward = 500

## Bounty price amount for bounty map icon to start
# Setting type: String
# Default value: 1000
bountyMapValueReward = 1000

https://vrisingmods.com/discord

Crimson Sanctuary Duos PvP: https://discord.gg/eTrRngjXVW

Changelog

  • 1.0.0
    • Initial release