Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #This is the file for changing everything that you see in the ingame gui,
- #except for the ArrayList and the client name.
- #If you start a line with a # it will be ignored as a comment.
- #If you want to add special things, like the players name, or current position
- #just type out the words that are listed down below, do note that they are case sensitive.
- #{POS-X} | {POS-Y} | {POS-Z} | {FPS} | {ITEM} | {USERNAME} | {BIOME}
- #{HEALTH} | {ARMOUR} | {HUNGER} | {LEVEL} | {TIME} | {LIGHT}
- #And if you want special colours, just use the normal Minecraft colour codes, but instead of using the § character
- #just put & infront of it.
- #Link to the colour codes: http://www.minecraftwiki.net/wiki/Formatting_codes
- #Example:
- #Name: &e{USERNAME}
- #Health: &c{HEALTH}
- #Level: &2{LEVEL}
- &fX: {POS-X}
- &fY: {POS-Y}
- &fZ: {POS-Z}
- &fFPS: {FPS}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement