You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #10447 on April 28, 2024 17:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem?
Yes. Currently there's no method in API to get NMS
tickTimes10s
andtickTimes60s
Server#getTickTimes
returns onlytickTimes5s
.Describe the solution you'd like.
Deprecate
Server#getTickTimes()
and instead add methods likegetTickTimes5s()
,getTickTimes10s()
andgetTickTimes60s()
.Describe alternatives you've considered.
Add
Server#getMSPT()
(just copy the logic frommspt
command and return samedouble
array).Other
Currently I'm getting these values using Reflection API, and it's very inconvenient...
Beta Was this translation helpful? Give feedback.
All reactions