Iwakura Enterprises Docs 1.8 Help

Voile

Voile logo

Source CodeDocumentationDownload

Welcome to the Voile wiki

This documentation covers everything about Voile; configuration, how to write documentation, how to use it and more.

Getting started

About Voile

Voile allows you to create stunning wikis in-game for players. This allows you to communicate important information to the players without them needing to leave Hytale.

Whether you're a server owner creating a wiki for your server or you're a developer creating a wiki for your mod, Voile is here for you.

Support / Suggestions / Planned features

How to hide the internal wiki?

  1. Open config.json located in Voile's data directory (mods/IwakuraEnterprises_Voile)

  2. Locate disabledDocumentationTypes field within the JSON

  3. Add "INTERNAL" to the array

  4. Run /voile-reload command

The result should look something like this:

// ... "disabledDocumentationTypes": ["INTERNAL"], // ...
12 April 2026