Plugin
This type is used to define the options for registerPlugins().
| Property | Type | Optional | Description |
|---|---|---|---|
| name | string | β | Plugin name. |
| functions | Function[] | β | Functions that overwrite simply-xp ones. |
| initialize | Function | β | Function to run on plugin initialization. |
| requiredVersions | string[] | β | Required versions of simply-xp. |
info
We support the following types of versioning:
1- Major Version (1.x.x) [Recommended]1.0.0- Exact Version Number
It is your responsibility to ensure versions you require are compatible with your plugin.