> ## Documentation Index
> Fetch the complete documentation index at: https://kotly-doc.voxray.su/llms.txt
> Use this file to discover all available pages before exploring further.

# Размещение плагинов

Kotly плагины должны находиться в папке `kotly` (будет создана в корне сервера).

Плагины должны быть размещены следующим способом

<Tree>
  <Tree.Folder name="kotly">
    <Tree.Folder name="YourPlugin">
      <Tree.File name="YourPlugin.kts" />

      <Tree.File name="YourPlugin.kts.json" />
    </Tree.Folder>
  </Tree.Folder>
</Tree>
