Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 760 Bytes

index.rst

File metadata and controls

27 lines (20 loc) · 760 Bytes

Welcome to Velocity's documentation!

Velocity is the next-generation Minecraft: Java Edition proxy. Velocity is built to be highly compatible with server software like Paper, Sponge, and modding platforms such as Minecraft Forge, while also exposing a rich plugin API and providing unparalleled scalability.

Note

This website is a work in progress. More documentation is coming soon.

.. toctree::
   :maxdepth: 2
   :caption: For Server Administrators

   users/getting-started
   users/commands
   users/configuration
   users/player-info-forwarding
   users/frequently-asked-questions

.. toctree::
   :maxdepth: 2
   :caption: For Developers

   developers/creating-your-first-plugin
   developers/command-api