Replies: 1 comment
-
|
(waiting for this for more than a year now... if someone have some free time, please take a look at this :c) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Yes. Currently there's no method in API to get NMS
tickTimes10sandtickTimes60sServer#getTickTimesreturns 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 frommsptcommand and return samedoublearray).Other
Currently I'm getting these values using Reflection API, and it's very inconvenient...
Beta Was this translation helpful? Give feedback.
All reactions