Voile
![]()
Source Code — Documentation — Download
Welcome to the Voile wiki
This documentation covers everything about Voile; configuration, how to write documentation, how to use it and more.
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?
Open
config.jsonlocated in Voile's data directory (mods/IwakuraEnterprises_Voile)Locate
disabledDocumentationTypesfield within the JSONAdd
"INTERNAL"to the arrayRun
/voile-reloadcommand
The result should look something like this:
// ...
"disabledDocumentationTypes": ["INTERNAL"],
// ...
12 April 2026