Conventions for plugins, help files, readme, blog posts, ...
-
For RPG Maker: Luna-foo-bar
-
For Paper Maker: Origami-foo-bar
Plugin information note:
Note: A key difference with RPG Maker and Paper maker is that Paper Maker contains all plugin command information within its plugin manager. The Paper Maker plugin manager also contains the url, author and other fields all within it, meaning we don't need to edit the fields in a file like in RPG Maker.
@url https://lunatechs.dev/plugins/FooBar
@author Pivoo | LunaTechs
ClassName
functionName
globalVariable
_localVariable
//========================================================================
// Main Category
//========================================================================
//----------------------------------
// Sub Category
//----------------------------------
Identifier commandName args
Example: StorageSystem add 0 $dataItems[1] 10