Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Variables

HimbeersaftLP edited this page Mar 4, 2017 · 1 revision

Variables:

  • {player} - Will be replaced with the name of the player
  • {level} - Will be replaced with the name of the level/world the player is in
  • {x} - Will be replaced with the player's x coordinate
  • {y} - Will be replaced with the player's y coordinate
  • {z} - Will be replaced with the player's z coordinate

Examples:

  • tell {player} Your x: {x}, Your y: {y}, Your z: {z}, Your level: {level}
  • give {player} diamond 10
  • ...
Clone this wiki locally