5_constructs.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. [
  2. {
  3. "color": "BRO ON BLA",
  4. "name": "chest-private",
  5. "symbol": "c"
  6. },
  7. {
  8. "color": "BRI GRE ON BLA",
  9. "name": "chest-public",
  10. "symbol": "c"
  11. },
  12. {
  13. "color": "BRI YEL ON BLA",
  14. "name": "chest-shop",
  15. "symbol": "c"
  16. },
  17. {
  18. "color": "GRE ON BLA",
  19. "name": "chest-town",
  20. "symbol": "c"
  21. },
  22. {
  23. "color": "MAG ON BLA",
  24. "name": "chest-ender",
  25. "symbol": "c"
  26. },
  27. {
  28. "color": "BRO ON BLA",
  29. "name": "chest-dungeon",
  30. "symbol": "c"
  31. },
  32. {
  33. "color": "BRI YEL ON BLA",
  34. "name": "bank",
  35. "symbol": "B"
  36. },
  37. {
  38. "color": "BRI WHI ON BLA",
  39. "name": "eagle-nest-public",
  40. "symbol": "u"
  41. },
  42. {
  43. "color": "BRI BLA ON BLA",
  44. "name": "eagle-nest-empty",
  45. "symbol": "u"
  46. },
  47. {
  48. "color": "WHI ON BLA",
  49. "name": "eagle-nest-private",
  50. "symbol": "u"
  51. },
  52. {
  53. "color": "BRI YEL ON BLA",
  54. "name": "eagle-nest-toll",
  55. "symbol": "u"
  56. },
  57. {
  58. "color": "MAG ON BLA",
  59. "name": "eagle-nest-member",
  60. "symbol": "u"
  61. },
  62. {
  63. "color": "BRI MAG ON BLA",
  64. "name": "mail-box",
  65. "symbol": "%"
  66. },
  67. {
  68. "colors": [
  69. "BRI MAG ON BLA",
  70. "BRI MAG ON BLA"
  71. ],
  72. "name": "mail-box-new",
  73. "symbols": [
  74. "%",
  75. "/"
  76. ],
  77. "update": [
  78. "time 400ms"
  79. ]
  80. }
  81. ]