🧑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

Last updated