| Information | |
|---|---|
| min. EQDKP-PLUS Version | 0.7.0.0
|
Contents |
The extension installer could be used by the admins to install any kind of extension without starting the FTP client. The feature will be extended in 0.8..
To make your package installable, you need the package.xml
<?xml version="1.0" encoding="utf-8"?> <install type="plugin" version="0.7.0.0"> <name>Hello World</name> <author>WalleniuM</author> <authorEmail>wallenium@eqdkp-plus.com</authorEmail> <authorUrl>http://www.eqdkp-plus.com</authorUrl> <creationDate>14-DEC-2009</creationDate> <copyright>(C)2009 eqdkp-plus.com.</copyright> <license>CC</license> <version>1.0.0</version> <description>Text hier…</description> <setup> // empty or own extensions </setup> </install>
| Option Name | Description | Available for TYPE |
|---|---|---|
| type | The Package Type | plugin, game, template, portal |
| version | min. required eqdkp-plus Version | p.e. 0.7.0.0 |
| name | Name of the extensions | -- |
| author | Name of the author | -- |
The zip should contain a folder with the name of the plugin, p.e. if you want to install the plugin "helloworld" into "plugins/helloworld", the file structure must be "helloworld". No other folders. The files will be moved automatically to the proper folder defined by the type in the package.xml
The allowed archive formats are: *.zip