Standard plugin types
Phar
This plugin format consists of a single PHAR file which bundles all of the files necessary to make the plugin work. This type of plugin is commonly used to distribute pre-made plugins, because they are easy for users to download and move around without needing to modify the plugin code.
Loading
Drop the
.phar
file into yourplugins
directory.Restart the server. The plugin will be loaded (if compatible).