get Authors
Gives the list of authors for the plugin.
- Gives credit to the developer.
- Used in some server error messages to provide helpful feedback on who to contact when an error occurs.
- A bukkit.org forum handle or email address is recommended.
- Is displayed when getClassById user types
/version PluginName
authors
must be in YAML list format.
In the plugin.yml, this has two entries, author
and authors
.
Single author example:
Multiple author example:author: CaptainInflamo
Content copied to clipboard
When both are specified, author will be the first entry in the list, so this example:authors: [Cogito, verrier, EvilSeph]
Content copied to clipboard
Is equivilant to this example:author: Grum authors: - feildmaster - amaranth
Content copied to clipboard
authors: [Grum, feildmaster, aramanth]
Content copied to clipboard
Return
an immutable list of the plugin's authors