Guest User

InfinityGUI - config.yml

a guest
Sep 28th, 2022
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.64 KB | None | 0 0
  1. #     Product Information     #
  2. #-----------------------------#
  3. #      Author: PhapPurple     #
  4. #        Version: v1.3        #
  5. #    Support: 1.8 -> 1.19.2   #
  6. #                             #
  7. #  SẢN PHẨM CỦA DI HOA STORE  #
  8. #-----------------------------#
  9.  
  10. # Our Website: www.dihoastore.com
  11. # Fanpage: www.facebook.com/dihoastore/
  12.  
  13. # Key License / Hướng dẫn cài: https://bit.ly/3gJtsbp
  14. license: "XXXX-XXXX-XXXX-XXXX"
  15.  
  16. # Tên hiển thị của GUI khi mở /kho
  17. GuiName: "&0&lInfinityGUI | Kho Khoáng Sản"
  18.  
  19. # Slot chứa mặc định của Kho đối với mỗi người chơi
  20. MaxAmount: 100000
  21.  
  22. # Định dạng chat để hủy thao tác hoặc nhập dữ liệu
  23. ChatCancel: "huy"
  24. ChatAll: "all"
  25.  
  26. # Hiển thị Title trên màn hình chủ Kho khi đào block vào Kho chứa
  27. SendTitle: true
  28. # Hiển thị số lượng tối đa theo kiểu của InfinityTextTitle
  29. InfinityTextTitle: "Unlimited"
  30.  
  31. # Enchant dành cho cúp để tạo hiệu ứng nổ khi đào
  32. Level-Explosive:
  33.   Level1:
  34.     Lore: "&a• &eĐào nổ 3x3&8: &c&lI"
  35.     Level: 1
  36.   Level2:
  37.     Lore: "&a• &eĐào nổ 5x5&8: &c&lII"
  38.     Level: 2
  39.   Level3:
  40.     Lore: "&a• &eĐào nổ 7x7&8: &c&lIII"
  41.     Level: 3
  42.  
  43. # Các khối sẽ bị nổ khi dùng cúp được Enchant Explosive
  44. BlockExplosive:
  45.   - "Cobblestone"
  46.   - "Stone"
  47.   - "Coal_Ore"
  48.   - "Gold_Ore"
  49.   - "Iron_Ore"
  50.   - "Lapis_Ore"
  51.   - "Diamond_Ore"
  52.   - "Emerald_Ore"
  53.   - "Redstone_Ore"
  54.   - "Quartz_Ore"
  55.   - "Coal_Block"
  56.   - "Gold_Block"
  57.   - "Iron_Block"
  58.   - "Lapis_Block"
  59.   - "Diamond_Block"
  60.   - "Emerald_Block"
  61.   - "Redstone_Block"
Add Comment
Please, Sign In to add comment