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.