Rising Kingdoms Documentation
How the cluster is put together, and everything a new plugin needs to hook into it correctly — packets, events, settings, and deployment.
This site is hosted by RKServer itself — no separate web host, no static site build. Every page here is read live off disk from a plugin's own Web/ folder, so a new plugin gets a documentation page the same way it gets deployed: drop the file, done. See adding a page for a new plugin below.
Plugins
Each plugin's own reference page lives with that plugin's own code — see the sidebar, or the raw list.
Adding a page for a new plugin
Author Web/doc.html in that plugin's own repo, copy it to Web/Plugins/<Name>/doc.html on the backend the same way you deploy that plugin's jar. Done — no code change, no RKServer recompile, nothing else to edit. The sidebar and this list pick it up automatically.