The examples below show what you type, what the server does, and what other players see. All coordinate values are illustrative — your actual output depends on where you are standing when you send the message.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/allen-wang-2001/mypos/llms.txt
Use this file to discover all available pages before exploring further.
Example 1: Private coordinate check
Sendmypos as your entire message to get a private readout. No other players see anything in chat.
Example 2: Inline coordinate sharing
Includemypos as part of a longer message. The mod replaces the keyword with your coordinates and broadcasts the result to everyone.
Example 3: Multiple substitutions in one message
Every occurrence ofmypos in the message is replaced. If you mention it twice, both are substituted with the same coordinates.
Frequently asked questions
Why didn't my coordinates show?
Why didn't my coordinates show?
The mod only activates when your message contains the exact string
mypos (case-sensitive, no spaces). If you typed MyPos, my pos, or MYPOS, the message passes through as normal chat with no substitution.Why can everyone see my coordinates?
Why can everyone see my coordinates?
If your message contains
mypos alongside other text, the mod uses inline substitution mode, which always broadcasts to all players. This is intentional — inline use is for sharing your location publicly. If you want only yourself to see the coordinates, send mypos as the entire message with nothing else.What if I only want private coordinates?
What if I only want private coordinates?
Send
mypos as your complete message — no other words, punctuation, or spaces. The mod detects this as an exact match and sends the coordinates back to you as a private system message that no other player can see.Are coordinates shown as decimals?
Are coordinates shown as decimals?
No. Coordinates are rounded to the nearest whole number and displayed without decimal places. For example, if you are at X=128.7, Y=-64.2, Z=256.9, you will see
[128,-64,256]. This keeps the output concise and aligns with how Minecraft displays block positions.