-
In Towny API Is there is way to know the upkeepcost charing time? so I can do something with that time. |
Beta Was this translation helpful? Give feedback.
Answered by
LlmDl
Aug 18, 2021
Replies: 1 comment
-
Towny uses the following when TownyMessaging.sendMsg(Translation.of("msg_time_until_a_new_day") + TimeMgmt.formatCountdownTime(TownyTimerHandler.townyTime())); There is also a PreNewDayEvent thrown before the upkeep/newday code is run, and a NewDayEvent when it is done. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LlmDl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Towny uses the following when
/towny time
is used:There is also a PreNewDayEvent thrown before the upkeep/newday code is run, and a NewDayEvent when it is done.