Skip to main content

Room configuration

These config options are found in the file: rooms.yml

The rooms configuration sets the seed block and Artron Energy costs for growing rooms. Each room type has its own sub-section with two keys: the room cost, and the room seed.

The format is:

/plugins/TARDIS/rooms.yml
rooms:
[ROOMTYPE]:
enabled: [true|false]
cost: [amount]
offset: [negative amount]
seed: [MATERIAL]
user: [true|false]

All rooms are enabled by default, the rest of the settings are:

ROOMTYPEcostoffsetseed block
ANTIGRAVITY625-4SANDSTONE
APIARY450-4BEE_NEST
AQUARIUM450-4TUBE_CORAL_BLOCK
ARBORETUM325-4OAK_LEAVES
BAKER350-4END_STONE
BAMBOO475-4BAMBOO
BEDROOM475-4GLOWSTONE
BIRDCAGE350-4YELLOW_GLAZED_TERRACOTTA
CHEMISTRY550-4BLAST_FURNACE
EMPTY250-4GLASS
FARM350-4DIRT
GARDEN450-4CHERRY_LEAVES
GEODE650-4AMETHYST_BLOCK
GRAVITY625-20MOSSY_COBBLESTONE
GREENHOUSE450-4MELON
HARMONY450-4STONE_BRICK_STAIRS
HUTCH450-4ACACIA_LOG
IGLOO650-4PACKED_ICE
IISTUBIL550-4WHITE_GLAZED_TERRACOTTA
KITCHEN450-4PUMPKIN
LAZARUS750-4FURNACE
LIBRARY550-4ENCHANTING_TABLE
MANGROVE450-4MUDDY_MANGROVE_ROOTS
MAZE650-4LODESTONE
MUSHROOM350-4GRAVEL
NETHER450-4BLACKSTONE
PASSAGE200-4CLAY
PEN550-4MOSS_BLOCK
POOL450-4SNOW_BLOCK
RAIL650-4HOPPER
RENDERER550-4TERRACOTTA
SHELL550-4DEAD_BRAIN_CORAL_BLOCK
SMELTER750-4CHEST
STABLE350-4HAY_BLOCK
STALL350-4BROWN_GLAZED_TERRACOTTA
SURGERY350-4RED_CONCRETE
TRENZALORE550-4BRICKS
VAULT350-4DISPENSER
VILLAGE550-4OAK_LOG
WOOD350-4OAK_PLANKS
WORKSHOP400-4CRAFTING_TABLE
ZERO650-4OAK_BUTTON

Room jettisons

NB: These config options are found in the file: artron.yml

Set the percentage of energy the TARDIS gets back when a room is jettisoned.

jettison: [percentage]

The default is 75.

Set the seed block for room jettisons.

jettison_seed: [material]

The default is TNT.

Back to main configuration page