Advertisement
Guest User

colors.yml MTP 1.8.1-MOON

a guest
Dec 25th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. # -------------------------------- #
  2. #
  3. # ~ COLORS ~
  4. # By @DeivydSao
  5. #
  6. # All this will take effect only after the server is restarted.
  7. #
  8. # If the server version is greater than or equal to 1.16, you can use hex colors by adding the option
  9. # (By default the option is already added if the plugin has been loaded in version >=1.16)
  10. # colors:
  11. # black:
  12. # color-format: 'Black'
  13. # color: '&8'
  14. # data-wool: 1
  15. # hex: '#000000'
  16. #
  17. # If you want to use the color type of HEADS, you must have an option
  18. # called 'head-url', this you can add, or when you have the option in
  19. # menus.yml in 'color-type: 3' will generate all the options in each
  20. # color when you restart the server. (You can search for head url at https://minecraft-heads.com/)
  21. # colors:
  22. # black:
  23. # color-format: 'Black'
  24. # color: '&8'
  25. # data-wool: 1
  26. # hed-url: 'http://textures.minecraft.net/texture/9d4f187f41cae641558f8787bf1e7be72a6d72911b21c97d916f0a7faaf28f7'
  27. # -------------------------------- #
  28.  
  29.  
  30. colors:
  31. black:
  32. head-url: http://textures.minecraft.net/texture/9d4f187f41cae641558f8787bf1e7be72a6d72911b21c97d916f0a7faaf28f7
  33. color-format: Black
  34. color: '&8'
  35. data-wool: 15
  36. hex: '#2A2A2A'
  37. green:
  38. head-url: http://textures.minecraft.net/texture/ebc37c9b37f4df36e4e50435fd41ecd6a7a711d11b91a6e507d285e8e85bd
  39. color-format: Green
  40. color: '&2'
  41. data-wool: 13
  42. hex: '#009D14'
  43. cyan:
  44. head-url: http://textures.minecraft.net/texture/9dab10a2f4f3702213a64cf941ed1f743b43135abc38ee11949d7272f36489
  45. color-format: Cyan
  46. color: '&3'
  47. data-wool: 9
  48. hex: '#009999'
  49. red:
  50. head-url: http://textures.minecraft.net/texture/3c4d7a3bc3de833d3032e85a0bf6f2bef7687862b3c6bc40ce731064f615dd9d
  51. color-format: Red
  52. color: '&c'
  53. data-wool: 14
  54. hex: '#FF4343'
  55. purple:
  56. head-url: http://textures.minecraft.net/texture/6f67891591a88b9d3995047bf9403df24d609cd696bbf97cd31f787eb4b
  57. color-format: Purple
  58. color: '&5'
  59. data-wool: 10
  60. hex: '#6E00FF'
  61. orange:
  62. head-url: http://textures.minecraft.net/texture/a9db1760dab1ed801a594a63cdc4a2e3b3e1d12e8056a702044774a52b1d18
  63. color-format: Orange
  64. color: '&6'
  65. data-wool: 1
  66. hex: '#FF9D00'
  67. gray:
  68. head-url: http://textures.minecraft.net/texture/81fb8ce6408a5851384e1c2ef753851eac18ba4018266cdd669dc944873d42
  69. color-format: Gray
  70. color: '&7'
  71. data-wool: 8
  72. hex: '#979797'
  73. dark-gray:
  74. head-url: http://textures.minecraft.net/texture/6e5286c470f66ffa1a18331cbffb9a3c2a4424a8c7259c4436fd2e35582a522
  75. color-format: Dark Gray
  76. color: '&8'
  77. data-wool: 7
  78. hex: '#5E5E5E'
  79. blue:
  80. head-url: http://textures.minecraft.net/texture/87572b5afe38fa8b051e90bdbf461b4737abe4550a35c82fc2dca6d75583a
  81. color-format: Blue
  82. color: '&9'
  83. data-wool: 11
  84. hex: '#006AFF'
  85. lime:
  86. head-url: http://textures.minecraft.net/texture/3296d3e1493fa32d827a3635a683e5bded64914d75e73aacdccba46d8fd90
  87. color-format: Lime
  88. color: '&a'
  89. data-wool: 5
  90. hex: '#1DFF00'
  91. light-blue:
  92. head-url: http://textures.minecraft.net/texture/fe21c9372ebb9e236f6d90c4afcd47b85a3fe55b53afd49224be9c8635b67e6
  93. color-format: Light Blue
  94. color: '&b'
  95. data-wool: 3
  96. hex: '#00FFF7'
  97. pink:
  98. head-url: http://textures.minecraft.net/texture/329b337f56b9aa6077c6845eb3899496dcc3efbb1241a71e268fe1a169bd5a
  99. color-format: Pink
  100. color: '&d'
  101. data-wool: 6
  102. hex: '#E500FF'
  103. yellow:
  104. head-url: http://textures.minecraft.net/texture/ab2cdf481747f11993647937e9c489d8bebcaf5f2d886fd98c2032844d1
  105. color-format: Yellow
  106. color: '&e'
  107. data-wool: 4
  108. hex: '#FFFE00'
  109. white:
  110. head-url: http://textures.minecraft.net/texture/97c2144fdcb55c3fc1bf1de51cabdf52c3883bcb578923226beb0d85cb2d980
  111. color-format: White
  112. color: '&f'
  113. data-wool: 0
  114. hex: '#FFFFFF'
  115. brown:
  116. head-url: http://textures.minecraft.net/texture/37cec86f55422e6ccf9836aba09591cf5841e379a9a4394830f180957edc4395
  117. color-format: Brown
  118. color: '&8'
  119. data-wool: 12
  120. hex: '#876247'
  121. dark-red:
  122. head-url: http://textures.minecraft.net/texture/3cc470ae2631efdfaf967b369413bc2451cd7a39465da7836a6c7a14e877
  123. color-format: Dark Red
  124. color: '&4'
  125. data-wool: 14
  126. hex: '#800000'
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement