Advertisement
Guest User

config.yml

a guest
Sep 14th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | Help | 0 0
  1. # Welcome to the config.
  2. # Permissions:
  3. #
  4. # - "chairs.default"
  5. # Allows to sit by right click or use the command "/sit"
  6. #
  7. # - "chairs.admin"
  8. # Allows to reload by "/chairs reload"
  9. Chairs:
  10. # All: true = all stairs.
  11. # All: false = materials.
  12. Stairs:
  13. all: true
  14. Materials:
  15. - OAK_STAIRS
  16. - SPRUCE_STAIRS
  17. - BIRCH_STAIRS
  18. - JUNGLE_STAIRS
  19. - ACACIA_STAIRS
  20. - DARK_OAK_STAIRS
  21. - MANGROVE_STAIRS
  22. - CRIMSON_STAIRS
  23. - WARPED_STAIRS
  24. # All: true = all slabs.
  25. # All: false = materials.
  26. Slabs:
  27. all: false
  28. Materials:
  29. - OAK_SLAB
  30. - SPRUCE_SLAB
  31. - BIRCH_SLAB
  32. - JUNGLE_SLAB
  33. - ACACIA_SLAB
  34. - DARK_OAK_SLAB
  35. - MANGROVE_SLAB
  36. - CRIMSON_SLAB
  37. - WARPED_SLAB
  38. # All: true = all carpets.
  39. # All: false = materials.
  40. Carpets:
  41. all: false
  42. Materials:
  43. - WHITE_CARPET
  44. - ORANGE_CARPET
  45. - MAGENTA_CARPET
  46. - LIGHT_BLUE_CARPET
  47. - YELLOW_CARPET
  48. - LIME_CARPET
  49. - PINK_CARPET
  50. - GRAY_CARPET
  51. - LIGHT_GRAY_CARPET
  52. - CYAN_CARPET
  53. - PURPLE_CARPET
  54. - BLUE_CARPET
  55. - BROWN_CARPET
  56. - GREEN_CARPET
  57. - RED_CARPET
  58. - BLACK_CARPET
  59. # Set false to disable tp back to last standing location.
  60. teleport-back-to-location: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement