Spoof
  • πŸ‘»WWW.SPOOFMC.COM
    • πŸ’ˆGetting Started
    • ❓Frequently Asked Questions
    • βš™οΈModules
      • 🏷️Auction
      • 🎯Bounty
      • πŸ’¬Chat
      • πŸ’°Donation
      • πŸ”€Fluctuation
      • πŸ€–OpenAI
      • πŸ—ΊοΈPathfinding
      • πŸ›οΈPickup
      • πŸ“ΆPing
      • πŸ…Rank
      • πŸ—³οΈVote
    • πŸ–₯️Commands & Placeholders
    • πŸ“ƒDefault Files
Powered by GitBook
On this page

Was this helpful?

  1. WWW.SPOOFMC.COM
  2. Modules

Bounty

Sets bounties on players through spoofed players, either automatically or by manual input. This adds a fun, competitive twist to the game by making players target each other.

Configuration Information

enabled - This determines whether the module is active (true) or inactive (false).

settings - This specifies which economy plugin the bounty module will use. It is set to "Vault", indicating that the module is integrated with the Vault economy system.

amounts - This defines the minimum and maximum economy amounts for bounties placed on players.

bounty-delay - This configures the minimum and maximum delay in seconds between setting bounties.

modules/bounty/config.yml
# PREMIUM MODULE
#
# This module automatically/manually makes spoofed players
# set bounties on other players using one of the following plugins:
#
# β€’ AbyssBounties

enabled: true

settings:
    economy: "Vault"
    
amounts: #Bounty amounts that are being set
    min: 100
    max: 250

bounty-delay: #Delay between bounties
    min: 10
    max: 20
PreviousAuctionNextChat

Was this helpful?

πŸ‘»
βš™οΈ
🎯