Bukkit placeholders

<player value=”?”>

Warning

You can only use these placeholders in DYNAMIC animations.

name

Name (IGN) of player.

<player value="name">

displayname

Displayname (set by permission plugin or essentials) of player.

<player value="displayname">

listname

Name of player shown in tab.

<player value="listname">

world

World in which player currently is or is about to respawn in.

<player value="world">

x

X axi of location player has logged off from.

<player value="x">

y

Y axi of location player has logged off from.

<player value="y">

z

Z axi of location player has logged off from.

<player value="z">

yaw

yaw of location player has logged off from.

<player value="yaw">

pitch

pitch of location player has logged off from.

<player value="pitch">

firstplayed

Date when place has logged on to the server for the first time, uses config.yml formatting for style formatting.

<player value="firstplayed">

lastplayed

Date when place has logged on to the server lately, uses config.yml for style formatting.

<player value="lastplayed">

health

Current health of player’s character.

<player value="health">

hunger

Current hunger of player’s character.

<player value="hunger">

totalxp

Total experience amount of player’s character.

<player value="totalxp">

levelxp

Current level experience of player’s character.

<player value="levelxp">

ip

IP address of current connection.

<player value="ip">

gamemode

Current gamemode of player’s character.

<player value="gamemode">

<stats value=”?”>

Warning

You can only use these placeholders in DYNAMIC animations.

If you are interested in using these placeholders take a look at Statistic and simply lowercase them.

Example

<stats value="leave_game">

Gives you number of rage quits.