JSPrismarine / DebugInfo

JSPrismarine plugin for debugging

Home Page:https://prismarine.dev/resources/resource/6/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

Position info

Placeholder

You can insert placerholder for specific values in you hot bar text. Like this:

Config

This is your X coordinate: {{playerX}}

Output

This is your X coordinate: 10

Available Placeholder

Placeholder type description
provider string Provider of your current world (LevelDB, Anvil, etc)
worldName string The world name of the current player
playerX number Player's X coordinate on the world
playerY number Player's Y coordinate on the world
playerZ number Player's Z coordinate on the world
chunkX number Chunk X coordinate of the current player position
chunkY number Chunk Y coordinate of the current player position
chunkZ number Chunk Z coordinate of the current player position

About

JSPrismarine plugin for debugging

https://prismarine.dev/resources/resource/6/


Languages

Language:TypeScript 100.0%