Advertisement
kapselpb

tree of downloading directory

Oct 26th, 2020
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. E:.
  2. │ Dedicated_Server.txt
  3. │ eula.txt
  4. │ libCrypto.so
  5. │ permissions.json
  6. │ server.properties
  7. │ valid_known_packs.json
  8. ├───behavior_packs
  9. │ ├───chemistry
  10. │ │ │ balloon.json
  11. │ │ │ ice_bomb.json
  12. │ │ │ manifest.json
  13. │ │ │ pack_icon.png
  14. │ │ │
  15. │ │ ├───entities
  16. │ │ │ balloon.json
  17. │ │ │ ice_bomb.json
  18. │ │ │
  19. │ │ └───texts
  20. │ │ balloon.json
  21. │ │ ice_bomb.json
  22. │ │
  23. │ ├───test_vanilla_1.11
  24. │ │ balloon.json
  25. │ │ ice_bomb.json
  26. │ │
  27. │ ├───test_vanilla_1.12
  28. │ │ balloon.json
  29. │ │ ice_bomb.json
  30. │ │
  31. │ ├───vanilla
  32. │ │ balloon.json
  33. │ │ ice_bomb.json
  34. │ │
  35. │ ├───vanilla_1.14
  36. │ │ balloon.json
  37. │ │ ice_bomb.json
  38. │ │
  39. │ ├───vanilla_1.15
  40. │ │ balloon.json
  41. │ │ ice_bomb.json
  42. │ │
  43. │ ├───vanilla_1.16
  44. │ │ balloon.json
  45. │ │ ice_bomb.json
  46. │ │
  47. │ └───vanilla_experimental
  48. │ balloon.json
  49. │ ice_bomb.json
  50. ├───definitions
  51. │ balloon.json
  52. │ ice_bomb.json
  53. ├───development_behavior_packs
  54. │ balloon.json
  55. │ ice_bomb.json
  56. ├───development_resource_packs
  57. │ balloon.json
  58. │ ice_bomb.json
  59. ├───development_skin_packs
  60. │ balloon.json
  61. │ ice_bomb.json
  62. ├───minecraftpe
  63. │ balloon.json
  64. │ ice_bomb.json
  65. ├───premium_cache
  66. │ balloon.json
  67. │ ice_bomb.json
  68. ├───resource_packs
  69. │ balloon.json
  70. │ ice_bomb.json
  71. ├───structures
  72. │ balloon.json
  73. │ ice_bomb.json
  74. ├───treatments
  75. │ balloon.json
  76. │ ice_bomb.json
  77. ├───worlds
  78. │ balloon.json
  79. │ ice_bomb.json
  80. └───world_templates
  81. balloon.json
  82. ice_bomb.json
  83.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement