Ping (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.2-dev36

Syntax

[the] ping of %players%

Description

Pings of players, as Minecraft server knows them. Note that they will almost certainly be different from the ones you'd get from using ICMP echo requests. This expression is only supported on some server software (PaperSpigot).

Examples

command /ping <player=%player%>:
	trigger:
		send "%arg-1%'s ping is %arg-1's ping%"

View source