ArVdC / TimeManager

Bukkit plugin for time management and display
https://dev.bukkit.org/projects/mc-timemanager/files
Eclipse Public License 1.0
7 stars 3 forks source link

days don't go on #15

Closed FedericoLupoli closed 2 years ago

FedericoLupoli commented 2 years ago

when the time reaches that to trigger the new day, the day remains the same

ArVdC commented 2 years ago

Hi, can you give me some more informations ? (your server version, Timemanager config file content, ...)

FedericoLupoli commented 2 years ago

initialTick: useMySql: 'false' resetOnStartup: 'false' initialTickNb: 1114416 debugMode: 'false' mySql: dbPrefix: '' username: root password: SIB1RRA2vMIwPyFbCkRu$oRt3 host: localhost port: '3306' ssl: 'false' database: timemanager table: refTick refreshRate: 2 wakeUpTick: 0 newDayAt: 00:00 updateMsgSrc: None placeholders: PlaceholderAPI: 'true' MVdWPlaceholderAPI: 'false' worldsList: world: start: 808 daySpeed: 1.0 nightSpeed: 1.0 sleep: 'false' sync: 'true' world_the_end: start: 0 daySpeed: 1.0 nightSpeed: 1.0 sleep: 'true' sync: 'false' version: 1.6.1

Server version: 1.16.5

ArVdC commented 2 years ago

By saying "the day remains the same", what exactly do you mean ? Which placeholder are you using ? _{tmcurrentday}, _{tmelapseddays}, ... Are you using the /now command or a scoreboard plugin or something ?

FedericoLupoli commented 2 years ago

fixed