

Create & read stunning documentation right in the game with markdown! A spiritual successor to Patchouli (Minecraft)
With Voile, you will be able to learn about your favorite mods straight from the game, without the need of looking up some guides online.

After installing the mod inside the mods folder, you can use the command /voile or /docs to open the documentation interface.

Voile now supports Hytale Modding Wiki!
Want to add a support button to your README?
## Style 1
[](https://www.curseforge.com/hytale/mods/docs)
## Style 2
[](https://www.curseforge.com/hytale/mods/docs)

You may find complete documentation at Iwakura Enterprises Documentations

There are more ways to get support:
mayuna@iwakura.enterprisesIf your question will provide valuable information to other users, I'll share it in FAQ section!

You may learn about the future plans and on-going developemnt at Iwakura Enterprises' Voile YouTrack
/voile, /docs -> Opens the Voile's interface/docs-reload -> Reloads config & documentations..any other command -> Opens specific topic! (see command shortcuts for more info)iwakuraenterprises.voile.command.voile - /voile and all its command shortcutsiwakuraenterprises.voile.command.voile-reload - /voile-reloadVoile allows you to create command shortcuts. These commands allows you to open specific topics/documentations with a simple command.
For example, as a server owner, you may create command shortcut /rules that will open screen with rules. This can be done in config.json located in mods/IwakuraEnterprises_Voile in the commandShortcuts section:
"commandShortcuts": {
"enabled": true,
"commands": [
{
"name": "rules",
"topicIdentifier": "server_rules"
}
]
}






