EssentialsX

EssentialsX

2M Downloads

Wrong message when setting time

SebastianDanielFrenz opened this issue ยท 1 comments

commented

Information

Full output of /ess version:
Server Version: 1.15.2-R0.1-SNAPSHOT git-Paper-129 (MC: 1.15.2)
[14:47:58 INFO]: EssentialsX Version: 2.17.2.0
[14:47:58 INFO]: Vault Version: 1.7.2-b107
[14:47:58 INFO]: EssentialsXProtect Version: 2.17.2.0
[14:47:58 INFO]: EssentialsXSpawn Version: 2.17.2.0
[14:47:58 INFO]: EssentialsXChat Version: 2.17.2.0
[14:47:58 INFO]: EssentialsXGeoIP Version: 2.17.2.0
[14:47:58 INFO]: EssentialsXAntiBuild Version: 2.17.2.0
[14:47:58 INFO]: EssentialsXXMPP Version: 2.17.2.0

Die Zeit in world, world_nether, world_the_end wurde auf 12:00 oder 12:00 PM oder 6000ticks gesetzt.

Server log: https://gist.github.com/SebastianDanielFrenz/5a00ddc6120684f035fcee35e59f8777

EssentialsX config: https://gist.github.com/SebastianDanielFrenz/b0d81c24cfe538bef480a56911a1c43d

Details

Description
When running /time set 6000, it says 12:00 PM or 12:00; it should say 12:00 AM. The same thing happens when running /time set 18000 in reverse, as it says 12:00 AM am instead of 12:00 PM.

commented

This is not a bug. 6000 ticks sets the time to noon, which is correctly 12 PM, and correspondingly, 18000 ticks is midnight, which is indeed 12 AM. Please see https://en.wikipedia.org/wiki/12-hour_clock.