Issue
The placeholder %server_tps_1% only shows the tick rate to the nearest whole number, even though the placeholder parses with a zero in the tenths place.
Expected behavior
The placeholder %server_tps_1% should display tick rates to the tenths place, like the tick speeds shown when running the command /tps.
How to re create
- Use the /tick command to set the tick speed to something that isn't a whole number, such as
/tick rate 18.5
- When parsing %server_tps_1%, the output will round to the nearest whole number, and append a zero in the tens place. For example, if the tick speed it 18.5, the output of %server_tps_1% will be
19.0
Issue
The placeholder %server_tps_1% only shows the tick rate to the nearest whole number, even though the placeholder parses with a zero in the tenths place.
Expected behavior
The placeholder %server_tps_1% should display tick rates to the tenths place, like the tick speeds shown when running the command /tps.
How to re create
/tick rate 18.519.0