This is a guide on how to configure the Flying Carpet plugin.
Changing the blocks your carpet can pass through
To change the passable blocks all you need to do is add or remove from the pass-through list in config. Each entry is a minecraft type which you wish for the carpet to pass though.
For example:
Code (Text):
pass-through:
- water
- lava
- water
- lava
This would allow the carpet to pass through water and lava
Changing the speed that you descend when crouching
To change the speed of the descent just increase or decrease the "descend-speed" value.
↑ Higher ↑ values result in slower descent
↓ Lower ↓ values result in faster descent
Changing the model of your carpet
Models are made up of sections of blocks split up into base for /mc, tools for /mc tools and light for /mc light.
For an example of a more complicated carpet than the default, this is the model for this carpet:
Code (Text):
model:
base:
glass-1:
block-type: white_stained_glass
from: -1, 0, -2
to: 1, 0, 2
glass-2:
block-type: white_stained_glass
from: -2, 0, -1
to: 2, 0, 1
tools:
enderchest:
block-type: ender_chest
at: -2, 0, 0
workbench:
block-type: crafting_table
at: 2, 0, 0
light:
glowstone:
block-type: glowstone
at: 0, 0, 0
base:
glass-1:
block-type: white_stained_glass
from: -1, 0, -2
to: 1, 0, 2
glass-2:
block-type: white_stained_glass
from: -2, 0, -1
to: 2, 0, 1
tools:
enderchest:
block-type: ender_chest
at: -2, 0, 0
workbench:
block-type: crafting_table
at: 2, 0, 0
light:
glowstone:
block-type: glowstone
at: 0, 0, 0