Player Ping Command

Mwthorn

Helper
Staff member
Helper
Aug 6, 2016
46
0
6
28
Roskilde, Sjælland, Denmark
ggpvp.dk
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:
  • Download the script here: https://one.denizenscript.com/haste/59569
  • Place the script in your script folder.
  • Restart server or reload scripts
  • Done! Now you can use /ping (player)
 

mcmonkey

Administrator
Staff member
Helper
" - 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.