Halos Development
  • 👋Welcome to Halos Development
  • Overview
    • 💡About Us
  • Halos Player Spoofer
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 📄config.yml
      • messages.yml
      • Modules
        • 🧑Fluctuation Module
        • 🍘Cracked Module
        • 🙀Command Module
        • 💸Donations Module
        • 🧑‍🤝‍🧑Location Module
        • 💯Pickup Module
        • 🏓Ping Module
        • 🥛Ranks Module
        • 🗒️Vote Module
        • 🙉Welcome Module
    • 🛠️API
  • Halos Staff
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🏴󠁧󠁢󠁳󠁣󠁴󠁿messages.yml
  • Halos Bounty Hunter
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🪁custom-items.yml
      • 👽messages.yml
      • 🎹sounds.yml
      • Guis
        • 🍍bounties-gui.yml
        • 🍍bounty-shop.yml
        • 🍍bounty-top-gui.yml
        • 🍍hunter-top-gui.yml
        • 🍍wanted-top-gui.yml
  • Halos Boosters
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • 🥇Placeholders
    • 🥾Boosters
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 👽messages.yml
      • Boosters
        • 🍍example.yml
  • Halos Economy
    • 👨‍💻First Install
    • 📎Commands/Permsissions
    • 🥇Placeholders
    • Files
      • 🛑license.yml
      • 📃config.yml
      • 🤑economies.yml
      • 📄menus.yml
      • Shops
        • 🍍example.yml
  • Halos Giveaways
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🚨license.yml
      • 📇config.yml
      • 🎁giveaways.yml
      • 📄menus.yml
      • 👽messages.yml
Powered by GitBook
On this page
  1. Halos Player Spoofer
  2. Files
  3. Modules

Fluctuation Module

Here you will be able to control the main fake players leaving and joining settings.

# Welcome to the Flucuation Module. This is the main module you will be using to customize player join and leave behavior.
# This is the most complex part of the plugin if you have any questions feel free to reach out.
enabled: true
time-zone: Europe/Berlin
provider:
  # Available types: NAMEMC, LOCAL
  type: NAMEMC
  # This URL is ONLY relevant if your using namemc account generator.
  url: https://api.namemc.com/server/mc.hypixel.net/likes
min-delay: 5
max-delay: 30
max-fake: 50
# Define how many real players need to be online before fluctuation will start.
# If set to -1 it will always run.
min-real-players: -1
# Customize LifeSpan.
# How long a fake player will stay on the server before leaving.
# Numbers are in mins here.
min-lifespan: 5
max-lifespan: 10
options:
  min-multiplier: 0.5
  max-multiplier: 1.5
  min-fixed: 0
  max-fixed: 5
# Time Flucation Below.
# Will override the default flucation above on that date.
# If no date is set it will utilize the one above.

days:
  monday:
    options:
      min-multiplier: 0.5
      max-multiplier: 1.5
      min-fixed: 0
      max-fixed: 5
    hours:
      18:
        min-multiplier: 0.5
        max-multiplier: 1.5
        min-fixed: 0
        max-fixed: 5
  sunday:
    options:
      min-multiplier: 0.5
      max-multiplier: 2.0
      min-fixed: 1
      max-fixed: 8
    hours:
      19:
        min-multiplier: 0.3
        max-multiplier: 1.2
        min-fixed: 1
        max-fixed: 8
      18:
        min-multiplier: 0.5
        max-multiplier: 1.5
        min-fixed: 0
        max-fixed: 5
      20:
        min-multiplier: 0.6
        max-multiplier: 1.4
        min-fixed: 4
        max-fixed: 9
PreviousModulesNextCracked Module

Last updated 11 months ago

🧑