π File format#
Each feature of Bookshelf implements documentation to provide additional information to developers and users. It must respect the following format:
# INFO ------------------------------------------------------------------------
# Copyright Β© <current year> Gunivers Community.
# Authors: <<author 1>, <author 2>, ...>
# Contributors: <<contributor 1>, <contributor 2>, ...>
# Version: <system version>
# Created: <jj>/<mm>/<yyyy> (<minecraft version>)
# Last modification: <jj>/<mm>/<yyyy> (<minecraft version>)
# Documentation: <https://link.to/documentation/page>
# Dependencies : <<dependency 1>, <dependency 2>, ...>
# Note: <some notes>
# CODE ------------------------------------------------------------------------
We can find various information about the function itself (the example is not exhaustive), of which the following is a complete list:
Field |
Description |
---|---|
Authors |
The list of authors of the function. |
Contributors |
The list of contributors to the function. |
Version |
Version version of the system, composed by 2 numbers: major version and minor version ( |
Created |
Date and minecraft version in which the system was originally created (for history purpose) |
Last modification |
Date and minecraft version in which the system was modified for the last time |
Documentation |
Link to the documentation of the function |
Dependencies |
List of the dependencies |
Note |
Allows you to provide additional information about the function |