Skip to content

[IMPORTANT] Scheduler "FirstMonthDay" issue with since v9.8.4.16 #10164

@NoltoxGit

Description

@NoltoxGit

Description of Issue

With this new update, I don’t understand how to run a scheduler that used to run "FirstMonthDay" in a specific Month. Because when I doesn't specifiy a Month under FirstMonthDay, it's work well!

Because now, after restarting the server with a scheduler that used to run at the start of every month, it runs non-stop in a continuous loop.

Version Information

[11:24:41 INFO]: CMI: 9.8.4.16 Velocity CMIB  SqLite-> 9.8.4.15
[11:24:41 INFO]: CMILib: 1.5.8.9 
[11:24:41 INFO]: Server: Paper 1.21.11-R0.1-SNAPSHOT-
[11:24:41 INFO]: CMI economy: Désactivée CMI Chat: Désactivée 
[11:24:41 INFO]: Modules -> 15 enabled 54 disabled: spawnerProximity, customMessages, armorEffects, moneyCheque, elytraBoost, serverLinks, dialogs, bossBarCompass, elevator, chatBubble, votifier, shulkerBackpack, cooldown, headDrop, hat, decoratedpot, vanish, timedCommands, homeInteractions, hpBossBar, launchPad, jail, spawners, dynamicSigns, playerChatTag, flightCharge, deathMessages, teleportWith, disabledEnchants, ranks, sitAnimation, totemBehavior, cuffed, mirror, tablist, versionCheck, anvilRename, portalCreation, cmiPlaytime, rideAnimation, elytraLaunch, anvilColor, playerCombat, spawnerCharge, namePlates, elytraExploit, afk, nightSpeedup, durabilityLoss, worldLimitsElytra, worldLimits, firstJoinMessages, silentChest, warmup

Errors

Relevant Config Sections

REGEN-End-START-TIMER:
  Enabled: true
  FeedBack: true
  Repeat: true
  PerformOn:
  - Month: 4  #It's work
    Day: sunday
    Hour: 18
    Minute: 54
  - FirstMonthDay: sunday #It's not working – it's stuck in an infinite loop
    Month: 4
    Hour: 18
    Minute: 54
  Commands:
  - FirstCommand
  - SecondCommand
  - ...

Relevant Plugins

No response

Agreements

  • My server is supported by CMI.
  • My version of CMI at the time of this report is up to date.
  • I have searched the github and asked around before making this report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug reportReports of bugs/inconsistencies

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions