Page 1 of 1

Player Ping Command

Posted: November 3rd, 2019, 3:49 pm
by Mwthorn
Displays a player's current ping. This is mainly just an example on how to make a command with Denizen.
It has the following commands included:
/ping - Check your own ping
/ping (player) - Checks another player's ping

Instructions:

Re: Player Ping Command

Posted: November 4th, 2019, 5:10 am
by mcmonkey
" - if <def[ping]> == null:
# Very rare case, but can happen.
"
When would this ever happen? It shouldn't.
In fact I do believe it is impossible.