Aller au contenu principal

Plugin

This type is used to define the options for registerPlugins().

PropertyTypeOptionalDescription
namestringPlugin name.
functionsFunction[]Functions that overwrite simply-xp ones.
initializeFunctionFunction to run on plugin initialization.
requiredVersionsstring[]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.