The ``id`` property is a unique name that identifies the plugin.
@ -59,6 +60,8 @@ The ``hooks`` property is an array containing objects that tell NodeBB which hoo
* ``method``, the method called in your plugin
* ``priority``, the relative priority of the method when it is eventually called (default: 10)
The ``languages`` property is optional, which allows you to set up your own internationalization for your plugin (or theme). Set up a similar directory structure as core, for example: ``language/en_GB/myplugin.json``.