-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Hello! I have a plugin on the server that interacts with your plugin's API, it shows what day, month and year it is in minecraft when the player enters the /date command. (The plugin is configured that in 1 year - 169 days of 12 months, each month has 14 days. All days are minecraft days.)
For example: [Time] It's Outside Day 4 Seventh Month 519 Year!
So, the plugin counts the day using "BecomeDayEvent", but I noticed that when there are no players on the server at all, the days go by too fast (somewhere in a minecraft day in 4 real minutes), here is an excerpt from the console:

(here is the transcript in English):
[18:32:59] [Server thread/INFO]: [Time] It's outside now 12 Day Fourth month 519 year!
[18:36:09] [Server thread/INFO]: [CustomCrafting] Saving Cauldrons
[18:36:50] [Server thread/INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:37:42] [Server thread/INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:37:44] [Server thread/INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:37:46] [Server thread/INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:37:46] [Server thread/INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:37:47] [Server thread / INFO]: [Time] Now in the yard 13 Day Fourth month 519 year!
[18:37:47] [Server thread / INFO]: [Time] Now in the yard 13 Day Fourth month 519 year!
[18:38:35] [Server thread / INFO]: [Time] Now in the yard 13 Day Fourth month 519 year!
[18:40:00] [Server thread/INFO]: [Time] Outside now 13 Day Fourth month 519 year!
[18:40:16] [Server thread / INFO]: [Time] It's outside now 13 Day Fourth month 519 year!
[18:41:00] [Server thread/INFO]: [Time] Outside now 14 Day Fourth month 519 year!
Why do the days in the game go faster when there are no players on the server and how to turn it off?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working