For the complete documentation index, see llms.txt. This page is also available as Markdown.

βš™οΈSettings

Enable/disable in worlds

Enable it in particular worlds:

cosmetics:
  worlds:
    - "world"
    - "world_nether"

Enable it in all worlds:

cosmetics:
  worlds:
    - "*"

Enable it in worlds which name starts with world_ :

cosmetics:
  worlds:
    - "world_*"

Last updated