Mantic Development
DiscordStore
  • Join our Discord
  • Visit our Store
  • Welcome!
  • 📚ManticLib
  • 🤖Server Bot
    • 📬Setup Guide
    • 🆘Frequently Asked Questions
    • Config Files
      • config.yml
      • custom_responses.yml
      • messages.yml
      • reactionroles.yml
      • ticketsettings.json
      • technical_settings.yml
    • Modules
      • Application Module
      • Music Module
      • AI Module Module
      • MCModule
  • 🌾ManticHoes
    • Permissions
    • Placeholders
    • Config Files
      • config.yml
      • enchants.yml
      • prestige.yml
      • messages.yml
      • harvest-event.yml
      • commands.yml
      • harvester-hoes.yml
      • override-prices.yml
      • Menus
        • main.yml
        • prestige.yml
        • crop-prices.yml
        • token-shop.yml
        • leaderboard.yml
        • upgrades.yml
  • ⚔️ManticSwords
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • mob-swords.yml
      • leaderboard.yml
      • crystal-shop.yml
      • upgrades.yml
      • drops.yml
      • override_prices.yml
      • enchants.json
    • Placeholders
    • Permissions
  • 🎣ManticRods
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • rods.yml
      • leaderboard.yml
      • shard-shop.yml
      • upgrades.yml
      • drops.json
      • enchants.json
    • Permissions
    • Placeholders
  • 🌑ManticDarkzone
    • Config Files
      • config.yml
      • darkzone-mobs.yml
      • commands.yml
      • messages.yml
    • Frequently Asked Questions (FAQ)
  • 🛡️ManticSets
    • Placeholders
    • Permissions
    • Config Files
      • config.yml
      • messages.yml
      • _INFO.txt
      • Pre-Made Sets
        • Damage Set
        • Patching Set
        • XP Booster Set
        • McMMO Booster Set
        • Money Booster Set
        • ShopGUI+ Booster Set
        • Token Booster Set
        • Crystal Booster Set
        • Shard Booster Set
        • Coin Booster Set
        • Regeneration Set
        • Health Boost Set
    • Custom data for armour
  • 💴AfkZone
    • Setup Guide
    • Placeholders
    • Config Files
      • config.yml
      • gem-shop.yml
  • 💴ManticCurrency
    • Frequently Asked Questions (FAQ)
    • Placeholders
    • Config Files
      • config.yml
      • currency-shop.yml
      • leaderboard.yml
  • 🎁Giftcards
    • Config Files
      • config.yml
      • giftcard_items.yml
      • view_menu.yml
  • 🗡️InfiniteKoth
  • 🌊Water Pearls
  • 🤺PvPItems
    • 📖Configurations
    • 🎟️Permissions
  • ⛏️Mining Economy
    • 📑Configuration
    • ⌨️Commands and Usages
    • 🎟️Permissions
    • 📂Placeholders
    • ⚙️API
    • 🍩Free Addons
  • 👿DevilEnchants
    • Config Files
      • config.yml
      • lang.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 🪄VanillaEnchants
    • Config Files
      • config.yml
      • messages.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 💣Throwable Creepers
    • Config Files
      • config.yml
  • 🛄Reclaim
    • config.yml
  • 🤝EULA
Powered by GitBook
On this page
  1. ManticHoes
  2. Config Files

harvest-event.yml

ManticHoes Configuration Files

# Messages for this can be found in messages.yml

enabled: true

# Whether or not the event should run automatically
auto-start: true
# The delay in seconds from the server starting to when the event should start (if autoStart is enabled)
auto-start-delay: 300
# The frequency in seconds that the event should run (if autoStart is enabled)
auto-start-frequency: 3600

# The interval in seconds that the active message should be sent to players. (min 10 seconds)
active-message-interval: 60

# The duration in seconds that the event should run for.
duration: 900

# The amount of places to reward (1st, 2nd, 3rd, 4th, 5th etc).
places: 5

# The amount of crops that must be broken to be eligible for a reward.
required-crops-broken: 1

# Rewards for the event. The number of rewards must match the number of places (above).
rewards:
  '1':
    commands:
    - eco give {player} 1000000
    - tokens give {player} 100000
    messages:
    - '&a&lYou have won the Harvest Event!'
    - '&a&lYou have been given &e&l$1,000,000 &a&land &e&l100,000 &a&lTokens!'
  '2':
    commands:
    - eco give {player} 500000
    - tokens give {player} 50000
    messages:
    - '&a&lYou have won the Harvest Event!'
    - '&a&lYou have been given &e&l$500,000 &a&land &e&l50,000 &a&lTokens!'
  '3':
    commands:
    - eco give {player} 250000
    - tokens give {player} 25000
    messages:
    - '&a&lYou have won the Harvest Event!'
    - '&a&lYou have been given &e&l$250,000 &a&land &e&l25,000 &a&lTokens!'
  '4':
    commands:
    - eco give {player} 100000
    - tokens give {player} 10000
    messages:
    - '&a&lYou have won the Harvest Event!'
    - '&a&lYou have been given &e&l$100,000 &a&land &e&l10,000 &a&lTokens!'
  '5':
    commands:
    - eco give {player} 50000
    - tokens give {player} 5000
    messages:
    - '&a&lYou have won the Harvest Event!'
    - '&a&lYou have been given &e&l$50,000 &a&land &e&l5,000 &a&lTokens!'
Previousmessages.ymlNextcommands.yml

Last updated 1 year ago

🌾