🎨Settings

Worlds

Every world

You can enable the view on every world by using the special value *.

worlds:
- '*'

Particular world

You can enable the view a specific worlds by specifying their name.

worlds:
- 'world'
- 'world_nether'

Matching worlds

You can enable the view on worlds which have their name which starts with or ends with a text.

In this example it will match every world of which name starts with world.

worlds:
- 'world*'

In this example it will match every world of which name ends with _custom_world.

Container title

Use this setting to hide or show the inventory title.

Hide container view on some situations

Based on the player pose

You can hide the view if player is standing, sneaking, crawling or swimming.

Based on container type

You can disable the view for certain containers.

Distance to trigger the preview

Special settings

Last updated