Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Welcome to the config.
- # Permissions:
- #
- # - "chairs.default"
- # Allows to sit by right click or use the command "/sit"
- #
- # - "chairs.admin"
- # Allows to reload by "/chairs reload"
- Chairs:
- # All: true = all stairs.
- # All: false = materials.
- Stairs:
- all: true
- Materials:
- - OAK_STAIRS
- - SPRUCE_STAIRS
- - BIRCH_STAIRS
- - JUNGLE_STAIRS
- - ACACIA_STAIRS
- - DARK_OAK_STAIRS
- - MANGROVE_STAIRS
- - CRIMSON_STAIRS
- - WARPED_STAIRS
- # All: true = all slabs.
- # All: false = materials.
- Slabs:
- all: false
- Materials:
- - OAK_SLAB
- - SPRUCE_SLAB
- - BIRCH_SLAB
- - JUNGLE_SLAB
- - ACACIA_SLAB
- - DARK_OAK_SLAB
- - MANGROVE_SLAB
- - CRIMSON_SLAB
- - WARPED_SLAB
- # All: true = all carpets.
- # All: false = materials.
- Carpets:
- all: false
- Materials:
- - WHITE_CARPET
- - ORANGE_CARPET
- - MAGENTA_CARPET
- - LIGHT_BLUE_CARPET
- - YELLOW_CARPET
- - LIME_CARPET
- - PINK_CARPET
- - GRAY_CARPET
- - LIGHT_GRAY_CARPET
- - CYAN_CARPET
- - PURPLE_CARPET
- - BLUE_CARPET
- - BROWN_CARPET
- - GREEN_CARPET
- - RED_CARPET
- - BLACK_CARPET
- # Set false to disable tp back to last standing location.
- teleport-back-to-location: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement