-
-
Couldn't load subscription status.
- Fork 1.2k
Starscript
seasnail8169 edited this page Aug 5, 2021
·
10 revisions
Starscript is the formatting language currently used in Discord Presence.
Full syntax can be found here.
A list of standard variables can be found here.
-
version: Meteor version. -
mc_version: Minecraft version. -
fps: Current FPS.
-
player: Username. -
player.health: Player's health. -
player.hunger: Player's hunger. -
player.speed: Speed in blocks per second. -
player.pos: Player's position formatted asX: 0 Y: 0 Z: 0. -
player.pos.x: Player's X position. -
player.pos.y: Player's Y position. -
player.pos.z: Player's Z position. -
player.yaw: Player's yaw rotation. -
player.pitch: Player's pitch rotation. -
player.hand: The name of the player’s main held item. -
player.offhand: The name of the player’s offhand held item.
-
server: Server name. -
server.tps: Server's TPS. -
server.time: Server's time formatted as16:00. -
server.difficulty: Server's difficulty. -
server.player_count: Server's player count.