By spec plugins start with a comment block with a bunch of data like this:
Code:
//=============================================================================
// SkeletonPlugin.js
//=============================================================================
/*:
* @plugindesc The plugin's description.
* @author The plugin's author.
* @param Name of the parameters.
* @desc Description of the parameters.
* @default Default values of the parameters.
* @help A detailed description of the plugin.
*/Suppose I modify an existing plugin, on the assumption that's permitted, is there any convention on what I should write under author?
If there is any agreed convention on code (official or other wise) out side of the docs could some one point me to it.
This is a bit of tangent but I've been working on the assumption that modifying the plugins provided with MV (and in principle the rest of the .js code) is allowed. Is that correct?
Thanks!