Cuberite Forum
Better world.ini documentation? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Better world.ini documentation? (/thread-2263.html)

Pages: 1 2


RE: Better world.ini documentation? - xoft - 12-21-2015

I don't think making it a plugin is worth the effort. Unlike the API, there's no info about the generators the plugin could query from the server. So a simple HTML documentation seems sufficient to me.

As for the generator, I guess currently the best documentation is in https://github.com/cuberite/cuberite/blob/master/docs/Generator.html , it describes some of the ideas and algorithms used for generating. Unfortunately it's pretty old. I guess I should update itTongue


RE: Better world.ini documentation? - LogicParrot - 12-21-2015

Omg, we have even MORE docs in addition to the Wiki and the Book. This is fragmentation hellTongue


RE: Better world.ini documentation? - NiLSPACE - 12-21-2015

Keep in mind that this is more for developers rather than the users. Here is a live version: http://mc-server.xoft.cz/docs/Generator.html


RE: Better world.ini documentation? - LogicParrot - 12-22-2015

This was an enlightening read.


RE: Better world.ini documentation? - xoft - 12-22-2015

+2 to Knowledge, +1 to Spell Power Smile


RE: Better world.ini documentation? - LogicParrot - 12-23-2015

(12-22-2015, 02:15 AM)xoft Wrote: +2 to Knowledge, +1 to Spell Power Smile

No, at least +4 to knowledge!
I'm considering writing a pathfinding article in a similar style to that one. It'd serve as good documentation.