Advertisement
Guest User

ArmorStatus

a guest
Mar 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # alignMode (java.lang.String:bottomleft) -- Valid alignment strings are topleft, topcenter, topright, middleleft, middlecenter, middleright, bottomleft, bottomcenter, bottomright
  2. # enableItemName (boolean:false) -- Set to true to show item names, false to disable
  3. # showItemOverlay (boolean:true) -- Set to true to show the standard inventory item overlay (damage bar)
  4. # damageColorList (java.lang.String:100,f; 80,7; 60,e; 40,6; 25,c; 10,4) -- This is a list of percent damage thresholds and text color codes that will be used when item damage is <= the threshold. Format used: "," separates the threshold and the color code, ";" separates each pair. Valid color values are 0-9, a-f (color values can be found here: http://www.minecraftwiki.net/wiki/File:Colors.png)
  5. # damageDisplayType (java.lang.String:value) -- Valid damageDisplayType strings are value, percent, or none
  6. # showMaxDamage (boolean:false) -- Set to true to show the max damage when damageDisplayType=value
  7. # showEquippedItem (boolean:true) -- Set to true to show info for your currently equipped item, false to disable
  8. # xOffset (int:2) -- Horizontal offset from the edge of the screen (when using right alignments the x offset is relative to the right edge of the screen)
  9. # yOffset (int:2) -- Vertical offset from the edge of the screen (when using bottom alignments the y offset is relative to the bottom edge of the screen)
  10. # yOffsetBottomCenter (int:41) -- Vertical offset used only for the bottomcenter alignment to avoid the vanilla HUD
  11. # applyXOffsetToCenter (boolean:false) -- Set to true if you want the xOffset value to be applied when using a center alignment
  12. # applyYOffsetToMiddle (boolean:false) -- Set to true if you want the yOffset value to be applied when using a middle alignment
  13. # showInChat (boolean:false) -- Set to true to show info when chat is open, false to disable info when chat is open
  14. #
  15. # **ONLY EDIT WHAT IS BELOW THIS**
  16. #
  17. # Sat Mar 25 16:25:57 BRT 2017
  18. alignMode=topleft
  19. applyXOffsetToCenter=false
  20. applyYOffsetToMiddle=false
  21. checksum=m6uwag
  22. damageColorList=100,a; 80,c; 60,c; 40,4; 25,4; 10,4
  23. damageDisplayType=value
  24. enableItemName=false
  25. showEquippedItem=true
  26. showInChat=false
  27. showItemOverlay=true
  28. showMaxDamage=false
  29. xOffset=2
  30. yOffset=2
  31. yOffsetBottomCenter=41
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement